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
{{ message }}
This repository was archived by the owner on Jan 11, 2024. It is now read-only.
I also have this problem on SerialDataEvent.
I noticed this problem on ttyUSB0.
There are no problems with ttyUSB1 or ttyUSB2.
I'm sure that this one comes in 22 bytes, but length = 0.
How to fix it?
Sometimes for a while the reboot helps, but this is not a solution.
if event.length() == 0 why the event accured ????
Imust do the following
if(event.length() != 0){
// do something
}
else
return ;
The text was updated successfully, but these errors were encountered: