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

Enhancing UART Transmission Integrity: Suggestions for Mid-Transmission Disruptions #6

Open
M0stafaRady opened this issue Jan 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@M0stafaRady
Copy link
Member

Enhancing the UART's functionality to ensure the completion of byte transmission, even if the UART TX is disabled mid-transmission, would significantly improve system reliability. Currently, if the UART is disabled during transmission, it resumes once re-enabled, potentially leading to confusion at the receiver's end. An alternative improvement could be the introduction of a mechanism to either flush the partially transmitted byte upon disabling the transmission or to completely reset the FIFO buffer. This would streamline communication and enhance data integrity.

@M0stafaRady M0stafaRady added the enhancement New feature or request label Jan 16, 2024
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