I'm trying to send an sms with my arduino duemilanove via a GSM modem using AT commands. I'm using serial.print for the comms
A ctrl z character needs to be added at the end of the message to send it.
Can anyone please advise how to do this? It needs to be in the same string as the message, so sending serial.print(0x1a, byte) in the next line does not work.