<
From version < 100.1 >
edited by Bei Jinggeng
on 2023/01/06 14:27
To version < 98.1 >
edited by Bei Jinggeng
on 2022/12/06 09:45
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -28,7 +28,7 @@
28 28  
29 29  
30 30  
31 -= 1. Introduction =
31 += 1.Introduction =
32 32  
33 33  == 1.1 What is RS485-LN RS485 to LoRaWAN Converter ==
34 34  
... ... @@ -610,6 +610,7 @@
610 610  )))
611 611  
612 612  
613 +
613 613  === 3.5.1 Common Commands ===
614 614  
615 615  
... ... @@ -755,6 +755,7 @@
755 755  
756 756  
757 757  
759 +
758 758  ==== (% style="color:blue" %)**Set Payload version**(%%) ====
759 759  
760 760  
... ... @@ -797,6 +797,7 @@
797 797  
798 798  
799 799  
802 +
800 800  ==== (% style="color:blue" %)**Set RS485 Sampling Commands**(%%) ====
801 801  
802 802  
... ... @@ -881,6 +881,7 @@
881 881  
882 882  
883 883  
887 +
884 884  ==== (% style="color:blue" %)**Fast command to handle MODBUS device**(%%) ====
885 885  
886 886  
... ... @@ -924,6 +924,7 @@
924 924  
925 925  
926 926  
931 +
927 927  ==== (% style="color:blue" %)**RS485 command timeout**(%%) ====
928 928  
929 929  
... ... @@ -960,7 +960,7 @@
960 960  )))
961 961  
962 962  (((
963 -(% style="color:#4472c4" %)** 0x AA aa bb cc**(%%) Same as: AT+CMDDLaa=hex (bb cc)
968 +(% style="color:#4472c4" %)** 0x AA aa bb cc**(%%) Same as: AT+CMDDLaa=hex(bb cc)*1000
964 964  )))
965 965  
966 966  (((
... ... @@ -970,11 +970,12 @@
970 970  )))
971 971  
972 972  (((
973 -**0xAA 01 03 E8**  ~-~-> Same as  **AT+CMDDL1=1000 ms**
978 +**0xAA 01 00 01**  ~-~-> Same as  **AT+CMDDL1=1000 ms**
974 974  )))
975 975  
976 976  
977 977  
983 +
978 978  ==== (% style="color:blue" %)**Uplink payload mode**(%%) ====
979 979  
980 980  
... ... @@ -1029,6 +1029,7 @@
1029 1029  
1030 1030  
1031 1031  
1038 +
1032 1032  ==== (% style="color:blue" %)**Manually trigger an Uplink**(%%) ====
1033 1033  
1034 1034  
... ... @@ -1058,6 +1058,7 @@
1058 1058  
1059 1059  
1060 1060  
1068 +
1061 1061  ==== (% style="color:blue" %)**Clear RS485 Command**(%%) ====
1062 1062  
1063 1063  
... ... @@ -1106,6 +1106,7 @@
1106 1106  
1107 1107  
1108 1108  
1117 +
1109 1109  ==== (% style="color:blue" %)**Set Serial Communication Parameters**(%%) ====
1110 1110  
1111 1111  
... ... @@ -1205,6 +1205,7 @@
1205 1205  
1206 1206  
1207 1207  
1217 +
1208 1208  ==== (% style="color:blue" %)**Get sensor value**(%%) ====
1209 1209  
1210 1210  
... ... @@ -1218,6 +1218,7 @@
1218 1218  
1219 1219  
1220 1220  
1231 +
1221 1221  ==== (% style="color:blue" %)**Resets the downlink packet count**(%%) ====
1222 1222  
1223 1223  
... ... @@ -1231,6 +1231,7 @@
1231 1231  
1232 1232  
1233 1233  
1245 +
1234 1234  ==== (% style="color:blue" %)**When the limit bytes are exceeded, upload in batches**(%%) ====
1235 1235  
1236 1236  
... ... @@ -1251,9 +1251,10 @@
1251 1251  
1252 1252  
1253 1253  
1254 -==== (% style="color:blue" %)**Copy downlink to uplink **(%%) ====
1255 1255  
1267 +==== (% style="color:blue" %)** Copy downlink to uplink **(%%) ====
1256 1256  
1269 +
1257 1257  * (((
1258 1258  (% style="color:#037691" %)** AT Command:**
1259 1259  )))
... ... @@ -1275,6 +1275,7 @@
1275 1275  
1276 1276  
1277 1277  
1291 +
1278 1278  ==== (% style="color:blue" %)**Query version number and frequency band 、TDC**(%%) ====
1279 1279  
1280 1280  
... ... @@ -1292,6 +1292,7 @@
1292 1292  
1293 1293  
1294 1294  
1309 +
1295 1295  ==== (% style="color:blue" %)** Monitor RS485 communication of other devices**(%%) ====
1296 1296  
1297 1297  
... ... @@ -1494,6 +1494,8 @@
1494 1494  
1495 1495  * (% style="color:#037691" %)**AT+NJM=0**
1496 1496  * (% style="color:#037691" %)**ATZ**
1512 +
1513 +
1497 1497  )))
1498 1498  
1499 1499  
... ... @@ -1747,10 +1747,9 @@
1747 1747  
1748 1748  == 6.8 Where to get the decoder for RS485-LN? ==
1749 1749  
1767 +The decoder for RS485-LN needs to be written by yourself. Because the sensor to which the user is connected is custom, the read device data bytes also need custom parsing, so there is no universal decoder. We can only provide templates for decoders (no intermediate data parsing part involved)
1750 1750  
1751 -The decoder for RS485-LN needs to be written by yourself. Because the sensor to which the user is connected is custom, the read device data bytes also need custom parsing, so there is no universal decoder. We can only provide [[templates>>https://github.com/dragino/dragino-end-node-decoder/tree/main/RS485-LN]] for decoders (no intermediate data parsing part involved)
1752 1752  
1753 -
1754 1754  = 7. Trouble Shooting =
1755 1755  
1756 1756  == 7.1 Downlink doesn't work, how to solve it? ==
... ... @@ -1784,7 +1784,7 @@
1784 1784  * (% style="color:red" %)**KZ865**(%%):  frequency bands KZ865
1785 1785  
1786 1786  
1787 -= 9. Packing Info =
1803 += 9.Packing Info =
1788 1788  
1789 1789  
1790 1790  **Package Includes**:
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0