<
From version < 61.12 >
edited by Xiaoling
on 2022/06/14 11:44
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
... ... @@ -854,7 +854,7 @@
854 854  
855 855  
856 856  
857 -==== **RS485 command timeout** ====
857 +==== **(% style="color:blue" %)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 -**AT Command:**
868 +**(% style="color:#037691" %) AT Command:**
869 869  )))
870 870  
871 871  (% class="box infomessage" %)
... ... @@ -888,7 +888,7 @@
888 888  )))
889 889  
890 890  * (((
891 -**Downlink Payload:**
891 +**(% style="color:#037691" %) Downlink Payload:**
892 892  )))
893 893  
894 894  (((
... ... @@ -910,7 +910,7 @@
910 910  
911 911  
912 912  
913 -==== **Uplink payload mode** ====
913 +==== **(% style="color:blue" %)Uplink payload mode** ====
914 914  
915 915  (((
916 916  Define to use one uplink or multiple uplinks for the sampling.
... ... @@ -921,29 +921,17 @@
921 921  )))
922 922  
923 923  * (((
924 -**AT Command:**
924 +**(% style="color:#037691" %) AT Command:**
925 925  )))
926 926  
927 -(% class="box infomessage" %)
928 -(((
929 -(((
927 +
930 930  **AT+DATAUP=0**
931 -)))
932 -)))
933 933  
934 -(% class="box infomessage" %)
935 -(((
936 -(((
937 937  **AT+DATAUP=1**
938 -)))
939 -)))
940 940  
941 -(((
942 -
943 -)))
944 944  
945 945  * (((
946 -**Downlink Payload:**
934 +**(% style="color:#037691" %) Downlink Payload:**
947 947  )))
948 948  
949 949  (((
... ... @@ -957,7 +957,7 @@
957 957  
958 958  
959 959  
960 -==== **Manually trigger an Uplink** ====
948 +==== **(% style="color:blue" %)Manually trigger an Uplink** ====
961 961  
962 962  (((
963 963  Ask device to send an uplink immediately.
... ... @@ -964,7 +964,7 @@
964 964  )))
965 965  
966 966  * (((
967 -**AT Command:**
955 +**(% style="color:#037691" %) AT Command:**
968 968  )))
969 969  
970 970  (((
... ... @@ -976,7 +976,7 @@
976 976  )))
977 977  
978 978  * (((
979 -**Downlink Payload:**
967 +**(% style="color:#037691" %) Downlink Payload:**
980 980  )))
981 981  
982 982  (((
... ... @@ -986,7 +986,7 @@
986 986  
987 987  
988 988  
989 -==== **Clear RS485 Command** ====
977 +==== **(% style="color:blue" %)Clear RS485 Command** ====
990 990  
991 991  (((
992 992  The AT+COMMANDx and AT+DATACUTx settings are stored in special location, user can use below command to clear them.
... ... @@ -993,7 +993,7 @@
993 993  )))
994 994  
995 995  * (((
996 -**AT Command:**
984 +**(% style="color:#037691" %) AT Command:**
997 997  )))
998 998  
999 999  (((
... ... @@ -1020,7 +1020,7 @@
1020 1020  
1021 1021  
1022 1022  * (((
1023 -**Downlink Payload:**
1011 +**(% style="color:#037691" %) Downlink Payload:**
1024 1024  )))
1025 1025  
1026 1026  (((
... ... @@ -1030,7 +1030,7 @@
1030 1030  
1031 1031  
1032 1032  
1033 -==== **Set Serial Communication Parameters** ====
1021 +==== **(% style="color:blue" %)Set Serial Communication Parameters** ====
1034 1034  
1035 1035  (((
1036 1036  Set the Rs485 serial communication parameters:
... ... @@ -1037,7 +1037,7 @@
1037 1037  )))
1038 1038  
1039 1039  * (((
1040 -**AT Command:**
1028 +**(% style="color:#037691" %) AT Command:**
1041 1041  )))
1042 1042  
1043 1043  (((
... ... @@ -1044,41 +1044,28 @@
1044 1044  Set Baud Rate:
1045 1045  )))
1046 1046  
1047 -(% class="box infomessage" %)
1048 -(((
1049 -(((
1035 +
1050 1050  **AT+BAUDR=9600**    ~/~/ Options: (1200,2400,4800,14400,19200,115200)
1051 -)))
1052 -)))
1053 1053  
1038 +
1054 1054  (((
1055 1055  Set UART Parity
1056 1056  )))
1057 1057  
1058 -(% class="box infomessage" %)
1059 -(((
1060 -(((
1043 +
1061 1061  **AT+PARITY=0**    ~/~/ Option: 0: no parity, 1: odd parity, 2: even parity
1062 -)))
1063 -)))
1064 1064  
1046 +
1065 1065  (((
1066 1066  Set STOPBIT
1067 1067  )))
1068 1068  
1069 -(% class="box infomessage" %)
1070 -(((
1071 -(((
1051 +
1072 1072  **AT+STOPBIT=0**    ~/~/ Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits
1073 -)))
1074 -)))
1075 1075  
1076 -(((
1077 -
1078 -)))
1079 1079  
1080 1080  * (((
1081 -**Downlink Payload:**
1056 +**(% style="color:#037691" %) Downlink Payload:**
1082 1082  )))
1083 1083  
1084 1084  (((
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0