Thanks for the answers!
You are right, I hope to find a programmable hardware interface.
Sounds like the Wavecom modem is a good alternative, I guess it should
work better than using a regular (or High End) GSM phone?
I was wondering how it is to program against this kind of modem, but
have learned now that you use sets of "AT" commands.
Hopefully I can create a sort of "input stream listener" mechanism (in
Java) for receiving GSM data over the modem...?
-Per Magnus
> > I was wondering if anybody knew about a programmable GSM
> > interface for PC?
[quoted text clipped - 17 lines]
>
> John
dafond - 16 Oct 2003 00:07 GMT
Maybe something less complicated can do the job like.... GPRS instead of
GSM.
Once you have established your GPRS session, you are on the Internet with an
IP address. Then, you can initiate any IP connections to any remote site.
You will be charged by the volume of data instead of the connection time.
You can be hooked to the internet all day without exchanging any data and it
will cost you nothing.
To connect:
at+cgdcont=1,"IP","<APN>"
atdt*99#
<APN> = APN name of your provider. (Rogers in Canada is "internet.com" or
"vpn.com")
If you go on www.gsmworld.com you can download the AT command sets of
GSM/GPRS.
If you want to develop an application and resell it, it is preferable to
develop it in GPRS as it is the first step to EDGE and 3G. More scalable
and up to date than GSM circuit switched communications.
By the way, some carriers in north america does not support GSM circuit
switched communication so....... THINK BIG!!!
For GSM/GPRS radios you have the choice.
- Wavecom (www.wavecom.com)
- Enfora (www.enfora.com)
- RIM (www.rim.net)
- G18 or G20 OEM Board from Motorola (www.motorola.com).
- Webtech Wireless (www.webtechwireless.com, they have integrated the G18
inside their box)
- The new Ericsson OEM board
- Bluetree Wireless (www.bluetreewireless.com), they have integrated the RIM
oem Board.
If it is for the European market, look for 900/1800 mhz frequencies
if it is for North american market, look for 850/1900 mhz frequencies.
hope this help
Dan
> Thanks for the answers!
> You are right, I hope to find a programmable hardware interface.
[quoted text clipped - 29 lines]
> >
> > John