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
: /dev/ttyACM0
: >1<
: PORT OPEN: 1
: Data from firstWhere: [1, 2, 3]
: Result 1: [1, 2, 3]
: Data from expand: [1, 2, 3]
: Data from firstWhere: [1, 2, 3]
: Result 2: [1, 2, 3]
: Data from listen: [1, 2, 3]
: Result 3: [1, 2, 3]
: >2<
: PORT NOT OPEN: 2
: DONE
while sometimes it hangs at:
:/dev/ttyACM0
:>1<:PORTOPEN:1:Result1:
and it's completly random when it hangs and when not!
Can you please make it not hang all the times?
The text was updated successfully, but these errors were encountered:
Dear libserialport maintainers.
I have a "echo" serial port device, and I'm trying to perform subsequent reads and writes.
My code looks like this:
The problem is, that sometines the result is:
while sometimes it hangs at:
and it's completly random when it hangs and when not!
Can you please make it not hang all the times?
The text was updated successfully, but these errors were encountered: