2
Reply

Getting filehandle from serialport class

Geir Ludde

Geir Ludde

Aug 16 2011 8:35 AM
4.2k
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 :)

Answers (2)