Last modified by Karry Zhuang on 2024/07/11 11:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -171,11 +171,11 @@ 171 171 AT+DATACUTx : This command defines how to handle the return from AT+COMMANDx, max reture length is 40 bytes. AT+DATACUTx=a,b,c 172 172 ))) 173 173 174 -a: 174 +a: length for the return of AT+COMMAND 175 175 176 -b: ;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. 177 177 178 -c: 178 +c: define the position for valid value. 179 179 180 180 [[image:image-20220527092936-10.png]] 181 181 ... ... @@ -182,7 +182,6 @@ 182 182 AT COMMAND 183 183 184 184 185 - 186 186 PAYLOAD is available after the valid value is intercepted. 187 187 188 188