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