<
From version < 61.18 >
edited by Xiaoling
on 2022/06/14 11:51
To version < 61.15 >
edited by Xiaoling
on 2022/06/14 11:47
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -80,11 +80,13 @@
80 80  ** Idle: 32mA@12v
81 81  ** 20dB Transmit: 65mA@12v
82 82  
83 +
83 83  **Interface for Model:**
84 84  
85 85  * RS485
86 86  * Power Input 7~~ 24V DC. 
87 87  
89 +
88 88  **LoRa Spec:**
89 89  
90 90  * Frequency Range:
... ... @@ -108,6 +108,7 @@
108 108  
109 109  
110 110  
113 +
111 111  == 1.3 Features ==
112 112  
113 113  * LoRaWAN Class A & Class C protocol (default Class C)
... ... @@ -121,6 +121,7 @@
121 121  
122 122  
123 123  
127 +
124 124  == 1.4 Applications ==
125 125  
126 126  * Smart Buildings & Home Automation
... ... @@ -132,6 +132,7 @@
132 132  
133 133  
134 134  
139 +
135 135  == 1.5 Firmware Change log ==
136 136  
137 137  [[RS485-LN Image files – Download link and Change log>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/]]
... ... @@ -333,6 +333,7 @@
333 333  )))
334 334  )))
335 335  
341 +
336 336  === 3.3.2 Configure sensors ===
337 337  
338 338  (((
... ... @@ -357,6 +357,7 @@
357 357  )))
358 358  )))|(% style="width:190px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
359 359  
366 +
360 360  === 3.3.3 Configure read commands for each sampling ===
361 361  
362 362  (((
... ... @@ -578,7 +578,7 @@
578 578  
579 579  
580 580  
581 -==== (% style="color:#037691" %)**RS485 Debug Command**(%%) ====
588 +==== **(% style="color:#037691" %)RS485 Debug Command**(%%) ====
582 582  
583 583  (((
584 584  This command is used to configure the RS485 devices; they won’t be used during sampling.
... ... @@ -585,7 +585,7 @@
585 585  )))
586 586  
587 587  * (((
588 -(% style="color:#037691" %)**AT Command**
595 +**(% style="color:#037691" %)AT Command**
589 589  
590 590  **AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m**
591 591  
... ... @@ -696,7 +696,7 @@
696 696  
697 697  
698 698  
699 -==== (% style="color:blue" %)**Set Payload version**(%%) ====
706 +==== **(% style="color:blue" %)Set Payload version** ====
700 700  
701 701  (((
702 702  This is the first byte of the uplink payload. RS485-LN can connect to different sensors. User can set the PAYVER field to tell server how to decode the current payload.
... ... @@ -703,28 +703,32 @@
703 703  )))
704 704  
705 705  * (((
706 -(% style="color:#037691" %)**AT Command:**
713 +**(% style="color:#037691" %)AT Command:**
714 +)))
707 707  
708 -**AT+PAYVER:  **Set PAYVER field = 1
709 -
710 -
716 +(% class="box infomessage" %)
717 +(((
718 +(((
719 +**AT+PAYVER: Set PAYVER field = 1**
711 711  )))
721 +)))
722 +
712 712  * (((
713 -(% style="color:#037691" %)**Downlink Payload:**
724 +**(% style="color:#037691" %)Downlink Payload:**
714 714  )))
715 715  
716 716  (((
717 -**0xAE 01**  ~-~->  Set PAYVER field =  0x01
728 +**0xAE 01**  ~-~-> Set PAYVER field =  0x01
718 718  )))
719 719  
720 720  (((
721 -**0xAE 0F**   ~-~->  Set PAYVER field =  0x0F
732 +**0xAE 0F**   ~-~-> Set PAYVER field =  0x0F
722 722  )))
723 723  
724 724  
725 725  
726 726  
727 -==== (% style="color:blue" %)**Set RS485 Sampling Commands**(%%) ====
738 +==== **(% style="color:blue" %)Set RS485 Sampling Commands** ====
728 728  
729 729  (((
730 730  AT+COMMANDx or AT+DATACUTx
... ... @@ -739,16 +739,18 @@
739 739  )))
740 740  
741 741  * (((
742 -(% style="color:#037691" %)**AT Command:**
753 +**(% style="color:#037691" %)AT Command:**
743 743  )))
744 744  
745 -**AT+COMMANDx:  **Configure RS485 read command to sensor.
746 746  
747 -**AT+DATACUTx:  **Configure how to handle return from RS485 devices.
757 +**AT+COMMANDx: Configure RS485 read command to sensor.**
748 748  
749 749  
760 +**AT+DATACUTx: Configure how to handle return from RS485 devices.**
761 +
762 +
750 750  * (((
751 -(% style="color:#037691" %)**Downlink Payload:**
764 +**(% style="color:#037691" %)Downlink Payload:**
752 752  )))
753 753  
754 754  (((
... ... @@ -802,7 +802,7 @@
802 802  
803 803  
804 804  
805 -==== (% style="color:blue" %)**Fast command to handle MODBUS device**(%%) ====
818 +==== **(% style="color:blue" %)Fast command to handle MODBUS device** ====
806 806  
807 807  (((
808 808  AT+MBFUN is valid since v1.3 firmware version. The command is for fast configure to read Modbus devices. It is only valid for the devices which follow the [[MODBUS-RTU protocol>>url:https://www.modbustools.com/modbus.html]].
... ... @@ -841,7 +841,7 @@
841 841  
842 842  
843 843  
844 -==== (% style="color:blue" %)**RS485 command timeout**(%%) ====
857 +==== **(% style="color:blue" %)RS485 command timeout** ====
845 845  
846 846  (((
847 847  Some Modbus device has slow action to send replies. This command is used to configure the RS485-LN to use longer time to wait for their action.
... ... @@ -852,7 +852,7 @@
852 852  )))
853 853  
854 854  * (((
855 -(% style="color:#037691" %)** AT Command:**
868 +**(% style="color:#037691" %) AT Command:**
856 856  )))
857 857  
858 858  (% class="box infomessage" %)
... ... @@ -875,7 +875,7 @@
875 875  )))
876 876  
877 877  * (((
878 -(% style="color:#037691" %)** Downlink Payload:**
891 +**(% style="color:#037691" %) Downlink Payload:**
879 879  )))
880 880  
881 881  (((
... ... @@ -897,7 +897,7 @@
897 897  
898 898  
899 899  
900 -==== (% style="color:blue" %)**Uplink payload mode**(%%) ====
913 +==== **(% style="color:blue" %)Uplink payload mode** ====
901 901  
902 902  (((
903 903  Define to use one uplink or multiple uplinks for the sampling.
... ... @@ -908,9 +908,10 @@
908 908  )))
909 909  
910 910  * (((
911 -(% style="color:#037691" %)** AT Command:**
924 +**(% style="color:#037691" %) AT Command:**
912 912  )))
913 913  
927 +
914 914  **AT+DATAUP=0**
915 915  
916 916  **AT+DATAUP=1**
... ... @@ -917,7 +917,7 @@
917 917  
918 918  
919 919  * (((
920 -(% style="color:#037691" %)** Downlink Payload:**
934 +**(% style="color:#037691" %) Downlink Payload:**
921 921  )))
922 922  
923 923  (((
... ... @@ -931,7 +931,7 @@
931 931  
932 932  
933 933  
934 -==== (% style="color:blue" %)**Manually trigger an Uplink**(%%) ====
948 +==== **(% style="color:blue" %)Manually trigger an Uplink** ====
935 935  
936 936  (((
937 937  Ask device to send an uplink immediately.
... ... @@ -938,7 +938,7 @@
938 938  )))
939 939  
940 940  * (((
941 -(% style="color:#037691" %)** AT Command:**
955 +**(% style="color:#037691" %) AT Command:**
942 942  )))
943 943  
944 944  (((
... ... @@ -950,7 +950,7 @@
950 950  )))
951 951  
952 952  * (((
953 -(% style="color:#037691" %)** Downlink Payload:**
967 +**(% style="color:#037691" %) Downlink Payload:**
954 954  )))
955 955  
956 956  (((
... ... @@ -960,7 +960,7 @@
960 960  
961 961  
962 962  
963 -==== (% style="color:blue" %)**Clear RS485 Command**(%%) ====
977 +==== **(% style="color:blue" %)Clear RS485 Command** ====
964 964  
965 965  (((
966 966  The AT+COMMANDx and AT+DATACUTx settings are stored in special location, user can use below command to clear them.
... ... @@ -967,7 +967,7 @@
967 967  )))
968 968  
969 969  * (((
970 -(% style="color:#037691" %)** AT Command:**
984 +**(% style="color:#037691" %) AT Command:**
971 971  )))
972 972  
973 973  (((
... ... @@ -994,7 +994,7 @@
994 994  
995 995  
996 996  * (((
997 -(% style="color:#037691" %)** Downlink Payload:**
1011 +**(% style="color:#037691" %) Downlink Payload:**
998 998  )))
999 999  
1000 1000  (((
... ... @@ -1004,7 +1004,7 @@
1004 1004  
1005 1005  
1006 1006  
1007 -==== (% style="color:blue" %)**Set Serial Communication Parameters**(%%) ====
1021 +==== **(% style="color:blue" %)Set Serial Communication Parameters** ====
1008 1008  
1009 1009  (((
1010 1010  Set the Rs485 serial communication parameters:
... ... @@ -1011,7 +1011,7 @@
1011 1011  )))
1012 1012  
1013 1013  * (((
1014 -(% style="color:#037691" %)** AT Command:**
1028 +**(% style="color:#037691" %) AT Command:**
1015 1015  )))
1016 1016  
1017 1017  (((
... ... @@ -1039,7 +1039,7 @@
1039 1039  
1040 1040  
1041 1041  * (((
1042 -(% style="color:#037691" %)** Downlink Payload:**
1056 +**(% style="color:#037691" %) Downlink Payload:**
1043 1043  )))
1044 1044  
1045 1045  (((
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0