如何使用vb.net语言进行串口通信

发布于 2024-10-11 13:02:47 字数 47 浏览 0 评论 0原文

我正在使用短信制作自动轮询系统的项目。如何读取手机中的短信并将其显示在文本框中?

I'm making project of automated polling system using SMS. How can i read the text message in the cellphone and display it in textbox?

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

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

发布评论

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

评论(1

悲欢浪云 2024-10-18 13:02:47

查看 System.IO.Ports命名空间,即串行端口
Microsoft 知识库中甚至提供了一个(虽然简短)示例,说明了如何将 AT 命令发送到连接的调制解调器:

Have a look at the classes in the System.IO.Ports namespace, namely SerialPort.
There is even an (albeit brief) example available in the Microsoft KB that illustrates how to send AT commands to a connected modem:

http://msdn.microsoft.com/en-us/library/7x7cdt5c.aspx

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