SMS: AT COMMANDS
Posted
by I__
on Stack Overflow
See other posts from Stack Overflow
or by I__
Published on 2010-06-08T00:41:09Z
Indexed on
2010/06/08
0:52 UTC
Read the original article
Hit count: 473
i am trying to set up an SMS gateway on my computer
here's some code i found:
AT
OK
AT+CMGF=1
OK
AT+CMGL="ALL"
+CMGL: 1,"REC READ","+85291234567",,"06/11/11,00:30:29+32"
Hello, welcome to our SMS tutorial.
+CMGL: 2,"REC READ","+85291234567",,"06/11/11,00:32:20+32"
A simple demo of SMS text messaging.
OK
can this be done in windows?
what steps do i have to take in order to set this up?
what is the compiler?
how do i get started?
© Stack Overflow or respective owner