https://github.com/blackmiaool/stm32_usb_ch341
STM32 USB simulates CH341.
https://github.com/blackmiaool/stm32_usb_ch341
c stm32 usb
Last synced: 4 months ago
JSON representation
STM32 USB simulates CH341.
- Host: GitHub
- URL: https://github.com/blackmiaool/stm32_usb_ch341
- Owner: blackmiaool
- Created: 2014-06-18T13:38:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T04:54:49.000Z (about 9 years ago)
- Last Synced: 2023-08-30T09:24:57.423Z (over 2 years ago)
- Topics: c, stm32, usb
- Language: C++
- Homepage:
- Size: 688 KB
- Stars: 57
- Watchers: 9
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
STM32_USB_CH341
===============
STM32 USB simulates CH341.(STM32F103.PD0 connect 1.5k then connect D+)
Why CH341?
===============
* ST's USB virtual com port demo's driver have no signature(difficult to install).
* The driver of CH341 is easy to install.
* I feel bored.
Diagram
===============

It's not very difficult to develop. I just referred to the linux usb driver of ch341. You can simulate other chips in the same way.