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?