UART class VS RPC Library

The UART class is the low level transmitter. It sends bytes and receives bytes. However, syncing two systems with it is hard. The RPC library includes the software to do that for you so that you can connect two MCUs easily.

1 Like