ArduinoRS485 - write()

Writes binary data to the serial port. This data is sent as a byte or series of bytes.

Syntax

RS485.write(uint8_t b)

Parameters

  • b: unsigned char.

Returns

The number of bytes written.

See also