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 having a bit of a problem with a fast device causing what I suspect is overruns.
The windows app is written in FreeBasic.
I notice that data is being sent up over the USB one byte at a time making the Basic code "thrash".
Is there a way around this??
TIA,
Dave
The text was updated successfully, but these errors were encountered:
Which board are you using and what UART chip does it have? Some UARTs (e.g. CH340/CH341) do not have any means of flow control which might be the source of the problem.
I am having a bit of a problem with a fast device causing what I suspect is overruns.
The windows app is written in FreeBasic.
I notice that data is being sent up over the USB one byte at a time making the Basic code "thrash".
Is there a way around this??
TIA,
Dave
The text was updated successfully, but these errors were encountered: