GSM/GPRS

  • Thread starter Dami?n da Silva via .NET 247
  • Start date
D

Dami?n da Silva via .NET 247

Hello everybody,

First of all, excuse me for my english. I need to send messagesfrom a computer to a GSM mobile device using the GPRS protocol.My question is, how can I do this? Should I use a GPRS modemconnected to my computer and access it using AT commands, oranything else?

The system will be developed using MS Visual Studio 2003, so Ithink I could take advantage using the .net compact framework.
Please could someone help me?

Thank you very much,
Dami?n
 
G

Guest

You can use HttpWebRequest.Create() to request a connection,
The GPRS will auto-start if the network is setup.

Jerry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top