All Projects → blackmiaool → STM32_USB_CH341

blackmiaool / STM32_USB_CH341

Licence: other
STM32 USB simulates CH341.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
assembly
5116 projects
Batchfile
5799 projects

Labels

Projects that are alternatives of or similar to STM32 USB CH341

Teenyusb
Lightweight USB device and host stack for STM32 and other MCUs.
Stars: ✭ 287 (+451.92%)
Mutual labels:  usb, stm32
ISASTM
STM32-based ISA-over-USB-adapter
Stars: ✭ 86 (+65.38%)
Mutual labels:  usb, stm32
Libusb stm32
Lightweight USB device Stack for STM32 microcontrollers
Stars: ✭ 372 (+615.38%)
Mutual labels:  usb, stm32
kikpad
KiKPad : the Midiplus SmartPad reinvented !
Stars: ✭ 31 (-40.38%)
Mutual labels:  usb, stm32
DfuBootloader
STM32 USB device bootloader using DFU class interface
Stars: ✭ 79 (+51.92%)
Mutual labels:  usb, stm32
STM32 XPD
STM32 eXtensible Peripheral Drivers
Stars: ✭ 38 (-26.92%)
Mutual labels:  usb, stm32
Usbdevice
Highly flexible Composite USB Device Library
Stars: ✭ 144 (+176.92%)
Mutual labels:  usb, stm32
stm32 tiny monitor
A tiny external monitor for PC using STM32 and ST7789. Connects to PC over USB and displays the captured screen on ST7789 (240x240) display.
Stars: ✭ 61 (+17.31%)
Mutual labels:  usb, stm32
f1usb
Einfaches Beispiel für die Entwicklung eines USB FullSpeed Device auf Basis des STM32F103 ohne die Verwendung externer Bibliotheken
Stars: ✭ 27 (-48.08%)
Mutual labels:  usb, stm32
Dirtyjtag
JTAG probe firmware for STM32F1
Stars: ✭ 183 (+251.92%)
Mutual labels:  usb, stm32
Stm32f103 Usb Cdc Cmsis
STM32F103 USB CDC CMSIS
Stars: ✭ 40 (-23.08%)
Mutual labels:  usb, stm32
Modbus-STM32-HAL-FreeRTOS
Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS
Stars: ✭ 272 (+423.08%)
Mutual labels:  usb, stm32
Sboot stm32
Secure USB DFU1.1 bootloader for STM32
Stars: ✭ 181 (+248.08%)
Mutual labels:  usb, stm32
stm32-usb-bootloader
This repository contains bootloader for stm32f1xx microcontrollers. It works for stm32f103ret6, but you can simply adopt it to any MCU supporting STM32 HAL library with USB and SD-card
Stars: ✭ 40 (-23.08%)
Mutual labels:  usb, stm32
stm32 i2c to usb hid multitouch
i2c to usb hid multi touch with stm32
Stars: ✭ 55 (+5.77%)
Mutual labels:  usb, stm32
Quad-Serial
Quad serial project with FTDI CI's, Isolation and 1.8~5.5v UART port.
Stars: ✭ 17 (-67.31%)
Mutual labels:  usb
Raspberry-MIDI-Controller
A python script that sends MIDI signals from the Raspberry (client) to a Computer (host)
Stars: ✭ 44 (-15.38%)
Mutual labels:  usb
idfx
Tool for flash/monitor ESP-IDF and ESP8266_SDK apps on the WSL2 ⚡
Stars: ✭ 71 (+36.54%)
Mutual labels:  usb
drone-stm32-map
STM32 peripheral mappings for Drone, an Embedded Operating System.
Stars: ✭ 16 (-69.23%)
Mutual labels:  stm32
awesome-webhid
Curated list of resources relating to the WebHID (Human Interface Device) API
Stars: ✭ 126 (+142.31%)
Mutual labels:  usb

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

hello world

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].