Noltari / pico-uart-bridge

Raspberry Pi Pico UART-USB bridge
MIT License
398 stars 70 forks source link

Maximum baud rate #23

Open anonymix007 opened 6 months ago

anonymix007 commented 6 months ago

What will be the maximum achievable baud rate? I've seen reports of ~1 MBaud, but for my application 3 or more will be needed. Can it be achieved on RP2040?

xxxajk commented 6 months ago

Providing that you have proper wiring, yeah... But you really want to wait until bug #20 is fixed with https://github.com/Noltari/pico-uart-bridge/pull/24 or just use my branch until that point. technically it should max out at 961.6 kBaud, however there may be ways to overclock bits and pieces ;-)