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

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

Summary

Details

Page properties
Content
... ... @@ -934,40 +934,36 @@
934 934  [[image:1654133954153-643.png]]
935 935  
936 936  
937 -* **Downlink Commands:**
937 +* Downlink Commands:
938 938  
939 -**A9 aa** ~-~-> Same as AT+MBFUN=aa
939 +A9 aa -à Same as AT+MBFUN=aa
940 940  
941 941  
942 +==== RS485 command timeout ====
942 942  
943 -==== **RS485 command timeout** ====
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 947  Default value: 0, range:  0 ~~ 5 seconds
948 948  
949 949  
950 -* **AT Command:**
949 +* AT Command:
951 951  
952 -(% class="box infomessage" %)
953 -(((
954 -**AT+CMDDLaa=hex(bb cc)**
955 -)))
951 +AT+CMDDLaa=hex(bb cc)
956 956  
957 -**Example:**
953 +Example:
958 958  
959 959  **AT+CMDDL1=1000** to send the open time to 1000ms
960 960  
961 961  
962 -* **Downlink Payload:**
958 +* Downlink Payload:
963 963  
964 964  0x AA aa bb cc
965 965  
966 966  Same as: AT+CMDDLaa=hex(bb cc)
967 967  
968 - **Example:**
964 + Example:
969 969  
970 - **0xAA 01 03 E8**  ~-~-> Same as **AT+CMDDL1=1000 ms**
966 + 0xAA 01 03 E8  à Same as **AT+CMDDL1=1000 ms**
971 971  
972 972  
973 973  ==== [[Uplink>>path:#downlink_A8]] payload mode ====