开发者

How to do serial communication using vb.net language

开发者 https://www.devze.com 2023-02-03 14:10 出处:网络
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开发者_运维知识库?Have a look at the classes in the System.IO.Ports

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开发者_运维知识库?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消