SerialCommunicator Constructor

Initializes a new instance of the SerialCommunicator class. Attention - this method does not initialize the default settings. Please fill in the ConnectionParams before starting the communication. You can use the method fillConnectionParamsWithDefaultValues to fill in the default values.

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 SerialCommunicator()

See Also