<
From version < 61.36 >
edited by Xiaoling
on 2022/06/14 13:36
To version < 61.28 >
edited by Xiaoling
on 2022/06/14 11:57
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -108,8 +108,6 @@
108 108  
109 109  
110 110  
111 -
112 -
113 113  == 1.3 Features ==
114 114  
115 115  * LoRaWAN Class A & Class C protocol (default Class C)
... ... @@ -123,8 +123,6 @@
123 123  
124 124  
125 125  
126 -
127 -
128 128  == 1.4 Applications ==
129 129  
130 130  * Smart Buildings & Home Automation
... ... @@ -136,8 +136,6 @@
136 136  
137 137  
138 138  
139 -
140 -
141 141  == 1.5 Firmware Change log ==
142 142  
143 143  [[RS485-LN Image files – Download link and Change log>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/]]
... ... @@ -340,6 +340,8 @@
340 340  )))
341 341  
342 342  
337 +
338 +
343 343  === 3.3.2 Configure sensors ===
344 344  
345 345  (((
... ... @@ -365,6 +365,8 @@
365 365  )))|(% style="width:190px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
366 366  
367 367  
364 +
365 +
368 368  === 3.3.3 Configure read commands for each sampling ===
369 369  
370 370  (((
... ... @@ -717,7 +717,7 @@
717 717  * (((
718 718  (% style="color:#037691" %)**AT Command:**
719 719  
720 -**AT+PAYVER:    **Set PAYVER field = 1
718 +**AT+PAYVER:  **Set PAYVER field = 1
721 721  
722 722  
723 723  )))
... ... @@ -754,9 +754,9 @@
754 754  (% style="color:#037691" %)**AT Command:**
755 755  )))
756 756  
757 -**AT+COMMANDx:    **Configure RS485 read command to sensor.
755 +**AT+COMMANDx:  **Configure RS485 read command to sensor.
758 758  
759 -**AT+DATACUTx:        **Configure how to handle return from RS485 devices.
757 +**AT+DATACUTx:  **Configure how to handle return from RS485 devices.
760 760  
761 761  
762 762  * (((
... ... @@ -900,11 +900,11 @@
900 900  )))
901 901  
902 902  (((
903 -**Example:**
901 + **Example:**
904 904  )))
905 905  
906 906  (((
907 -**0xAA 01 00 01**  ~-~-> Same as  **AT+CMDDL1=1000 ms**
905 + 0xAA 01 00 01  ~-~-> Same as **AT+CMDDL1=1000 ms**
908 908  )))
909 909  
910 910  
... ... @@ -918,8 +918,6 @@
918 918  
919 919  (((
920 920  The use of this command please see: [[Compose Uplink payload>>||anchor="H3.3.4Composetheuplinkpayload"]]
921 -
922 -
923 923  )))
924 924  
925 925  * (((
... ... @@ -979,8 +979,6 @@
979 979  
980 980  (((
981 981  The AT+COMMANDx and AT+DATACUTx settings are stored in special location, user can use below command to clear them.
982 -
983 -
984 984  )))
985 985  
986 986  * (((
... ... @@ -1032,35 +1032,35 @@
1032 1032  )))
1033 1033  
1034 1034  (((
1035 -
1036 -
1037 -* Set Baud Rate
1029 +Set Baud Rate:
1038 1038  )))
1039 1039  
1032 +
1040 1040  **AT+BAUDR=9600**    ~/~/ Options: (1200,2400,4800,14400,19200,115200)
1041 1041  
1042 1042  
1043 1043  (((
1044 -* Set UART Parity
1037 +Set UART Parity
1045 1045  )))
1046 1046  
1040 +
1047 1047  **AT+PARITY=0**    ~/~/ Option: 0: no parity, 1: odd parity, 2: even parity
1048 1048  
1049 1049  
1050 1050  (((
1051 -* Set STOPBIT
1045 +Set STOPBIT
1052 1052  )))
1053 1053  
1048 +
1054 1054  **AT+STOPBIT=0**    ~/~/ Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits
1055 1055  
1056 1056  
1057 -
1058 1058  * (((
1059 1059  (% style="color:#037691" %)** Downlink Payload:**
1060 1060  )))
1061 1061  
1062 1062  (((
1063 -**A7 01 aa bb**:  Same  AT+BAUDR=hex(aa bb)*100
1057 +**A7 01 aa bb**: Same  AT+BAUDR=hex(aa bb)*100
1064 1064  )))
1065 1065  
1066 1066  (((
... ... @@ -1075,11 +1075,11 @@
1075 1075  )))
1076 1076  
1077 1077  (((
1078 -A7 02 aa:  Same as  AT+PARITY=aa  (aa value: 00 , 01 or 02)
1072 +A7 02 aa: Same as  AT+PARITY=aa  (aa value: 00 , 01 or 02)
1079 1079  )))
1080 1080  
1081 1081  (((
1082 -A7 03 aa:  Same as  AT+STOPBIT=aa  (aa value: 00 , 01 or 02)
1076 +A7 03 aa: Same as  AT+STOPBIT=aa  (aa value: 00 , 01 or 02)
1083 1083  )))
1084 1084  
1085 1085  
... ... @@ -1133,7 +1133,7 @@
1133 1133  )))
1134 1134  
1135 1135  (((
1136 -(% style="color:#037691" %)** Downlink Command:**
1130 +**Downlink Command:**
1137 1137  )))
1138 1138  
1139 1139  (((
... ... @@ -1235,18 +1235,34 @@
1235 1235  
1236 1236  If device has not joined network yet:
1237 1237  
1238 -* **(% style="color:#037691" %)AT+FDR**
1239 -* **(% style="color:#037691" %)AT+NJM=0**
1240 -* **(% style="color:#037691" %)ATZ**
1232 +(% class="box infomessage" %)
1233 +(((
1234 +**AT+FDR**
1235 +)))
1241 1241  
1237 +(% class="box infomessage" %)
1238 +(((
1239 +**AT+NJM=0**
1240 +)))
1242 1242  
1242 +(% class="box infomessage" %)
1243 1243  (((
1244 +**ATZ**
1245 +)))
1246 +
1247 +
1248 +(((
1244 1244  If device already joined network:
1250 +)))
1245 1245  
1246 -* **(% style="color:#037691" %)AT+NJM=0**
1247 -* **(% style="color:#037691" %)ATZ**
1252 +(% class="box infomessage" %)
1253 +(((
1254 +**AT+NJM=0**
1255 +)))
1248 1248  
1249 -
1257 +(% class="box infomessage" %)
1258 +(((
1259 +**ATZ**
1250 1250  )))
1251 1251  
1252 1252  
... ... @@ -1391,10 +1391,6 @@
1391 1391  * (% style="color:blue" %)**RU864**(%%): frequency bands RU864
1392 1392  * (% style="color:blue" %)**KZ865**(%%): frequency bands KZ865
1393 1393  
1394 -
1395 -
1396 -
1397 -
1398 1398  = 9.Packing Info =
1399 1399  
1400 1400  
... ... @@ -1411,10 +1411,6 @@
1411 1411  * Package Size / pcs : 14.5 x 8 x 5 cm
1412 1412  * Weight / pcs : 170g
1413 1413  
1414 -
1415 -
1416 -
1417 -
1418 1418  = 10. FCC Caution for RS485LN-US915 =
1419 1419  
1420 1420  (((
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0