<
From version < 58.16 >
edited by Xiaoling
on 2022/06/06 11:23
To version < 58.19 >
edited by Xiaoling
on 2022/06/06 11:24
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -937,16 +937,29 @@
937 937  
938 938  ==== **Manually trigger an Uplink** ====
939 939  
940 +(((
940 940  Ask device to send an uplink immediately.
942 +)))
941 941  
942 -* **AT Command:**
944 +* (((
945 +**AT Command:**
946 +)))
943 943  
948 +(((
944 944  No AT Command for this, user can press the [[ACT button>>||anchor="H3.7Buttons"]] for 1 second for the same.
950 +)))
945 945  
952 +(((
953 +
954 +)))
946 946  
947 -* **Downlink Payload:**
956 +* (((
957 +**Downlink Payload:**
958 +)))
948 948  
960 +(((
949 949  **0x08 FF**, RS485-LN will immediately send an uplink.
962 +)))
950 950  
951 951  
952 952  
... ... @@ -984,9 +984,13 @@
984 984  [[image:1654160691922-496.png]]
985 985  
986 986  
987 -* **Downlink Payload:**
1000 +* (((
1001 +**Downlink Payload:**
1002 +)))
988 988  
1004 +(((
989 989  **0x09 aa bb** same as AT+CMDEAR=aa,bb
1006 +)))
990 990  
991 991  
992 992  
... ... @@ -993,46 +993,81 @@
993 993  
994 994  ==== **Set Serial Communication Parameters** ====
995 995  
1013 +(((
996 996  Set the Rs485 serial communication parameters:
1015 +)))
997 997  
998 -* **AT Command:**
1017 +* (((
1018 +**AT Command:**
1019 +)))
999 999  
1021 +(((
1000 1000  Set Baud Rate:
1023 +)))
1001 1001  
1002 1002  (% class="box infomessage" %)
1003 1003  (((
1027 +(((
1004 1004  **AT+BAUDR=9600**    ~/~/ Options: (1200,2400,4800,14400,19200,115200)
1005 1005  )))
1030 +)))
1006 1006  
1032 +(((
1007 1007  Set UART Parity
1034 +)))
1008 1008  
1009 1009  (% class="box infomessage" %)
1010 1010  (((
1038 +(((
1011 1011  **AT+PARITY=0**    ~/~/ Option: 0: no parity, 1: odd parity, 2: even parity
1012 1012  )))
1041 +)))
1013 1013  
1043 +(((
1014 1014  Set STOPBIT
1045 +)))
1015 1015  
1016 1016  (% class="box infomessage" %)
1017 1017  (((
1049 +(((
1018 1018  **AT+STOPBIT=0**    ~/~/ Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits
1019 1019  )))
1052 +)))
1020 1020  
1054 +(((
1055 +
1056 +)))
1021 1021  
1022 -* **Downlink Payload:**
1058 +* (((
1059 +**Downlink Payload:**
1060 +)))
1023 1023  
1062 +(((
1024 1024  **A7 01 aa bb**: Same  AT+BAUDR=hex(aa bb)*100
1064 +)))
1025 1025  
1066 +(((
1026 1026  **Example:**
1068 +)))
1027 1027  
1028 -* A7 01 00 60   same as AT+BAUDR=9600
1029 -* A7 01 04 80  same as AT+BAUDR=115200
1070 +* (((
1071 +A7 01 00 60   same as AT+BAUDR=9600
1072 +)))
1073 +* (((
1074 +A7 01 04 80  same as AT+BAUDR=115200
1075 +)))
1030 1030  
1077 +(((
1031 1031  A7 02 aa: Same as  AT+PARITY=aa  (aa value: 00 , 01 or 02)
1079 +)))
1032 1032  
1081 +(((
1033 1033  A7 03 aa: Same as  AT+STOPBIT=aa  (aa value: 00 , 01 or 02)
1083 +)))
1034 1034  
1035 1035  
1086 +
1087 +
1036 1036  == 3.6 Listening mode for RS485 network ==
1037 1037  
1038 1038  This feature support since firmware v1.4
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0