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
Startup ScriptCommands or scripts automatically executed after terminal starts (optional)

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
Local EchoWhether to display input locally; enable as needed

Related