摘要: C# 串口操作很简单,直接设置串口的参数之后即可读写数据:using System; using System.Collections.Generic; using System.Text; namespace LLIO { /// /// /// public sealed class LLSerialPort { private... 阅读全文
posted @ 2017-06-09 16:07 bdcliang 阅读(3969) 评论(0) 推荐(0) 编辑

bdcliang