<
From version < 102.11 >
edited by Xiaoling
on 2023/04/25 11:38
To version < 102.4 >
edited by Xiaoling
on 2023/04/25 09:47
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -397,7 +397,7 @@
397 397  
398 398  (% style="color:#037691" %)**AT+COMMANDx **(%%)**: **This command will be sent to RS485 devices during each sampling, Max command length is 14 bytes. The grammar is:
399 399  
400 -(% border="1" style="background-color:#f2f2f2; width:499px" %)
400 +(% border="1" style="background-color:#4bacc6; color:white; width:499px" %)
401 401  |(% style="width:496px" %)(((
402 402  **AT+COMMANDx=xx xx xx xx xx xx xx xx xx xx xx xx,m**
403 403  
... ... @@ -413,7 +413,7 @@
413 413  
414 414  (% style="color:#037691" %)**AT+DATACUTx **(%%)**: **This command defines how to handle the return from AT+COMMANDx, max return length is 100 bytes.
415 415  
416 -(% border="1" style="background-color:#f2f2f2; width:510px" %)
416 +(% border="1" style="background-color:#4bacc6; color:white; width:510px" %)
417 417  |(% style="width:510px" %)(((
418 418  **AT+DATACUTx=a,b,c**
419 419  
... ... @@ -555,11 +555,11 @@
555 555  == 3.4 Uplink Payload ==
556 556  
557 557  
558 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
559 -|=(% scope="row" style="width: 60px;background-color:#D9E2F3;color:#0070C0" %)(((
558 +(% border="1" cellspacing="5" style="background-color:#ffffcc; color:green; width:500px" %)
559 +|=(% scope="row" style="width: 60px;" %)(((
560 560  Size(bytes)
561 -)))|(% style="background-color:#d9e2f3; color:#0070c0; width:80px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:360px" %)(((
562 -**Length depends on the return from the commands**
561 +)))|(% style="width:80px" %)1|(% style="width:360px" %)(((
562 +Length depends on the return from the commands
563 563  )))
564 564  |=(% style="width: 90px;" %)(((
565 565  Value
... ... @@ -1330,32 +1330,34 @@
1330 1330  To enable the listening mode, use can run the command (% style="color:#4472c4" %)** AT+RXMODE**.
1331 1331  )))
1332 1332  
1333 +(((
1334 +
1335 +)))
1333 1333  
1334 -
1335 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
1336 -|=(% style="width: 156px; background-color:#D9E2F3;color:#0070C0" %)(((
1337 +(% border="1" cellspacing="10" style="background-color:#ffffcc; width:500px" %)
1338 +|=(% style="width: 100px;" %)(((
1337 1337  **Command example**
1338 -)))|=(% style="width: 355px; background-color:#D9E2F3;color:#0070C0" %)(((
1340 +)))|=(% style="width: 400px;" %)(((
1339 1339  **Function**
1340 1340  )))
1341 -|(% style="width:156px" %)(((
1343 +|(% style="width:100px" %)(((
1342 1342  AT+RXMODE=1,10
1343 -)))|(% style="width:352px" %)(((
1345 +)))|(% style="width:400px" %)(((
1344 1344  Enable listening mode 1, if RS485-LN has received more than 10 RS485 commands from the network. RS485-LN will send these commands via LoRaWAN uplinks.
1345 1345  )))
1346 -|(% style="width:156px" %)(((
1348 +|(% style="width:100px" %)(((
1347 1347  AT+RXMODE=2,500
1348 -)))|(% style="width:352px" %)(((
1350 +)))|(% style="width:400px" %)(((
1349 1349  Enable listening mode 2, RS485-LN will capture and send a 500ms content once from the first detect of character. Max value is 65535 ms
1350 1350  )))
1351 -|(% style="width:156px" %)(((
1353 +|(% style="width:100px" %)(((
1352 1352  AT+RXMODE=0,0
1353 -)))|(% style="width:352px" %)(((
1355 +)))|(% style="width:400px" %)(((
1354 1354  Disable listening mode. This is the default settings.
1355 1355  )))
1356 -|(% style="width:156px" %)(((
1358 +|(% style="width:100px" %)(((
1357 1357  
1358 -)))|(% style="width:352px" %)(((
1360 +)))|(% style="width:400px" %)(((
1359 1359  A6 aa bb cc  same as AT+RXMODE=aa,(bb<<8 | cc)
1360 1360  )))
1361 1361  
... ... @@ -1403,11 +1403,15 @@
1403 1403  (% aria-label="image-20220602171200-9.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220602171200-9.png||data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
1404 1404  )))
1405 1405  
1408 +(((
1409 +
1410 +)))
1406 1406  
1407 -
1408 1408  (((
1413 +(((
1409 1409  (% style="color:red" %)**Notice: Listening mode can work with the default polling mode of RS485-LN. When RS485-LN is in to send the RS485 commands (from AT+COMMANDx), the listening mode will be interrupt for a while.**
1410 1410  )))
1416 +)))
1411 1411  
1412 1412  
1413 1413  == 3.7 Buttons ==
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0