Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum baud rate speed of HardwareSerial #51

Open
Matsuo32 opened this issue Apr 22, 2021 · 1 comment
Open

Maximum baud rate speed of HardwareSerial #51

Matsuo32 opened this issue Apr 22, 2021 · 1 comment

Comments

@Matsuo32
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants