<
From version < 97.2 >
edited by Xiaoling
on 2022/11/30 14:47
To version < 100.1 >
edited by Bei Jinggeng
on 2023/01/06 14:27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Bei
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,7 +610,6 @@
610 610  )))
611 611  
612 612  
613 -
614 614  === 3.5.1 Common Commands ===
615 615  
616 616  
... ... @@ -756,7 +756,6 @@
756 756  
757 757  
758 758  
759 -
760 760  ==== (% style="color:blue" %)**Set Payload version**(%%) ====
761 761  
762 762  
... ... @@ -799,7 +799,6 @@
799 799  
800 800  
801 801  
802 -
803 803  ==== (% style="color:blue" %)**Set RS485 Sampling Commands**(%%) ====
804 804  
805 805  
... ... @@ -884,7 +884,6 @@
884 884  
885 885  
886 886  
887 -
888 888  ==== (% style="color:blue" %)**Fast command to handle MODBUS device**(%%) ====
889 889  
890 890  
... ... @@ -928,7 +928,6 @@
928 928  
929 929  
930 930  
931 -
932 932  ==== (% style="color:blue" %)**RS485 command timeout**(%%) ====
933 933  
934 934  
... ... @@ -965,7 +965,7 @@
965 965  )))
966 966  
967 967  (((
968 -(% style="color:#4472c4" %)** 0x AA aa bb cc**(%%) Same as: AT+CMDDLaa=hex(bb cc)*1000
963 +(% style="color:#4472c4" %)** 0x AA aa bb cc**(%%) Same as: AT+CMDDLaa=hex (bb cc)
969 969  )))
970 970  
971 971  (((
... ... @@ -975,12 +975,11 @@
975 975  )))
976 976  
977 977  (((
978 -**0xAA 01 00 01**  ~-~-> Same as  **AT+CMDDL1=1000 ms**
973 +**0xAA 01 03 E8**  ~-~-> Same as  **AT+CMDDL1=1000 ms**
979 979  )))
980 980  
981 981  
982 982  
983 -
984 984  ==== (% style="color:blue" %)**Uplink payload mode**(%%) ====
985 985  
986 986  
... ... @@ -1035,7 +1035,6 @@
1035 1035  
1036 1036  
1037 1037  
1038 -
1039 1039  ==== (% style="color:blue" %)**Manually trigger an Uplink**(%%) ====
1040 1040  
1041 1041  
... ... @@ -1065,7 +1065,6 @@
1065 1065  
1066 1066  
1067 1067  
1068 -
1069 1069  ==== (% style="color:blue" %)**Clear RS485 Command**(%%) ====
1070 1070  
1071 1071  
... ... @@ -1114,7 +1114,6 @@
1114 1114  
1115 1115  
1116 1116  
1117 -
1118 1118  ==== (% style="color:blue" %)**Set Serial Communication Parameters**(%%) ====
1119 1119  
1120 1120  
... ... @@ -1214,7 +1214,6 @@
1214 1214  
1215 1215  
1216 1216  
1217 -
1218 1218  ==== (% style="color:blue" %)**Get sensor value**(%%) ====
1219 1219  
1220 1220  
... ... @@ -1228,7 +1228,6 @@
1228 1228  
1229 1229  
1230 1230  
1231 -
1232 1232  ==== (% style="color:blue" %)**Resets the downlink packet count**(%%) ====
1233 1233  
1234 1234  
... ... @@ -1242,7 +1242,6 @@
1242 1242  
1243 1243  
1244 1244  
1245 -
1246 1246  ==== (% style="color:blue" %)**When the limit bytes are exceeded, upload in batches**(%%) ====
1247 1247  
1248 1248  
... ... @@ -1263,10 +1263,9 @@
1263 1263  
1264 1264  
1265 1265  
1254 +==== (% style="color:blue" %)**Copy downlink to uplink **(%%) ====
1266 1266  
1267 -==== (% style="color:blue" %)** Copy downlink to uplink **(%%) ====
1268 1268  
1269 -
1270 1270  * (((
1271 1271  (% style="color:#037691" %)** AT Command:**
1272 1272  )))
... ... @@ -1288,7 +1288,6 @@
1288 1288  
1289 1289  
1290 1290  
1291 -
1292 1292  ==== (% style="color:blue" %)**Query version number and frequency band 、TDC**(%%) ====
1293 1293  
1294 1294  
... ... @@ -1306,7 +1306,6 @@
1306 1306  
1307 1307  
1308 1308  
1309 -
1310 1310  ==== (% style="color:blue" %)** Monitor RS485 communication of other devices**(%%) ====
1311 1311  
1312 1312  
... ... @@ -1509,8 +1509,6 @@
1509 1509  
1510 1510  * (% style="color:#037691" %)**AT+NJM=0**
1511 1511  * (% style="color:#037691" %)**ATZ**
1512 -
1513 -
1514 1514  )))
1515 1515  
1516 1516  
... ... @@ -1762,6 +1762,12 @@
1762 1762  [[image:image-20221130104310-14.png||height="371" width="823"]]
1763 1763  
1764 1764  
1748 +== 6.8 Where to get the decoder for RS485-LN? ==
1749 +
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 +
1753 +
1765 1765  = 7. Trouble Shooting =
1766 1766  
1767 1767  == 7.1 Downlink doesn't work, how to solve it? ==
... ... @@ -1795,7 +1795,7 @@
1795 1795  * (% style="color:red" %)**KZ865**(%%):  frequency bands KZ865
1796 1796  
1797 1797  
1798 -= 9.Packing Info =
1787 += 9. Packing Info =
1799 1799  
1800 1800  
1801 1801  **Package Includes**:
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0