Wiki

This version (20 Mar 2018 18:40) was approved by Andrei Grozav.

Table of Contents

Setup a UART

A UART terminal (serial console) can be used to capture the output of the example application. The number of used UART port depends on the computer's configuration. The following settings must be used in the UART terminal:

  • Baud Rate: 115200bps
  • Data: 8 bit
  • Parity: None
  • Stop bits: 1 bit
  • Flow Control: none

On Windows

Exampele of terminal emulators on Windows TeraTerm or PuTTy
Setting up Tera Term

  • Open Tera Term
  • Select Serial and your Port: (COMx)
  • Setup → Serial port…

On Linux

resources/fpga/uart_setup.txt · Last modified: 13 Mar 2018 17:46 by Andrei Grozav