本文介绍了C#.net中的串行通信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! HI, 我正在开发一个使用C#.net2.0 FrameWork的应用程序,其中与GSM调制解调器的通信是强制性的。我的应用程序的主要目的是它应该与GSM moden交互发送消息以及接收消息。目前我在C#.net2.0中使用mscomm。问题是我可以将消息发送到串口(RS-232)但无法与调制解调器交互。 任何建议Plz。 I am developing an application using C#.net2.0 FrameWork ,in which communication with GSM modem is mandatory.The main aim of my application is it should interact with GSM moden for sending messages and as well as receiving messages .Presently i am mscomm available in C#.net2.0 .the problem is i can just send the message to the serialport(RS-232) but unable to interact with the modem . Any suggestions Plz.推荐答案 这篇关于C#.net中的串行通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 09-01 19:52