Changes for page RS485-BL – Waterproof RS485 to LoRaWAN Converter
Last modified by Xiaoling on 2025/04/23 15:57
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -934,36 +934,40 @@ 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=aa939 +**A9 aa** ~-~-> Same as AT+MBFUN=aa 940 940 941 941 942 -==== RS485 command timeout ==== 943 943 943 +==== **RS485 command timeout** ==== 944 + 944 944 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. 945 945 946 946 Default value: 0, range: 0 ~~ 5 seconds 947 947 948 948 949 -* AT Command: 950 +* **AT Command:** 950 950 951 -AT+CMDDLaa=hex(bb cc) 952 +(% class="box infomessage" %) 953 +((( 954 +**AT+CMDDLaa=hex(bb cc)** 955 +))) 952 952 953 -Example: 957 +**Example:** 954 954 955 955 **AT+CMDDL1=1000** to send the open time to 1000ms 956 956 957 957 958 -* Downlink Payload: 962 +* **Downlink Payload:** 959 959 960 960 0x AA aa bb cc 961 961 962 962 Same as: AT+CMDDLaa=hex(bb cc) 963 963 964 - Example: 968 + **Example:** 965 965 966 - 0xAA 01 03 E8 àSame as **AT+CMDDL1=1000 ms**970 + **0xAA 01 03 E8** ~-~-> Same as **AT+CMDDL1=1000 ms** 967 967 968 968 969 969 ==== [[Uplink>>path:#downlink_A8]] payload mode ====