Reader
SPI Reader
Library
Basic/SPI
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
busmode | Bus mode | Structure | ||
busmode/master | Master | Number | 0 | |
SS | Slave Select pin | Defines the pin on which the slave is connected | ||
br | Maximum SPI speed | Defines the maximum speed of communicating supported by the connected device | Scalar | |
dataorder | Data order | Defines if data is shifted in Most Significant Bit (MSBFIRST) or Least Significant Bit (LSBFIRST) first | Structure | |
dataorder/msbfirst | Most Significant Bit first | Number | 0 | |
dataorder/lsbfirst | Less Significant Bit first | Number | 0 | |
clockphase | Clock phase | Defines whether data is shifted in and out on the rising or falling edge of the data clock signal | Structure | |
clockphase/rising | Rising | Number | 0 | |
clockphase/falling | Falling | Number | 0 | |
clockpolarity | Clock polarity | Defines whether the clock is idle when high or low | Structure | |
clockpolarity/high | High | Number | 0 | |
clockpolarity/low | Low | Number | 0 | |
mbc | Message byte count | Scalar |
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
use_open_port | Use opened serial 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 | String |