The Arduino Reference text is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
Find anything that can be improved? Suggest corrections and new documentation via GitHub.
Doubts on how to use Github? Learn everything you need to know in this tutorial.
Writes binary data to the serial port. This data is sent as a byte or series of bytes.
RS485.write(uint8_t b)
The number of bytes written.