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

Support for uart and usb? #495

Open
zuidwijk opened this issue Jan 16, 2025 · 5 comments
Open

Support for uart and usb? #495

zuidwijk opened this issue Jan 16, 2025 · 5 comments

Comments

@zuidwijk
Copy link

Im wondering if the small sot8 version can do a simple rx-uart to usb? So only receiving data from serial and send that to usb.

Im looking for a solution and this small sot8 version of ch32v003 looks perfect.

@cnlohr
Copy link
Owner

cnlohr commented Jan 16, 2025

Windows doesn't allow CDC-serial low-speed devices as far as I'm aware. If you can find any other examples of a low-speed device enumerating as a serial port in Windows, I'd love to know about it so we can copy whatever they're doing.

@prosper00
Copy link
Contributor

its been a long time since I've used VUSB, and even longer since I've used Windows, but I do seem to recall that the VUSB bitbang library for avr can do CDC

Some googling turns up a bunch of old projects. The most recent i can find is https://github.com/wagiminator/VUSB-AVR/tree/main/vusb_avr/libraries/VUSB_CDC

@cnlohr
Copy link
Owner

cnlohr commented Jan 17, 2025

I believe none of them work with anything past Windows 8.

@bikeNomad
Copy link
Contributor

There is this low-speed CDC driver: https://github.com/protaskin/LowCDC-Win10x64/blob/master/lowcdc.inf

@zuidwijk
Copy link
Author

Hmm, I'm not familiar with software/driver development... but CDC-serial low-speed, what speed are we talking about?
In my case, I'm interested in 115200 baud (reading serial data).

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

4 participants