Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disconnects and reconnects when receiving 1 line in less than 100ms #13

Open
cverver opened this issue Mar 25, 2019 · 0 comments
Open

Comments

@cverver
Copy link

cverver commented Mar 25, 2019

I have the same issue as #9 and i have traced it back to the transmit speed of the serial device i am connecting to.
In my case that serial device is a teensy (arduino-like device) that transmits sensor data in a 100ms interval.
For my use case 100ms interval is too slow but is working reliably, when i set to a faster interval like 95ms or slower then i have a disconnect and reconnect after every message, and multiple lines are displayed in one message instead of each their separate message event.
Serial driver is microsoft's USBSER.SYS on Windows 10 Pro x64, i am using Unity 2019 and .net 4.7.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant