HOW TO SEND SMS
-
how can i send sms thru my mobile using USB port. can any body help me thanks and regards kishore
How you do that depends entirely on how the phone shows up when connected to the machine. Does it show up as a COM port? What commands does it understand?? What is it with newbies and cell phone projects??
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
how can i send sms thru my mobile using USB port. can any body help me thanks and regards kishore
You can send SMS through your mobile phone's built in GSM modem but you have to connect it to your computer through an infrared connection, I'm not sure whether a modem can be connected to a computer through a USB cable you can see your phone's reference manual for this purpose. You can easily send SMS by using AT commands or you can also use the .NET Phone Communication Library for this purpose.
AliAmjad(MCP)