r2axz / bluepill-serial-monster

USB to 3 Port Serial (UART) adapter firmware for STM32 Blue Pill.
MIT License
323 stars 76 forks source link

[info] max baud rate #61

Closed yashikada closed 1 year ago

yashikada commented 1 year ago

what is the maximum baud rate you have achieved on a uart? I would like to avoid buying an expensive ftdi ft232h.

Thank you

r2axz commented 1 year ago

Please see README.md

Supports all baud rates up to 2 MBaud;

I have no idea what baud rate you need, but ft232h is notably faster.

yashikada commented 1 year ago

Thank you @r2axz for informations and sorry for the delay. Your README has many informations, so it's not easy read all. In this case baud is a bit, rigth? So max speed is 2 Mbit/s while a ft232h reaches 12Mbaud (UART) up to 40MB/s (Sync FIFO). 2 Mbit/s is a good speed for me.

r2axz commented 1 year ago

In this case baud is a bit, rigth? So max speed is 2 Mbit/s while a ft232h reaches 12Mbaud (UART) up to 40MB/s (Sync FIFO). 2 Mbit/s is a good speed for me.

Yes, this is correct.