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

Speed of data transfer from 488 bus to USB serial port #48

Open
softfoot opened this issue Oct 22, 2024 · 1 comment
Open

Speed of data transfer from 488 bus to USB serial port #48

softfoot opened this issue Oct 22, 2024 · 1 comment

Comments

@softfoot
Copy link

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

@Twilight-Logic
Copy link
Owner

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.

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

2 participants