使用蓝牙COM口短信连接指导

发布于 2024-08-28 21:32:47 字数 131 浏览 7 评论 0原文

手机AT&T指导?

我使用蓝牙 COM 端口连接来连接我的中国/和诺基亚手机。它显示 COM at 5。

我如何使用此连接使用 C# 发送和接收短信?例如,是否有一些资源可供参考,或者一些示例代码是什么样子?

Mobile phone AT&T guidance?

I connect my China/ and Nokia phone using Bluetooth COM PORT CONNECTION. It says COM at 5.

How can I use this connection to send and receive SMSes using C#? For example, are there some resources to consult, or how would some example code look like?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

贱人配狗天长地久 2024-09-04 21:32:47

您使用蓝牙调制解调器驱动程序吗?如果你是&它将电话显示为 COM5 上的串行设备,那么您应该能够像任何调制解调器一样访问它。

尝试 GSMComm 库,它还有一个演示应用程序可供您使用进行测试。

Are you using a bluetooth modem driver? If you are & its presenting the phone as a serial device on COM5 then you should be able to access it in the same was as any modem.

Try the GSMComm library, it also has a demo app you can use to test.

行至春深 2024-09-04 21:32:47

我快速进行了 Google 搜索,但找不到用于通过蓝牙公开 SMS 功能的内置 API。然而,通过搜索诺基亚网站上的文档,Symbian C++ 库似乎有一个 用于发送和接收短信的API,以及用于与蓝牙堆栈交互的库。您需要安装 Symbian C++ IDE 和工具链来构建应用程序。您可以在此处找到有关如何执行此操作的信息。

I did a quick Google search, and I can't find a builtin API for exposing SMS capability via Bluetooth. However, from searching the documentation on the Nokia site, it appears the Symbian C++ libraries have an API for sending and receiving SMS, as well as libraries for interfacing with the bluetooth stack. You'll need to install the Symbian C++ IDE and toolchain for building apps. You can find information here on how to do that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文