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
-
... ... @@ -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,32 +947,28 @@ 947 947 Default value: 0, range: 0 ~~ 5 seconds 948 948 949 949 950 -* **AT Command:**950 +* AT Command: 951 951 952 -(% class="box infomessage" %) 953 -((( 954 -**AT+CMDDLaa=hex(bb cc)** 955 -))) 952 +AT+CMDDLaa=hex(bb cc) 956 956 957 - **Example:**954 +Example: 958 958 959 959 **AT+CMDDL1=1000** to send the open time to 1000ms 960 960 961 961 962 -* **Downlink Payload:**959 +* 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:**965 + Example: 969 969 970 - **0xAA 01 03 E8**~-~->Same as **AT+CMDDL1=1000 ms**967 + 0xAA 01 03 E8 à Same as **AT+CMDDL1=1000 ms** 971 971 972 972 970 +==== [[Uplink>>path:#downlink_A8]] payload mode ==== 973 973 974 -==== **Uplink payload mode** ==== 975 - 976 976 Define to use one uplink or multiple uplinks for the sampling. 977 977 978 978 The use of this command please see: [[Compose Uplink payload>>path:#DataUP]]