connect
Opens a serial connection to an iNAV flight controller and returns board identity, including firmware version, target, API version, and build info. Use for diagnostics and troubleshooting.
Instructions
Open the serial connection to the FC and return board identity.
Args: port: Serial port, e.g. 'COM3' (Windows) or '/dev/ttyACM0' (Linux). baud: Baud rate (default 115200 — matches iNAV's USB VCP default).
Returns board variant, firmware version, target name, API version, build info, and a summary of detected sensors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baud | No | ||
| port | Yes |