- This topic has 1 reply, 2 voices, and was last updated 8 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › how to increase the baud rate
dear all,
pls tell me how to increase the baud rate in atxmega328d3 controller
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..