Data loss in Arduino-Android usb communication -


i'm transferring data android arduino , vice versa(handshaking done). when i'm transferring 1 byte everything's fine, when try transfer 64bytes packets there data loss.

i checked arduino side program , works using monitor of arduino ide, when connected android can not send packets of 64bytes android(i have arduino due).

i tried different baudrates , problem persists.

thanks in advance.


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -