I am working on implementing your library into an android app but I am facing a performance issue.
When I use your app (xbee on google play) I can send at least 10 commands per second through the serial interface
However, when I use your library, I can only send 5 commands per seconds with this method :
mXBeeDevice.sendUserDataRelay(
XBeeLocalInterface.SERIAL,
data
)
I followed your github example so I have no idea where the issue comes from.
Can you give me a clue about what happened please?
I am working on implementing your library into an android app but I am facing a performance issue.
When I use your app (xbee on google play) I can send at least 10 commands per second through the serial interface
However, when I use your library, I can only send 5 commands per seconds with this method :
mXBeeDevice.sendUserDataRelay(
XBeeLocalInterface.SERIAL,
data
)
I followed your github example so I have no idea where the issue comes from.
Can you give me a clue about what happened please?