pico-uart-bridge
pico-uart-bridge copied to clipboard
A serial port 1
How can I make both serial ports work?I found that only one serial port works and the other one doesn't work.
Both serial ports should work. I tested that and it worked. Are you sure you connected it correctly?
I tested it today, both master and next branches and while serial port 0 works like a charm, serial port 1 only works for writing, it spits tons of garbage when being read with cat on linux
I tested this again with the latest release (https://github.com/Noltari/pico-uart-bridge/releases/tag/v4.0) without issues.