Reputation: 43
I'm transferring data from android to arduino and vice versa(handshaking is done). When I'm transferring one byte everything's fine, but when I try to transfer 64bytes packets there is data loss.
I checked the arduino side program and it works using Monitor of the Arduino IDE, but when it is connected to android it can not send packets of 64bytes to android(I have Arduino DUE).
I tried different baudrates and the problem persists.
Thanks in advance.
Upvotes: 0
Views: 95