本文介绍了使用at命令进行串口通讯和收发短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,先生,我使用此调制解调器对华为e1731 gsm进行了模式设置,如何通过命令

Hello sir i have huawei e1731 gsm moded using this modem how can send sms using at command

推荐答案

string[] ports = SerialPort.GetPortNames();



如果通过USB工作,则可能需要查看以下内容:

http://www.developerfusion.com/article/84338/making-usb-c-friendly / [ ^ ]



If you are working over USB, you may want to look at the following:

http://www.developerfusion.com/article/84338/making-usb-c-friendly/[^]


这篇关于使用at命令进行串口通讯和收发短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-24 12:45