简体   繁体   English

使用C#通过蓝牙发送短信

[英]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? 我可以通过蓝牙从.net C#应用程序向Android设备发送短信吗?如果可以,请指导我该怎么做?

regards 问候

Gammu/Wammu is one of the most popular libraries there, that support communicationg to lots of different phones over various protocols including Bluetooth. Gammu / Wammu是那里最受欢迎的库之一,它支持通过各种协议(包括蓝牙)与许多不同的手机进行通信。

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. 您可以使用它通过蓝牙将SMS传输到您的电话(取决于型号-参见http://wammu.eu/phones/ ),以发送SMS。 You can also read SMS from your phone using it if required. 如果需要,您还可以使用手机从手机中读取SMS。

libGammu has C library ( http://wammu.eu/docs/manual/c/ ), but I am not sure you can execute C code directly from C# libGammu具有C库( http://wammu.eu/docs/manual/c/ ),但是我不确定您可以直接从C#执行C代码

Hopefully it gives you at least a nod in the right direction. 希望它至少可以向正确的方向点头。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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