-
Notifications
You must be signed in to change notification settings - Fork 165
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
Comments
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. |
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 |
I believe none of them work with anything past Windows 8. |
There is this low-speed CDC driver: https://github.com/protaskin/LowCDC-Win10x64/blob/master/lowcdc.inf |
Hmm, I'm not familiar with software/driver development... but CDC-serial low-speed, what speed are we talking about? |
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.
The text was updated successfully, but these errors were encountered: