Last modified by Xiaoling on 2025/04/23 15:56

From version 35.4
edited by Xiaoling
on 2022/06/02 15:46
Change comment: There is no comment for this version
To version 35.3
edited by Xiaoling
on 2022/06/02 15:44
Change comment: There is no comment for this version

Summary

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 1000ms
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
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