Last modified by Mengting Qiu on 2025/03/08 11:33
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,4 @@ 1 -(% class="wikigeneratedid" %) 2 -**Table of Contents:** 1 +== **Table of Contents:** == 3 3 4 4 {{toc/}} 5 5 ... ... @@ -351,7 +351,6 @@ 351 351 * (% style="color:#037691" %)**AT+UNAME=<device name> or User Defined** 352 352 * (% style="color:#037691" %)**AT+PWD=<device name> or User Defined** 353 353 354 - 355 355 Test Uplink by click the button for 1 second 356 356 357 357 [[image:image-20230802112413-41.png]] ... ... @@ -447,4 +447,22 @@ 447 447 [[image:image-20230802112413-52.png]] 448 448 449 449 448 +== 3.8 TCP Connection == 449 + 450 + 451 +* **AT+PRO=4,0 ** ~/~/ Set to use TCP protocol to uplink(HEX format) 452 +* **AT+PRO=4,1 ** ~/~/ Set to use TCP protocol to uplink(JSON format) 453 +* **AT+SERVADDR=120.24.4.116,5600 **~/~/ to set TCP server address and port 454 + 455 +**Sensor Console Output when Uplink** 456 + 457 +[[image:image-20230807233631-1.png]] 458 + 459 + 460 +**See result in TCP Server** 461 + 462 +[[image:image-20230807233631-2.png]] 463 + 464 + 465 + 450 450