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

Support additional UART configurations #35

Closed
6 tasks
mciantyre opened this issue Jan 26, 2020 · 0 comments
Closed
6 tasks

Support additional UART configurations #35

mciantyre opened this issue Jan 26, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mciantyre
Copy link
Owner

#34 introduces support for serial peripherals. We support 8N1, 8E1, and 8O1 serial configurations. But, the peripheral could support more settings, such as 7 bits or 9 bits of data, and double stop bits.

This is a tracking issue for supporting additional serial configurations. I don't plan on tackling this until I have a need for it. Additional configurations could include

  • 7O1
  • 7E1
  • 9N1
  • 9E1
  • 9O1
  • double stop bits
@mciantyre mciantyre added enhancement New feature or request help wanted Extra attention is needed labels Jan 26, 2020
@mciantyre mciantyre changed the title Support additional serial configurations Support additional UART configurations Jan 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant