如何使用vb.net语言进行串口通信
我正在使用短信制作自动轮询系统的项目。如何读取手机中的短信并将其显示在文本框中?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 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