AT Commands
-
I want to develop a win form application for sending and receiving SMSs to and from a mobile phone. I have found great articles but i do not have a modem to test my application. Is there a tool that would work like a virtual modem instead of a real one?
Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.
-
I want to develop a win form application for sending and receiving SMSs to and from a mobile phone. I have found great articles but i do not have a modem to test my application. Is there a tool that would work like a virtual modem instead of a real one?
Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.
Please tell us more information about the mobile phone you will use. Does the mobile phone have a a serial port or USB connection? General information on GSM/3G AT commandset is available here http://www.developershome.com/sms/howToUseHyperTerminal.asp[^] For Serial port operations in C# look up SerialI/O in MSDN Reg Joe