Skip to main content

Interface IESDevice

Interface to Brainboxes Device with an Ethernet to serial port(s)

Assembly: Brainboxes.IO.dll
View Source
Declaration
public interface IESDevice

Properties

Ports

A list of the serial ports which the Ethernet to Serial device has. E.g. an ES-257 has 2 RS232 ports, an ES-346 has 4 RS422/485 ports

View Source
Declaration
IList<BBSerialPort> Ports { get; }