6 references to Serial
System.IO.Ports (6)
System\IO\Ports\SafeSerialDeviceHandle.Unix.cs (3)
22SafeSerialDeviceHandle handle = Interop.Serial.SerialPortOpen(portName); 39Interop.Serial.Shutdown(handle, SocketShutdown.Both); 40int result = Interop.Serial.SerialPortClose(handle);
System\IO\Ports\SerialStream.Unix.cs (3)
549Interop.Error ret = Interop.Serial.Poll( 784int numBytes = Interop.Serial.Read(_handle, bufPtr, buff.Length); 817int numBytes = Interop.Serial.Write(_handle, bufPtr, buff.Length);