c#串口开发组件包括c#怎样调用需要哪些dll
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 Parity; public byte StopBits; public int ReadTimeout; private int hComm = -1; public bool Opened = false; private const uint GENERIC_READ = 0x80000000; private const uint GENERIC_WRITE = 0x40000000; private const int OPEN_EXISTING = 3;
文件列表
C#串口组件.rar
(预估有个4文件)
C#串口组件
help.htm
2KB
串口调试助手V2.2.exe
260KB
MSCOMM32.OCX
101KB
readme.txt
242B
暂无评论