MonoSerialPort Class

Extension of SerialPort component that fires DataReceived event on Mono. If running on othe platforms, the behaviour is the same as of stanadard SerialPort component.

Definition

Namespace: OddPrg.Communication.Serial
Assembly: OddPrg.Communication.Serial (in OddPrg.Communication.Serial.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public class MonoSerialPort : SerialPort
Inheritance
Object    MarshalByRefObject    Component    SerialPort    MonoSerialPort

Constructors

MonoSerialPortInitializes a new instance of the MonoSerialPort class

Methods

See Also