Lines Matching +full:all +full:- +full:outputs +full:- +full:2

1 .. zephyr:code-sample:: zbus-uart-bridge
3 :relevant-api: zbus_apis
10 This simple application demonstrates a UART redirection of all channel events to the host.
16 This project outputs to the console. It can be built and executed
19 .. zephyr-app-commands::
20 :zephyr-app: samples/subsys/zbus/uart_bridge
21 :host-os: unix
28 .. code-block:: console
31 uart_1 connected to pseudotty: /dev/pts/2
33 *** Booting Zephyr OS build zephyr-v3.1.0 ***
66 .. code-block:: bash
68 python3.8 samples/subsys/zbus/uart_bridge/decoder.py /dev/pts/2
73 Look at the line indicating ``uart_1 connected to pseudotty: /dev/pts/2``.
79 .. code-block:: shell
81 PUB [sensor_data] -> b'\xc5\x01\x00\x00\xb2\x11\x00\x00'
82 PUB [start_measurement] -> b'\x00'
83 PUB [sensor_data] -> b'\xc6\x01\x00\x00\xbc\x11\x00\x00'
84 PUB [start_measurement] -> b'\x01'
85 PUB [sensor_data] -> b'\xc7\x01\x00\x00\xc6\x11\x00\x00'
86 PUB [start_measurement] -> b'\x00'
87 PUB [sensor_data] -> b'\xc8\x01\x00\x00\xd0\x11\x00\x00'
88 PUB [start_measurement] -> b'\x01'
89 PUB [sensor_data] -> b'\xc9\x01\x00\x00\xda\x11\x00\x00'
90 PUB [start_measurement] -> b'\x00'
91 PUB [sensor_data] -> b'\xca\x01\x00\x00\xe4\x11\x00\x00'
92 PUB [start_measurement] -> b'\x01'
93 PUB [sensor_data] -> b'\xcb\x01\x00\x00\xee\x11\x00\x00'
94 PUB [start_measurement] -> b'\x00'
95 PUB [sensor_data] -> b'\xcc\x01\x00\x00\xf8\x11\x00\x00'
96 PUB [start_measurement] -> b'\x01'
97 PUB [sensor_data] -> b'\xcd\x01\x00\x00\x02\x12\x00\x00'
98 PUB [start_measurement] -> b'\x00'
99 PUB [sensor_data] -> b'\xce\x01\x00\x00\x0c\x12\x00\x00'
100 PUB [start_measurement] -> b'\x01'
101 PUB [sensor_data] -> b'\xcf\x01\x00\x00\x16\x12\x00\x00'
102 PUB [start_measurement] -> b'\x00'