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
Hi i have an issue when i transmit string less than 20 bytes data is sent correctly but when i send bigger data packet data is losteven when from android application packet are splitted into 20 bytes packet or less sometimes data is lost even when i add a delaybetween packets. For example if i send a string "Hi this is a test" data arrive correct but if i add "for detect the bug" (string complete "Hi this is a test for detect the bug") sometimes arrives correct but in other cases bytes are lost -> "Hi this is a est for detect te bug" or similar cases i don't understand the reason why is this happening, can you help me?
The text was updated successfully, but these errors were encountered:
Hi i have an issue when i transmit string less than 20 bytes data is sent correctly but when i send bigger data packet data is lost even when from android application packet are splitted into 20 bytes packet or less sometimes data is lost even when i add a delay between packets. For example if i send a string "Hi this is a test" data arrive correct but if i add "for detect the bug" (string complete "Hi this is a test for detect the bug") sometimes arrives correct but in other cases bytes are lost -> "Hi this is a est for detect te bug" or similar cases i don't understand the reason why is this happening, can you help me?
The text was updated successfully, but these errors were encountered: