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

First UART message starts with hex 13 #1118

Open
MrEaster opened this issue Oct 23, 2023 · 0 comments
Open

First UART message starts with hex 13 #1118

MrEaster opened this issue Oct 23, 2023 · 0 comments

Comments

@MrEaster
Copy link

MrEaster commented Oct 23, 2023

I've encountered an issue when using the eclipse/mraa library's UART functionality in a C++ environment. The problem is that the first received message always starts with the hex value 0x13, corresponding to the ASCII control character 'Ctrl+S', why is this?

This behavior is not observed when using 'minicom' on my Rock Pi 4-se (https://wiki.radxa.com/Rockpi4/dev/serial-console).

I have followed and built the example code provided in the eclipse/mraa repository for C++, specifically the 'uart.cpp' example (https://github.com/eclipse/mraa/tree/master/examples/c%2B%2B).

Thank you.

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

No branches or pull requests

1 participant