Description: 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,,1,2 = 1, 1.5, 2? ? Public int ReadTimeout?
? ? ? //comm port win32 file handle? ? Private int hComm =-1? ? ? ?
Public bool Opened = false? ? ? ? //win32 api constants? ? ? Private
const uint GENERIC_READ = 0x80000000? ? ? Private const uint
GENERIC_WRITE = 0x40000000? ? ? Private const int OPEN_EXISTING = 3? ?
? ? ? Private const int INVALID_HANDLE_VALUE =-1? ?
- [232api] - Serial Programming (direct call windows
- [JustinIO] - serial communications library, powerful,
- [RZ_KONGJIAN] - sorry, I uploaded some of the original c
- [20060619] - digital image processing of the vc Walsh
- [CSharpSerial] - Serial Communication C# source code suit
- [JustinIO] - CSharp serial operation function sets to
- [XmlHelper] - Read and write XML documents library. Ma
- [csharpserialport] - Enable keyboard shortcuts and so on to s
File list (Check if you may need any files):