i am looking to write my own software but like to see few examples
before starting...
There's no lack of examples on the Internet. Someone I know is
using the Perl program suite mentioned on
http://grumpyoldprogrammer.blogspot.com/2009/07/home-sms-gateway-using-perl-ubuntu-and.html
Likewise, a google search for combinations of terms like "sms
java" brings up lots of promising hits.
please assist me in at commands.....can u suggest me any books for these
commands or any resources as i am start gonna learn i dont know anything
about it
Have you got a copy of 3GPP 27.007 and 3GPP 27.005? They're
freely available on the Internet. They're terse and technical,
but you can ask for further information here.
I repeat that I don't know of any books, and I'm sure you can use
google as well as I can to find any.
my system will run xp operating system.....(but is it any big change if
my system runs windows 7)
I can't really comment on Windows other than to say that it's
what most software will be designed for.
i am going to buy a modem with supports both usb and serial.....but i
prefer to use serial cable(RS232)
There's a serial programming guide here:
http://dns.easysw.com/~mike/serial/serial.html
http://www.programmersheaven.com can also be useful.
is there is any emulation software to learn writing software to
communicate with modem....(i mean some software for testing...)or any
interface where i can write my own software....
On Windows, you can use Hyperterminal to communicate
interactively with your modem.
i learnt that i can use java and At commands to communicate with modem
.....which is more powerful and easy to use...
I'm sure Java is quite suitable, with lots of examples available
on the Internet. But it's not a language I use myself.
John