Geir Ludde

Geir Ludde

  • NA
  • 8
  • 8k

Getting filehandle from serialport class

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