Last modified by Mengting Qiu on 2025/06/04 18:42

From version 230.1
edited by Dilisi S
on 2024/12/09 02:51
Change comment: Dec 8 edits - add some details to AT commands
To version 229.1
edited by Dilisi S
on 2024/12/09 02:41
Change comment: Uploaded new attachment "Screenshot 2024-12-08 193946.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -901,15 +901,8 @@
901 901  
902 902  (% border="2" style="width:500px" %)
903 903  |**Command**|AT+TDC=<time>
904 -|**Parameters**|**time **: uplink interval in milliseconds
905 -|**Get**|AT+TDC=?
906 -|**Response**|(((
907 -current uplink interval
908 -
909 -OK
910 -)))
911 -|**Set**|AT+TDC=<time>
912 -|**Response**|OK
904 +|**Response**|
905 +|**Parameters**|**time** : uplink interval is in **milliseconds**
913 913  |**Example**|(((
914 914  AT+TDC=30000
915 915  
... ... @@ -925,7 +925,7 @@
925 925  |**Parameters**|(((
926 926  **prefix** : 0x01
927 927  
928 -**time** : uplink interval in **seconds**, represented by **3  bytes** in **hexadecimal**.
921 +**time** : uplink interval is in **seconds**, represented by **3  bytes** in **hexadecimal**.
929 929  )))
930 930  |**Example**|(((
931 931  01 **00 00 1E**
... ... @@ -946,7 +946,8 @@
946 946  (% style="color:#037691" %)**AT command**
947 947  
948 948  (% border="2" style="width:500px" %)
949 -|(% style="width:97px" %)**Command**|(% style="width:413px" %)AT+MOD=<working_mode>
942 +|(% style="width:97px" %)**Command**|(% style="width:413px" %)AT+MODE=<working_mode>
943 +|(% style="width:97px" %)**Response**|(% style="width:413px" %)
950 950  |(% style="width:97px" %)**Parameters**|(% style="width:413px" %)(((
951 951  **working_mode** :
952 952  
... ... @@ -962,18 +962,6 @@
962 962  
963 963  6 = Trigger Mode, Optional, used together with MOD1 ~~ MOD5
964 964  )))
965 -|(% style="width:97px" %)**Get**|(% style="width:413px" %)AT+MOD=?
966 -|(% style="width:97px" %)**Response**|(% style="width:413px" %)(((
967 -Current working mode
968 -
969 -OK
970 -)))
971 -|(% style="width:97px" %)**Set**|(% style="width:413px" %)AT+MOD=<working_mode>
972 -|(% style="width:97px" %)**Response**|(% style="width:413px" %)(((
973 -Attention:Take effect after ATZ
974 -
975 -OK
976 -)))
977 977  |(% style="width:97px" %)**Example**|(% style="width:413px" %)(((
978 978  AT+MOD=2
979 979