会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
~学习园地~
博客园
首页
新随笔
联系
订阅
管理
01 2020 档案
c# 读写SerialPort
摘要:SerialDataReceivedEventHandler无反映不要忘记这2属性赋值。 serialPort1.DtrEnable = true; serialPort1.RtsEnable = true;
阅读全文
posted @
2020-01-16 15:50
WbnProgress
阅读(711)
评论(1)
推荐(0)
编辑
监听
摘要:public partial class Form1 : Form { public Form1() { InitializeComponent(); Dog dog = new Dog(); InsertDog(dog); dog.OnAlert(); //Console.WriteLine();
阅读全文
posted @
2020-01-16 15:47
WbnProgress
阅读(242)
评论(0)
推荐(0)
编辑
公告