BS2 for GSM Modem Wavecom
Archiver
Posts: 46,084
Hello, I am using my BS2sx connected to a GSM modem via RS232. During
simulation in sending SMS messages over a PC, I would type in my PC's
Procomm software "CTRL" and "Z" at the same time and my GSM modem
connected in its COM port will send the SMS.
Using SEROUT, how can I send "CTRL" and "Z" via the RS232
simultaneously for my modem to understand as my command for it to
send SMS?
Thanks for the assistance.
BR,
Robert
simulation in sending SMS messages over a PC, I would type in my PC's
Procomm software "CTRL" and "Z" at the same time and my GSM modem
connected in its COM port will send the SMS.
Using SEROUT, how can I send "CTRL" and "Z" via the RS232
simultaneously for my modem to understand as my command for it to
send SMS?
Thanks for the assistance.
BR,
Robert
Comments
Probably $1A. Alternatively, you can use your Stamp to answer this
question. Write a Stamp program to receive data from the com port
(I/O 16), run your Procomm program to direct the ^Z to the com
port, then display the received value on the I/O pins or to some
attached I/O device.
Regards,
Steve
robertdelamerced wrote:
> ...Using SEROUT, how can I send "CTRL" and "Z" via the RS232
> simultaneously for my modem to understand as my command for it to
> send SMS?