Baud rate | Microcontroller › 8051 › Baud rate This topic has 2 replies, 2 voices, and was last updated 8 years ago by Shailesh Kukna. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts March 8, 2015 at 6:39 am #3528 Shailesh KuknaParticipant I an using 11.0592MHz crystal & 8051 microcontroller. I am trying to set 57600 baud rate using the following code void serial_init(void) { PCON = 0x80; SCON = 0x50; TMOD = 0x20; TH1 = – 1; TR1=1; } is it possible? or there will be any error occured? March 8, 2015 at 6:03 pm #12679 Ashutosh BhattParticipant why do u want to set up such very high baud rate? March 9, 2015 at 3:27 pm #12682 Shailesh KuknaParticipant To communicate with fingerprint module r305 which has a default baud rate of 57600 bps. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In