c# serialport的使用 50
privatevoidsend_Click(objectsender,EventArgse){//发送stringstr=sendtext.Text;if(mycomm....
private void send_Click(object sender, EventArgs e)
{//发送
string str = sendtext.Text;
if (mycomm.IsOpen)
{
mycomm.WriteLine(str);
}
}
private void mycomm_DataReceived(object sender,System.IO.Ports.SerialDataReceivedEventArgs e)
{//接收
string strReceive = mycomm.ReadExisting();
}
我在输入框输入at ,最后返回来的strReceive 值为什么也是at?应该返回是OK才对啊
这个程序主要是想模拟超级终端,连接一个类似短信猫一样的东西
那怎么才能像超级终端一样,输入at返回OK呢?谢谢 展开
{//发送
string str = sendtext.Text;
if (mycomm.IsOpen)
{
mycomm.WriteLine(str);
}
}
private void mycomm_DataReceived(object sender,System.IO.Ports.SerialDataReceivedEventArgs e)
{//接收
string strReceive = mycomm.ReadExisting();
}
我在输入框输入at ,最后返回来的strReceive 值为什么也是at?应该返回是OK才对啊
这个程序主要是想模拟超级终端,连接一个类似短信猫一样的东西
那怎么才能像超级终端一样,输入at返回OK呢?谢谢 展开
3个回答
Storm代理
2023-07-25 广告
2023-07-25 广告
StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,IP...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询