itsanjan / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

ATmega8U2 usb-serial firmware doesn't work at 300 (UBBR overflows) #542

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The ATmega8U2 firmware overflows UBBR at 300 baud because it sets the U2X bit, 
yielding a setting that overflows the 12-bits.  This was masked previously 
because the Arduino core contained the same bug: (issue #522).  I'm fixing that 
bug, though, so we should fix the firmware too.

Original issue reported on code.google.com by dmel...@gmail.com on 14 May 2011 at 4:29