Skip to content

Local

Open a terminal directly on the local machine or connect to serial devices without a network.

Local Shell

Connection Parameters

ParameterDescription
Shell TypeSelect which local shell to open
Character EncodingTerminal charset, default UTF-8. Also supports GBK, GB2312, Big5, Shift-JIS, etc.
Backspace KeyByte sequence sent for backspace, default BS (0x08). Also supports DEL (0x7F) and VT220 Delete (ESC[3~)
Startup ScriptCommands or scripts automatically executed after terminal starts (optional)
Start Recording Log on ConnectAutomatically start recording the session log when the connection is established

Supported shell types (varies by operating system):

Windows:

  • PowerShell
  • CMD
  • Git Bash
  • WSL (installed Linux distributions)

macOS / Linux:

  • bash
  • zsh
  • Other installed shells

Serial

Connect to serial devices such as router consoles, embedded development boards, industrial equipment, etc.

Connection Parameters

ParameterDescription
PortSerial port name (COMx on Windows, /dev/ttyUSBx on Linux)
Baud RateTransmission rate, commonly 9600 or 115200
Data BitsData bits per frame, commonly 8
Stop BitsStop bits, commonly 1
ParityError detection, options: None, Even, Odd, Mark, Space
Character EncodingTerminal charset, default UTF-8. Also supports GBK, GB2312, Big5, Shift-JIS, etc.
Backspace KeyByte sequence sent for backspace, default BS (0x08). Also supports DEL (0x7F) and VT220 Delete (ESC[3~)
Local EchoWhether to display input locally; enable as needed
Newline ModeCR (default) or CR+LF
Start Recording Log on ConnectAutomatically start recording the session log when the connection is established

Related