Uart ---------------------------------------- .. autoclass:: rsrtx.Implementations.Bus.Uart.UartCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently uart_copy = driver.bus.uart.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Bus_Uart_BaudRate.rst Bus_Uart_Bitrate.rst Bus_Uart_Eword.rst Bus_Uart_Packets.rst Bus_Uart_Parity.rst Bus_Uart_Polarity.rst Bus_Uart_Rx.rst Bus_Uart_Sbit.rst Bus_Uart_Ssize.rst Bus_Uart_Technology.rst Bus_Uart_Timeout.rst Bus_Uart_Tx.rst Bus_Uart_Word.rst