c#串口说明加串口通讯控件!using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; namespace stoneCom.ComClass { class CommPort { public string PortNum; public int BaudRate; public byte ByteSize; public byte Parit
NET Framework 2.0 类库包含了SerialPort 类,方便地实现了所需要串口通讯的多种功能,为了使MSComm编程方法快速转换到以SerialPort类为核心的串口通讯的设计方法,本文着重讨论了Visual Studio 6.0的MSComm控件和SerialPort 类设计方法的异同点。