DotNetSerialPort

DotNetSerialPort.Write Method 

Writes an array of bytes to the port

public bool Write(
   byte[] data,
   int vtimeout
);

Parameters

data
Byte array to be written to the port
vtimeout
Specifies timeout in milliseconds

Return Value

Returns true on success

Remarks

See Also

DotNetSerialPort Class | SWBOX Namespace