XMegaForArduino / arduino

required (and optional) source files for the Arduino development environment, specifically the hardware/arduino sub-directory, to support xmega processors
19 stars 17 forks source link

300 baud does not appear to work properly with HardwareSerial #36

Open bombasticbob opened 7 years ago

bombasticbob commented 7 years ago

for some reason, the fix to HardwareSerial that returns correct BSEL and BSCALE values for a given baud rate does not work for 300 baud.

correct assignment for 300 baud may not be possible. need to investigate this.

(it's so slow I doubt anyone is using it)