c#串口开发组件包括c#怎样调用需要哪些dll

时间:2012-02-28 09:43:16
【文件属性】:

文件名称:c#串口开发组件包括c#怎样调用需要哪些dll

文件大小:161KB

文件格式:RAR

更新时间:2012-02-28 09:43:16

C# 串口

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#串口组件
----help.htm(2KB)
----串口调试助手V2.2.exe(260KB)
----MSCOMM32.OCX(101KB)
----readme.txt(242B)

网友评论