摘要: using System; using System.Runtime.InteropServices; namespace JustinIO { class CommPort { public string PortNum; public int BaudRate; public byte ByteSize; public ... 阅读全文
posted @ 2008-05-20 21:13 Seer Lin 阅读(1092) 评论(0) 推荐(0) 编辑