I'm using the CLI interface through USB and UART, and I am wondering if there are any innate methods for checking the validity of the data being sent and received via the CLI. For example, is there a method to append a checksum to each CLI output, and require one to be sent in to process a command? Or would this all be custom user implementation?