摘要: 筛选目录下方文件格式 移动文件 读取文件 阅读全文
posted @ 2018-12-18 15:20 MyPinky 阅读(182) 评论(0) 推荐(0) 编辑
摘要: { DataTable dt = new DataTable(); FileStream fs = new FileStream(fileName, FileMode.Open, FileAccess.Read); StreamReader sr = new StreamReader(fs, Encoding.Default... 阅读全文
posted @ 2018-12-18 15:15 MyPinky 阅读(1888) 评论(1) 推荐(0) 编辑
摘要: 初始化 串口 向串口发送数据 接收数据 阅读全文
posted @ 2018-12-18 15:08 MyPinky 阅读(548) 评论(0) 推荐(0) 编辑