energia / msp432-core

MSP432 Core and Framework
14 stars 10 forks source link

Provide more configurable Serial.begin variants #6

Open robertinant opened 8 years ago

robertinant commented 8 years ago

From @dronus on June 19, 2016 16:59

It would be nice if bitcount, stopbit and parity would be configurable by Serial.begin.

While Arduino libraries may be hacked to use different settings, the more complex controllers like MSP432 are using precompiled libraries and it is almost impossible to change those settings. This is sad as some peripherial hardware require different settings.

For most UARTs used by HardwareSerial, this settings are easily applied.

Copied from original issue: energia/Energia#903

robertinant commented 8 years ago

From @rei-vilo on June 19, 2016 17:14

Linked to #835.