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

From version 32.3
edited by Xiaoling
on 2022/06/02 09:39
Change comment: There is no comment for this version
To version 32.5
edited by Xiaoling
on 2022/06/02 09:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -940,7 +940,7 @@
940 940  
941 941  
942 942  
943 -==== RS485 command timeout ====
943 +==== **RS485 command timeout** ====
944 944  
945 945  Some Modbus device has slow action to send replies. This command is used to configure the RS485-BL to use longer time to wait for their action.
946 946  
... ... @@ -947,24 +947,27 @@
947 947  Default value: 0, range:  0 ~~ 5 seconds
948 948  
949 949  
950 -* AT Command:
950 +* **AT Command:**
951 951  
952 -AT+CMDDLaa=hex(bb cc)
952 +(% class="box infomessage" %)
953 +(((
954 +**AT+CMDDLaa=hex(bb cc)**
955 +)))
953 953  
954 -Example:
957 +**Example:**
955 955  
956 956  **AT+CMDDL1=1000** to send the open time to 1000ms
957 957  
958 958  
959 -* Downlink Payload:
962 +* **Downlink Payload:**
960 960  
961 961  0x AA aa bb cc
962 962  
963 963  Same as: AT+CMDDLaa=hex(bb cc)
964 964  
965 - Example:
968 + **Example:**
966 966  
967 - 0xAA 01 03 E8  à Same as **AT+CMDDL1=1000 ms**
970 + **0xAA 01 03 E8**  ~-~-> Same as **AT+CMDDL1=1000 ms**
968 968  
969 969  
970 970  ==== [[Uplink>>path:#downlink_A8]] payload mode ====