Lines Matching +full:serial +full:- +full:console
1 .. zephyr:code-sample:: rpmsg-service
3 :relevant-api: rpmsg_service_api
21 .. zephyr-app-commands::
22 :zephyr-app: samples/subsys/ipc/rpmsg_service
29 .. zephyr-app-commands::
30 :zephyr-app: samples/subsys/ipc/rpmsg_service
37 .. zephyr-app-commands::
38 :zephyr-app: samples/subsys/ipc/rpmsg_service
42 Open a serial terminal (minicom, putty, etc.) and connect the board with the
45 - Speed: 115200
46 - Data: 8 bits
47 - Parity: None
48 - Stop bits: 1
51 serial port, one is master another is remote:
53 .. code-block:: console
55 **** Booting Zephyr OS build zephyr-v1.14.0-2064-g888fc98fddaa ****
67 .. code-block:: console
69 **** Booting Zephyr OS build zephyr-v1.14.0-2064-g888fc98fddaa ****
83 .. zephyr-app-commands::
84 :zephyr-app: samples/subsys/ipc/rpmsg_service
88 .. zephyr-app-commands::
89 :zephyr-app: samples/subsys/ipc/rpmsg_service
93 Open a serial terminal (for example Minicom or PuTTY) and connect to the board
94 with the following settings on both serial ports:
96 - Speed: 115200
97 - Data: 8 bits
98 - Parity: None
99 - Stop bits: 1
103 remote) will appear on the corresponding serial ports:
105 .. code-block:: console
107 *** Booting Zephyr OS build v2.7.0-rc1-103-ge19875c88916 ***
119 .. code-block:: console
121 *** Booting Zephyr OS build v2.7.0-rc1-103-ge19875c88916 ***
135 .. zephyr-app-commands::
136 :zephyr-app: samples/subsys/ipc/rpmsg_service
140 The serial output should now look like this:
142 .. code-block:: console