djuseeq / Ch376msc

Arduino library for CH376 mass storage contoller
MIT License
77 stars 17 forks source link

Maximum baud rate speed of HardwareSerial #51

Open Matsuo32 opened 3 years ago

Matsuo32 commented 3 years ago

Hi Is what maximum baud rate speed of HardwareSerial?, I need use 250000 , is it possible ? I try to set baud rate to 250000 and set D6 to LOW but i don't work.

 //UART
 //For hardware serial leave the communication settings on the module at default speed (9600bps) 
 Ch376msc(HardwareSerial, speed);//Select the serial port to which the module is connected and the desired speed(9600, 19200, 57600, 115200)
Meins321 commented 3 years ago

which hardware?

on arduino uno i would not use more than 115200 that should be limit on software serial

does this help: https://forum.arduino.cc/t/maximum-serial-baud-rate-answered/21570/4