简体   繁体   中英

Sending sms using C# over bluetooth

Can I send sms messages to an android device from .net C# application via bluetooth if it is yes then please guide me how to do it?

regards

Gammu/Wammu is one of the most popular libraries there, that support communicationg to lots of different phones over various protocols including Bluetooth.

You can use it to transmit SMS over bluetooth to your phone (depending on the model - see http://wammu.eu/phones/ ), to send the SMS. You can also read SMS from your phone using it if required.

libGammu has C library ( http://wammu.eu/docs/manual/c/ ), but I am not sure you can execute C code directly from C#

Hopefully it gives you at least a nod in the right direction.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM