Changes for page RS485-LN – RS485 to LoRaWAN Converter User Manual
Last modified by Xiaoling on 2025/04/23 15:56
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -329,9 +329,11 @@ 329 329 330 330 2. How to get wanted value the from RS485 sensors returns from by 1). There are total 15 AT Commands to handle the return, commands are **AT+DATACUT1**,**AT+DATACUT2**,…, **AT+DATACUTF** corresponding to the commands from 1). All commands are of same grammar. 331 331 332 -3. Some RS485 device might has longer delay on reply, so user can use AT+CMDDL to set the timeout for getting reply after the RS485 command is sent. For example **AT+CMDDL1=1000** to send the open time to 1000ms332 +3. Some RS485 device might has longer delay on reply, so user can use AT+CMDDL to set the timeout for getting reply after the RS485 command is sent. For example 333 333 334 +**AT+CMDDL1=1000** to send the open time to 1000ms 334 334 336 + 335 335 After we got the valid value from each RS485 commands, we need to combine them together with the command **AT+DATAUP**. 336 336 337 337 ... ... @@ -381,8 +381,6 @@ 381 381 * Grab different sections. 382 382 383 383 [[image:image-20220602153621-3.png]] 384 - 385 - 386 386 ))) 387 387 388 388 === 3.3.4 Compose the uplink payload ===