Open RickKimball opened 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.
created a branch which includes the patch from Rick and added the support of this for the eUSCI module. Branch: issue_766
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.