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