INGEAR.NET.MBLINK

CommDriver Constructor

Creates empty MODBUS transport.

Overload List

Creates empty MODBUS transport.

public CommDriver();

Creates MODBUS RTU serial transport.

public CommDriver(COMPORT,BAUD,PARITY,DATABITS,STOPBITS);

Creates serial transport for MODBUS RTU or ASCII protocol

public CommDriver(COMPORT,BAUD,PARITY,DATABITS,STOPBITS,PROTOCOL);

Creates serial transport for MODBUS RTU or ASCII with time out.

public CommDriver(COMPORT,BAUD,PARITY,DATABITS,STOPBITS,PROTOCOL,int);

Creates serial transport with timeout for MODBUS RTU.

public CommDriver(COMPORT,BAUD,PARITY,DATABITS,STOPBITS,int);

Creates Serial over Ethernet (SOE) transport with IP Address.

public CommDriver(DRIVER,string);

Creates Serial over Ethernet (SOE) transport with IP Address and Modbus Protocol

public CommDriver(DRIVER,string,PROTOCOL);

Creates Serial over Ethernet (SOE) transport with IP Address and Port.

public CommDriver(DRIVER,string,int);

Creates Serial over Ethernet (SOE) transport with IP Address, Port and Protocol

public CommDriver(DRIVER,string,int,PROTOCOL);

Creates Serial over Ethernet (SOE) transport with IP Address, Port, Protocol and time out

public CommDriver(DRIVER,string,int,PROTOCOL,int);

Creates Serial over Ethernet (SOE) transport with IP Address, Port and time out.

public CommDriver(DRIVER,string,int,int);

Creates MODBUS TCP transport with IP Address.

public CommDriver(string);

Creates MODBUS TCP transport with IP Address and Port

public CommDriver(string,int);

Creates MODBUS TCP transport with IP Address, Port and time out.

public CommDriver(string,int,int);

See Also

CommDriver Class | MBLink Namespace | Controller