Terminal Command Format

The UART core processes commands you enter in the terminal. Enter commands in the following formats:

  • Writes—<address><operator><data>
  • Reads—<address><operator>

where:

  • <address> is the address to read/write
  • <operator> is ! for write and @ for read
  • <data> is the ASCII character to send

For example, a write command is 0002!12EF and a read command is 0002@.