Microcontroller › AVR › how to increase the baud rate › Increasing the baud rate
January 7, 2017 at 7:49 am
#14328
Participant
Hi,
Yes, you can increase the baud rate for serial communication. By setting in the program
serial.begin(9600). 9600 is the actual baud rate.Further u can increasing it by resetting as 19200, 38400 etc..