Writer
I2C Writer
Library
Basic/I2C
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
address | Device address | Defines the pin used for the i2c connection | Scalar | |
busmode | Bus mode | Defines the mode (Master or Slave) | Structure | |
busmode/master | Master | Sets the mode to Master | Number | 0 |
busmode/slave | Slave | Sets the mode to Slave | Number | 0 |
mbc | Message byte count | Defines how many bytes are present in the message | Scalar |
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
use_open_port | Use opened serial port | Use the port defined in the configuration block or specify the port. if this checkbox is checked ON, the block uses the serial communication channel opened by the ArduinoConfiguration block. | Number | 0 |
com_port | Communication port | Comm port number | String | 'COM4' |