|
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
|