danielinux/ttybus

Losing data

leoheck opened this issue · 1 comments

Hi, @danielinux

I am using ttybus to split the serial stream of data from a USB to 2 applications.

When I use the USB device directly my application works nicely parsing the data however when I use ttybus I have some issues parsing the data that comes from the virtual device. For instance, 60% to 80% of the data cannot be parsed for some reason I could not understand why.

I am not sure what is happening yet, but I think ttybus may be losing some data, somehow.

Do you know if there is any way that I can debug the ttybus stream somehow?

Any idea will help me since I currently don't know what is the issue. Thank you.

I am closing since I could fix my issue this comment #11 (comment)