Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi,
For my project I need to read and send SMS from mobile to Pc and viceversa via bluetooth connectivity using C#.net code.Is it possible.Please help me


Thanks&Regards
shoni
Posted
Comments
Per Söderlund 5-Nov-10 9:14am    
Yes it is possible, i am doing a project right now at work.Since cell phones got best signals i am doing it over bluetooth(working),and maybe usb(havent been that road yet).I am doing an alarm system from industrial devices with datastorage sms possibilities.
csharpbd 29-Sep-12 18:14pm    
Can you help us by giving your solution?
Per Söderlund 30-Sep-12 5:43am    
It´s not that hard, you need to connect your cell phone to your computer with either USB or bluetooth.
Your phone has normally two devices, find which COM port the phones modem has.
Then use SerialPort class in .net to send AT commands to your phones modem.
you can google AT commands.

you can see this link

Click

Click
 
Share this answer
 
Hi,

For your project you can see it:

http://www.scampers.org/steve/sms/index.htm[^]

and mCore Library

Jerem
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900