Skip to content
Discussion options

You must be logged in to vote

Got it...

Jus as an example, to send a carriage return you can do uart.write((10).to_bytes(1, 'little'))

where 10 is the decimal code for newline. The same line works for sending any character via its ASCII code.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by skysurf76
Comment options

You must be logged in to vote
1 reply
@skysurf76
Comment options

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