Last modified by Karry Zhuang on 2024/07/11 11:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -73,6 +73,7 @@ 73 73 Connection1 74 74 75 75 76 + 76 76 ((( 77 77 How to connect with Energy Meter: 78 78 ))) ... ... @@ -102,6 +102,7 @@ 102 102 Connection2 103 103 104 104 106 + 105 105 [[image:image-20220527092555-7.png]] 106 106 107 107 Connection3 ... ... @@ -169,11 +169,11 @@ 169 169 AT+DATACUTx : This command defines how to handle the return from AT+COMMANDx, max reture length is 40 bytes. AT+DATACUTx=a,b,c 170 170 ))) 171 171 172 -a: length for the return of AT+COMMAND 174 +a: length for the return of AT+COMMAND 173 173 174 -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. 175 175 176 -c: define the position for valid value. 178 +c: define the position for valid value. 177 177 178 178 [[image:image-20220527092936-10.png]] 179 179 ... ... @@ -180,6 +180,7 @@ 180 180 AT COMMAND 181 181 182 182 185 + 183 183 PAYLOAD is available after the valid value is intercepted. 184 184 185 185