DotNetSerialPort.WriteByte Method
Writes a single byte to the port
Parameters
-
data
- The data byte to be written
Return Value
Returns true on success
Remarks
- This function sends the byte immediately before any pending bytes in the transmit queue
- This function can only be used when the port is open.
See Also
DotNetSerialPort Class | SWBOX Namespace