This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sending Ctrl+z over uart

I am interfacing the nrf2832 with the sim 808 module.

In order to be able to send a message I need to use Ctrl+z.

This should be entered as an escape sequence.

I have tried printf("\x1A"); but it doesn't work. How do I send Ctrl+z as an escape sequence?

Parents Reply Children
No Data
Related