configure_bus_rs232
Set Bus to RS232/UART decoding and configure baud, data/stop bits, parity, polarity, bit order, and TX/RX line sources.
Instructions
Set Bus to RS232/UART decoding and configure it (manual 3.4.11).
tx / rx: line sources CH1..CH4 or D0..D15; rx also OFF (tx and rx cannot both be OFF) polarity: POSitive|NEGative logic sense (default NEGative idle-low) parity: NONE|ODD|EVEN endian: MSB|LSB bit order (default LSB) baud: 1 bps to 20 Mbps in bps (default 9600) dbits: 5|6|7|8|9 data bits (default 8) sbits: 1|1.5|2 stop bits (default 1) display: enable the decoding bus
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rx | No | ||
| tx | No | ||
| bus | Yes | ||
| baud | No | ||
| dbits | No | ||
| sbits | No | ||
| endian | No | ||
| parity | No | ||
| display | No | ||
| polarity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |