Forum >Serial Data Communication
Serial Data Communication

The Bluno M3 STM32 processor supports very high Serial data communication rates but the Bluno IDE limits Serial/USB data communication to 115200 baud. My company is using a sensor sampled at 400Hz and it is not possible to transmit data to a PC running Matlab quickly enough. Is there a way to achieve higher Serial/USB data transfer rates?
2016-06-21 23:26:58 Hi
If you are using a serial port communication, you can change the baud rate in the code directly; but if you are using a BT communication, you need change the baud rate by the AT command. 115200 baud rate is just an appropriate one.
Wendy.Hu
If you are using a serial port communication, you can change the baud rate in the code directly; but if you are using a BT communication, you need change the baud rate by the AT command. 115200 baud rate is just an appropriate one.
