Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/das-labor/serialusb

serialUSB is a c code-example for STM32F4xx. It will create a virtual com port VCP using the built in USB device stack. On the host PC the VCP acts like a physical terminal (COM-port).
https://github.com/das-labor/serialusb

Last synced: about 2 months ago
JSON representation

serialUSB is a c code-example for STM32F4xx. It will create a virtual com port VCP using the built in USB device stack. On the host PC the VCP acts like a physical terminal (COM-port).

Awesome Lists containing this project

README

        

to compile type:
make

to flash type:
make flash

this will flash the programm using gdbserver/st-link
type c to continue the programm
/dev/ttyACM0 can be used by any terminal programm