Welcome to Firefly
Switch language
Firefly Docsss
Last Updated: 2026-09-16 17:02:44

Debug Console

Debug serial port is very useful during debugging and troubleshooting, especially when the GUI is unavailable.

Connection

  • 3pin TTL socket

It needs additional usb-to-ttl module, please refer to Serial Module

Install Driver

Linux PC don't need to install driver.

Windows PC driver installation is also described in Serial Module

Usage

After driver installation, you will find "Silicon Labs CP210x USB to UART Bridge" in Windows device manager.

In Linux it will be /dev/ttyUSBX or /dev/ttyACMX, the number X may be different, you can unplug and plug again to find the corresponding device.

Use the serial tool like MobaXterm or Minicom to open the serial device, baudrate is 115200, 8 data bit, 1 stop bit, no parity check.

On this page