Last modified by Mengting Qiu on 2025/07/08 11:11

From version 199.1
edited by Dilisi S
on 2025/05/31 04:53
Change comment: May 30 edits - part 2
To version 200.1
edited by Dilisi S
on 2025/05/31 23:59
Change comment: May 31 edits

Summary

Details

Page properties
Content
... ... @@ -915,24 +915,24 @@
915 915  
916 916  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
917 917  |=(% style="width: 155px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 197px;background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 158px;background-color:#4F81BD;color:white" %)**Response**
918 -|(% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)(((
918 +|(% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Display current interrupt mode|(% style="width:157px" %)(((
919 919  0
920 920  OK
921 -the mode is 0 =Disable Interrupt
921 +The mode is 0 means interrupt is disabled.
922 922  )))
923 923  |(% style="width:154px" %)(((
924 -AT+INTMOD=2(default)
924 +AT+INTMOD=2 (default)
925 925  )))|(% style="width:196px" %)(((
926 -Set Transmit Interval
927 -0. (Disable Interrupt),
928 -~1. (Trigger by rising and falling edge)
929 -2. (Trigger by falling edge)
930 -3. (Trigger by rising edge)
926 +Set interrupt mode.
927 +0: (Disable Interrupt)
928 +1: (Trigger by rising and falling edge)
929 +2: (Trigger by falling edge)
930 +3: (Trigger by rising edge)
931 931  )))|(% style="width:157px" %)OK
932 932  
933 933  (% style="color:blue" %)**Downlink Command: 0x06**
934 934  
935 -Format: Command code (0x06) followed by 3 bytes.
935 +**Format**: Command code (0x06) followed by 3 bytes.
936 936  
937 937  This sets the interrupt mode of the end node. For example, a value of 0x000003 means the interrupt mode is set to **3** (rising edge trigger). The type code is 0x06.
938 938