Getting filehandle from serialport class
Im using the serialPort class in visual C# do do some communication. But i also need to do some low level stuff. I assume the SerialPort class creates a filehandle like FileHandle = CreateFile(ComPort,.... Is there any way to get this handle??? I'm hoping to not have to write a complete new SerialPort class :)