connect_flight_controller
Establish a serial connection to a Betaflight flight controller to enable real-time sensor reads, CLI access, and configuration tools via MSP and CLI.
Instructions
Connect to a Betaflight flight controller over USB/serial. Use list_serial_ports first to find the correct port.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | Serial port path, e.g. COM3 or /dev/ttyUSB0 | |
| baud_rate | No | Baud rate (default: 115200) |