Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guuuuus/ch32v20x_usbserial

usb serial lib for the ch32v20x
https://github.com/guuuuus/ch32v20x_usbserial

ch32v ch32v203 platformio usb-cdc usbserial

Last synced: 25 days ago
JSON representation

usb serial lib for the ch32v20x

Awesome Lists containing this project

README

        

arduino~ish usb-serial lib for the ch32v203 (only tested on 203k8)
modified the files from WCH found here: https://github.com/openwch/ch32v20x/tree/main/EVT/EXAM/USB/USBD/SimulateCDC
removed the UART references, addes some read/write functions.
modifications made to usb_endp.c, hw_config.c, usb_prop.c.
Not tested on mounriver, but might work if the files are placed in the right folders.