
串口通信
文章平均质量分 78
jane0418
这个作者很懒,什么都没留下…
展开
-
C#串口通信 实现打印功能
做个打印的小例子,实现串口通信,打印、关闭串口、打印功能。.CS文件using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text原创 2015-03-13 15:55:42 · 8519 阅读 · 6 评论 -
c#监听串口
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;//添加的引用转载 2015-03-13 17:12:59 · 2250 阅读 · 1 评论