<
From version < 7.12 >
edited by Xiaoling
on 2022/09/26 13:41
To version < 7.13 >
edited by Xiaoling
on 2022/09/26 13:47
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -265,4 +265,49 @@
265 265  (% style="color:red" %)**Range: ( 0 ~~ 255 )**
266 266  
267 267  
268 +
269 +
270 +== 4.12  Set Rx Timeout and Reply mode ==
271 +
272 +
273 +Set Rx Timeout and Reply mode, Parameter 1, Parameter2
274 +Parameter 1: 
275 + 0: Always no RX
276 + 1 ~~ 65534: Open RX window and last for specify seconds. 
277 + 65535: RX window always open.
278 +
279 +
280 + Parameter 2: 
281 + 0: No ACK
282 + 1: Send an ACK once got a message from another device. ACK Content is same as receive message 
283 + 2: Send an ACK once got a message from another device. ACK Content is 0x00 FF
284 +
285 +(% style="color:red" %)**Default Value: AT+RXMOD=65535,2**  (%%) ~/~/  RX Mode: 65535, 2
286 +
287 +
288 +
289 +== 4.13  Send Message ==
290 +
291 +
292 +Send Message:
293 +Parameter 1: send hex or text 
294 + 0: Send hex
295 + 1: Send text
296 +
297 +
298 +Parameter 2: Content
268 268  
300 +Parameter 3 : ACK Type
301 + 0: No ACK
302 + 1: Wait for ACK (Same as what we sent)
303 + 2: Wait for ACK ( 0x00 FF)
304 +
305 +
306 +Parameter 4 : Retransmission ( 0 ~~ 8 )
307 + 0: No re-transmission
308 + 1 ~~ 8: total sends 1~~8 transmission, interval 5 seconds
309 +
310 +**Notice: RX reply (Defined by AT+RXMOD) won't ask for TX ACK**
311 +
312 +
313 +
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0