.NET Framework Bookmark and Share   
 index > .NET Framework Networking and Communication > GSM/GRPS modem PPP implementation
 

GSM/GRPS modem PPP implementation

Hello,

I have a wavecom GSM/GPRS modem (RS232) and I would like to be able to send MMS with it. To do so, there are two ways I can see to do it:
1) Use windows dialup networking to establish a connection and connect to MMSC.

2) Connect to the modem using the serial libraries in .NET and use AT-commands to use GPRS. This also would require implementing the PPP protocol (and writing a TCP/IP stack).

If I use method #1, I would have to disconnect my normal network connection from my machine, so is there some sample project that does 2)? Writing from the ground up would be a lot of work!

Thanks,
Sam
SamCPP
No-one has done this? :(
SamCPP

You can use google to search for other answers

Custom Search

More Threads

• Synchronous Socket CPU performance, privileged mode
• What is the Fastest method to find Remote Computers
• CryptoAPI 2.0 access from .NET
• A http GET request with cookies and referer won't send out?
• Weird Characters and Other IRC Questions
• SSL HTTP Request and Response with WebRequest and WebResponse
• How to connect two application via internet
• Canceling Operations - HTTPS Binding Opening Two Connections
• SocketError OperationAborted
• Exclusive access to COM port by a process