Cynox.ModControl.Connections.SerialPort Provides a serial port connection for the ModControl library. Example var device = new ModControlDevice(); bool success = device.Connect(new SerialPortConnection("COM1", 9600));