energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
798 stars 670 forks source link

Support for Serial.begin() optional parity/character length/stop bits #766

Open RickKimball opened 9 years ago

RickKimball commented 9 years ago

Arduino has added a second optional parameter to the Serial.begin() call. It allows you to set parity, character length and stop bits. I created a patch for the msp430g2553. You can see it here.

http://forum.43oh.com/topic/9063-usci-patch-for-parity/

It would be nice to see this implemented for all the devices that support it.

StefanSch commented 9 years ago

created a branch which includes the patch from Rick and added the support of this for the eUSCI module. Branch: issue_766