10 years, 1 month ago.

about the serial baudrate?

Hello: I want to know if I can set the serial baudrate of NXP LPC1768 to 460800bps? Thank you!

1 Answer

10 years, 1 month ago.

Yes, it works. If you need RS232 levels then you need to make sure the level shifter you use is up to the job but the LPC1768 works fine at those speeds.

Accepted Answer

But how can I set the baudrate?For example pc.baud(460800);

posted by Lin Li 29 Sep 2014

Yes. Port_name.baud(rate);

posted by Andy A 29 Sep 2014

Thank you very much! I will try it.

posted by Lin Li 29 Sep 2014

I am worry about the 460800 is too big that the LPC1768 can not accept it.

posted by Lin Li 29 Sep 2014