Raspberry Pi Pico UART-USB bridge
Find a file
Álvaro Fernández Rojas 911bf03c80 uart-bridge: use DEF_BIT_RATE for CDC LC
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-02-04 09:03:46 +01:00
pico-sdk@2d5789eca8 Import project files 2021-02-03 13:21:20 +01:00
.gitignore Import project files 2021-02-03 13:21:20 +01:00
.gitmodules Import project files 2021-02-03 13:21:20 +01:00
build.sh Import project files 2021-02-03 13:21:20 +01:00
CMakeLists.txt Import project files 2021-02-03 13:21:20 +01:00
LICENSE.md Import project files 2021-02-03 13:21:20 +01:00
README.md Import project files 2021-02-03 13:21:20 +01:00
uart-bridge.c uart-bridge: use DEF_BIT_RATE for CDC LC 2021-02-04 09:03:46 +01:00
usb-descriptors.c Import project files 2021-02-03 13:21:20 +01:00

Raspberry Pi Pico USB-UART Bridge

This program bridges the Raspberry Pi Pico HW UART0 to USB CDC serial device in order to behave like any other USB-to-UART Bridge controller.

Disclaimer

This software is provided without warranty, according to the MIT License, and should therefore not be used where it may endanger life, financial stakes, or cause discomfort and inconvenience to others.