Raspberry Pi Pico UART-USB bridge
410eef18ef
With these changes, both HW UARTs will be exposed as two independent USB-UART bridge controllers. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> |
||
---|---|---|
pico-sdk@2d5789eca8 | ||
.gitignore | ||
.gitmodules | ||
build.sh | ||
CMakeLists.txt | ||
LICENSE.md | ||
README.md | ||
tusb_config.h | ||
uart-bridge.c | ||
usb-descriptors.c |
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.