Last modified by Karry Zhuang on 2024/07/11 11:58

From version 41.13
edited by Xiaoling
on 2022/06/01 14:12
Change comment: There is no comment for this version
To version 41.15
edited by Xiaoling
on 2022/06/01 14:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -103,6 +103,7 @@
103 103  Connection2
104 104  
105 105  
106 +
106 106  [[image:image-20220527092555-7.png]]
107 107  
108 108  Connection3
... ... @@ -170,11 +170,11 @@
170 170   AT+DATACUTx : This command defines how to handle the return from AT+COMMANDx, max reture length is 40 bytes. AT+DATACUTx=a,b,c
171 171  )))
172 172  
173 -a: length for the return of AT+COMMAND
174 +a:  length for the return of AT+COMMAND
174 174  
175 -b:1: grab valid value by byte, max 6 bytes. 2: grab valid value by bytes section, max 3 sections.
176 +b: 1: grab valid value by byte, max 6 bytes 2: grab valid value by bytes section, max 3 sections.
176 176  
177 -c: define the position for valid value.
178 +c:  define the position for valid value.
178 178  
179 179  [[image:image-20220527092936-10.png]]
180 180  
... ... @@ -181,6 +181,7 @@
181 181  AT COMMAND
182 182  
183 183  
185 +
184 184  PAYLOAD is available after the valid value is intercepted.
185 185  
186 186