ara-daq-hw / asps_daq_basic

Basic firmware for the ASPS-DAQ. Most things implemented.
0 stars 4 forks source link

Support even parity on BSL serial ports #2

Closed barawn closed 7 years ago

barawn commented 7 years ago

BSL serial ports need to talk with even parity (8E1, not 8N1), but normal comms happen with no parity. Need to be able to switch between even and no parity. This isn't supported with the normal Energia/Arduino HardwareSerial class, so we'll need to modify it.

barawn commented 7 years ago

Fixed in 1086f08. Note that it needs ara-daq-hw/energia-hardware-lm4f@439ae95 or newer.