You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: