Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can debug most of the board from Seco using a serial connection.

Typically serial debug output can be obtained via TTL or RS232 connector on the board with standard protocol configuration 115200 8N1. Please refer to the board specification to find the correct way to physically connect the serial port to your PC.

Serial Console on Linux

On Linux the simplest way to connect a serial console is using the program “minicom”. You can install this tool with the command:

Code Block
sudo apt-get install minicom

After installation, you can open a console terminal and launch:

Code Block
sudo minicom -b 115200 -D /dev/ttyUSB0
Image RemovedImage Added

Serial Console on Windows

There are lot of different program on Windows that can be used to manage a serial console.

We suggest to use Teraterm, but also putty or minicom under WSL are also a valid options.

To use Tera Term just download and install it from opensource projecet: https://osdn.net/projects/ttssh2/releases/ .

  • Search and execute Tera Term from Windows launcher with administrative privilege

Image RemovedImage Added

  • At startup select serial protocol and the correct USB Serial Port

Image RemovedImage Added

  • open settings menu and select 115200 from baudrate

Image RemovedImage Added
  • save and return to main windows

Image RemovedImage Added
  • Startup the connected board

Image RemovedImage Added