Vanganesha / xbee-arduino

xbee-arduino -- library for xbee
GNU General Public License v2.0
0 stars 0 forks source link

Unable to Set Remote Command Options Byte, Offset 15 in Remote AT Command Request #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Always exists
2. Library Limitation.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Arduino 0021. Windows 7. Xbee.h

Please provide any additional information below.

I need to prevent Remote Command Responses to prevent Coordinator buffer 
overflow while Broadcasting. I am trying to set "Disable ACK". Xbee.h does not 
alow this (does not have a setRemoteCommandOptions(value) function. Would 
Xbee.cpp provide this capability?

Original issue reported on code.google.com by Eric.G.S...@gmail.com on 7 Aug 2011 at 4:00

GoogleCodeExporter commented 9 years ago
You would set the frame id to 0 if you don't want a response. e.g. 
request.setFrameId(0)

Original comment by andrew.rapp@gmail.com on 12 Oct 2011 at 4:49

GoogleCodeExporter commented 9 years ago

Original comment by andrew.rapp@gmail.com on 12 Oct 2011 at 4:51