HI .
i want to ask that...
1.. I want to make a software to communicate with my mobile for that serial port programming is needed and i dont know abt it...
2.. I want to synchronize my messages through this software on my PC.
3.. The format of message would be " CityCode Nameofperson Mobile no".
4.. through this i want to make a database of such peoples who will message me and wats the coding of " to send SMS from my pc using serial port? ".....
Plz let me know .... any thing u people have......
Loading
asicPosted Oct 8, 2005, 9:17 PM
if u use version 2005 of .net u will find on it a library called System.IO.Ports as what i think
which enable u to use the serial port .......u can search about that as some articles take about it
if u use older version u may use the MSCOMM32.ocx control
http://devhood.com/tutorials/tutorial_details.aspx?tutorial_id=320
the format of the sending and receiving data to the mobile u will determine it in your code
and u will need to read about ADO.net to store the data in a database