UART
Overview
Section titled “Overview”The UART (Universal Asynchronous Receiver/Transmitter) is a standard communication protocol. (See examples/uart.vctx in the repository for full source code).
CLI Commands
Section titled “CLI Commands”You can verify the UART implementation using the following commands:
# Run tests for the UART modulevctx test src/uart.vctx
# Simulate a specific transmission casevctx sim src/uart.vctx:test_basic_transmissionNeed an offline copy? Download Full Manual (.md)