
sending CTRL+Z to the COM port!!?
I'm writing a program which required to send CTRL+Z to the COM port... it
goes like this:
MSComm1.Output = "AT+CMGS=1"
MSComm1.Output = "message blah blah" + [HERE]
at the [HERE] I should be sending CTRL+Z but I don't know how, could anyone
let me know? Is it Chr(something) ?
Thanks!
Peter