绝对可以编译使用 串口通讯类: using System; using System.Runtime.InteropServices; namespace JustinIO { class CommPort { public string PortNum; public int BaudRate; public byte ByteSize; public byte Parity; // 0-4=no,odd,even,mark,space public byte StopBits; // 0,
wince通过串口控制继电器的程序 包括串口通信全部底层代码 30多个按钮 互锁等处理都用类规范化 3种 1按钮和灯 2按钮和文字 3按钮文字和互锁另一组 public Form1 f1; public bool bigbl; public struct tp1 { public int n; public led LED led; public bool onoff; public bool onoff1; public Button btn; }; public List t1 new L