Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guuuuus/ch32v20x_usbserial
- Owner: guuuuus
- Created: 2024-04-12T10:54:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T09:05:25.000Z (6 months ago)
- Last Synced: 2024-10-12T06:01:16.065Z (25 days ago)
- Topics: ch32v, ch32v203, platformio, usb-cdc, usbserial
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
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.