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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: