Writer
UART Writer
Library
Basic/UART
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
port | Port number | Defines which TX and RX to use on the arduino. | Scalar | 0 |
bytesize | Byte size | Defines the number of data bits in each character. | Scalar | 5 |
stopbit | Stop bits | Defines the number of stop bits sent at the end of every character. This allows the receiving signal hardware to resynchronise with the stream. | Scalar | 1 |
parity | Parity | Defines the parity method used for the communication. | String | 'None' |
baudrate | Baud rate | Defines the speed of the communication. It should match the one on the device. | Scalar | 300 |
packetSize | Packet Size | Defines the number of bits in all the packet. | Scalar |
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
use_open_port | Use opened serial port | Number | 0 | |
com_port | Communication port | String |