shimniok / SerialLCDBackpack

Serial interface backpack for HD44780 LCD character displays
MIT License
0 stars 0 forks source link

Enable adjustable baud rate #5

Open shimniok opened 7 years ago

shimniok commented 7 years ago

special command, 0x7E followed by

0x0B Set Baud Rate to 2400 0x0C Set Baud Rate to 4800 0x0D Set Baud Rate to 9600 0x0E Set Baud Rate to 14400 0x0F Set Baud Rate to 19200 0x10 Set Baud Rate to 38400

0x12 Reset to 9600 Baud ‐ send during boot‐up

shimniok commented 7 years ago

Also, print baud rate on screen when it is set/changed/loaded from eeprom.