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

Summary

Details

Page properties
Content
... ... @@ -854,7 +854,7 @@
854 854  
855 855  
856 856  
857 -==== **(% style="color:blue" %)RS485 command timeout** ====
857 +==== **RS485 command timeout** ====
858 858  
859 859  (((
860 860  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.
... ... @@ -865,7 +865,7 @@
865 865  )))
866 866  
867 867  * (((
868 -**(% style="color:#037691" %) AT Command:**
868 +**AT Command:**
869 869  )))
870 870  
871 871  (% class="box infomessage" %)
... ... @@ -888,7 +888,7 @@
888 888  )))
889 889  
890 890  * (((
891 -**(% style="color:#037691" %) Downlink Payload:**
891 +**Downlink Payload:**
892 892  )))
893 893  
894 894  (((
... ... @@ -910,7 +910,7 @@
910 910  
911 911  
912 912  
913 -==== **(% style="color:blue" %)Uplink payload mode** ====
913 +==== **Uplink payload mode** ====
914 914  
915 915  (((
916 916  Define to use one uplink or multiple uplinks for the sampling.
... ... @@ -921,17 +921,29 @@
921 921  )))
922 922  
923 923  * (((
924 -**(% style="color:#037691" %) AT Command:**
924 +**AT Command:**
925 925  )))
926 926  
927 -
927 +(% class="box infomessage" %)
928 +(((
929 +(((
928 928  **AT+DATAUP=0**
931 +)))
932 +)))
929 929  
934 +(% class="box infomessage" %)
935 +(((
936 +(((
930 930  **AT+DATAUP=1**
938 +)))
939 +)))
931 931  
941 +(((
942 +
943 +)))
932 932  
933 933  * (((
934 -**(% style="color:#037691" %) Downlink Payload:**
946 +**Downlink Payload:**
935 935  )))
936 936  
937 937  (((
... ... @@ -945,7 +945,7 @@
945 945  
946 946  
947 947  
948 -==== **(% style="color:blue" %)Manually trigger an Uplink** ====
960 +==== **Manually trigger an Uplink** ====
949 949  
950 950  (((
951 951  Ask device to send an uplink immediately.
... ... @@ -952,7 +952,7 @@
952 952  )))
953 953  
954 954  * (((
955 -**(% style="color:#037691" %) AT Command:**
967 +**AT Command:**
956 956  )))
957 957  
958 958  (((
... ... @@ -964,7 +964,7 @@
964 964  )))
965 965  
966 966  * (((
967 -**(% style="color:#037691" %) Downlink Payload:**
979 +**Downlink Payload:**
968 968  )))
969 969  
970 970  (((
... ... @@ -974,7 +974,7 @@
974 974  
975 975  
976 976  
977 -==== **(% style="color:blue" %)Clear RS485 Command** ====
989 +==== **Clear RS485 Command** ====
978 978  
979 979  (((
980 980  The AT+COMMANDx and AT+DATACUTx settings are stored in special location, user can use below command to clear them.
... ... @@ -981,7 +981,7 @@
981 981  )))
982 982  
983 983  * (((
984 -**(% style="color:#037691" %) AT Command:**
996 +**AT Command:**
985 985  )))
986 986  
987 987  (((
... ... @@ -1008,7 +1008,7 @@
1008 1008  
1009 1009  
1010 1010  * (((
1011 -**(% style="color:#037691" %) Downlink Payload:**
1023 +**Downlink Payload:**
1012 1012  )))
1013 1013  
1014 1014  (((
... ... @@ -1018,7 +1018,7 @@
1018 1018  
1019 1019  
1020 1020  
1021 -==== **(% style="color:blue" %)Set Serial Communication Parameters** ====
1033 +==== **Set Serial Communication Parameters** ====
1022 1022  
1023 1023  (((
1024 1024  Set the Rs485 serial communication parameters:
... ... @@ -1025,7 +1025,7 @@
1025 1025  )))
1026 1026  
1027 1027  * (((
1028 -**(% style="color:#037691" %) AT Command:**
1040 +**AT Command:**
1029 1029  )))
1030 1030  
1031 1031  (((
... ... @@ -1032,28 +1032,41 @@
1032 1032  Set Baud Rate:
1033 1033  )))
1034 1034  
1035 -
1047 +(% class="box infomessage" %)
1048 +(((
1049 +(((
1036 1036  **AT+BAUDR=9600**    ~/~/ Options: (1200,2400,4800,14400,19200,115200)
1051 +)))
1052 +)))
1037 1037  
1038 -
1039 1039  (((
1040 1040  Set UART Parity
1041 1041  )))
1042 1042  
1043 -
1058 +(% class="box infomessage" %)
1059 +(((
1060 +(((
1044 1044  **AT+PARITY=0**    ~/~/ Option: 0: no parity, 1: odd parity, 2: even parity
1062 +)))
1063 +)))
1045 1045  
1046 -
1047 1047  (((
1048 1048  Set STOPBIT
1049 1049  )))
1050 1050  
1051 -
1069 +(% class="box infomessage" %)
1070 +(((
1071 +(((
1052 1052  **AT+STOPBIT=0**    ~/~/ Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits
1073 +)))
1074 +)))
1053 1053  
1076 +(((
1077 +
1078 +)))
1054 1054  
1055 1055  * (((
1056 -**(% style="color:#037691" %) Downlink Payload:**
1081 +**Downlink Payload:**
1057 1057  )))
1058 1058  
1059 1059  (((
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0