beginTransmission()
Description
Set the starting address of the Slave device register to be written. Used with writeMultipleCoils
or writeMultipleRegisters
without parameters. See Example for details.
Syntax
node1.beginTransmission(write_address)
Parameters
node1
: ModbusMasterNode
object.
write_address
: The starting address of the Slave device register to be written.
Example
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
|
See Also
writeMultipleCoils()
writeMultipleRegisters()
sendBit()
send()
Library Reference
The text of the 86Duino reference material is licensed under the Creative Commons Attribution-Share Alike 3.0 License. The code examples in Resources have been released into the public domain.