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

Check for printable characters #11

Closed
aw opened this issue Jan 9, 2023 · 0 comments
Closed

Check for printable characters #11

aw opened this issue Jan 9, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aw
Copy link
Owner

aw commented Jan 9, 2023

The UART should only accept printable characters between the range 0x20 and 0x7E for now.

Actually we should also allow 0x08 (backspace), 0x10 (newline) control characters. Everything else can be ignored, including 0x0D (carriage return) which would resolve #9 as well.

@aw aw added the enhancement New feature or request label Jan 9, 2023
@aw aw self-assigned this Jan 9, 2023
@aw aw closed this as completed in e616558 Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant