Method | Description | |
---|---|---|
CommunicationObject ( string comPortName ) : System | ||
Dispose ( ) : void | ||
Open ( ) : void | ||
Send ( byte bytes ) : void |
Method | Description | |
---|---|---|
SetupComPort ( string comPortName ) : void | ||
port_DataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void |
public CommunicationObject ( string comPortName ) : System | ||
comPortName | string | |
return | System |