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
I'm unsure how to make this repeatable for others without a similar hardware device, but I am experiencing a lot of data loss.
I have a USB serial device that writes out a bytecode. I am reading with await aioserial_instance.read_async(size=1). Every once in a while (maybe when it switches between async tasks), the next read byte has skipped forward quite a bit in the buffer. This is at a really high baudrate (230400).
The text was updated successfully, but these errors were encountered:
Hello,
I'm unsure how to make this repeatable for others without a similar hardware device, but I am experiencing a lot of data loss.
I have a USB serial device that writes out a bytecode. I am reading with
await aioserial_instance.read_async(size=1)
. Every once in a while (maybe when it switches between async tasks), the next read byte has skipped forward quite a bit in the buffer. This is at a really high baudrate (230400
).The text was updated successfully, but these errors were encountered: