Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide more configurable Serial.begin variants #6

Open
robertinant opened this issue Aug 29, 2016 · 1 comment
Open

Provide more configurable Serial.begin variants #6

robertinant opened this issue Aug 29, 2016 · 1 comment

Comments

@robertinant
Copy link
Member

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
Copy link
Member Author

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

Linked to #835.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant