Skip to content

Launch & Usage

Establish a serial connection between target flight controller and your OSCP IMU Products, then verify it in Mission Planner on either Linux or Windows.

Find the Serial Port

Important

Ensure your adapter (InertialGate, MicroGate, or custom) is properly connected to both the flight controller and the OSCP IMU.

  1. Connect the flight controller via USB.
  2. Open a terminal.
  3. List available serial devices:

    ls /dev/ttyUSB*
    ls /dev/ttyACM*
    
  4. Look for a device such as:

    /dev/ttyUSBX
    
  5. Note the device path such as /dev/ttyUSB0 or /dev/ttyACM0.

    Note

    This serial device is required in Mission Planner.

Important

Ensure your adapter (InertialGate, MicroGate, or custom) is properly connected to both the flight controller and the OSCP IMU.

  1. Connect the flight controller via USB.
  2. Open Device Manager.
  3. Expand Ports (COM & LPT).

    Device Manager COMX

  4. Look for a device such as:

    USB Serial Device (COMx)
    
  5. Note the COM number such as COM3 or COM7.

    Note

    This COM number is required in Mission Planner.


Connect in Mission Planner

  1. Launch Mission Planner.
  2. Select the correct communication port from the dropdown menu (e.g., /dev/ttyUSB0 on Linux or COM10 on Windows).
  3. Configure the baud rate to match the flight controller's interface requirements.
  4. Click Connect to initialize the serial communication link.

    ArduPilot

  5. Wait for the flight controller to initialize and connect.


Next Steps

If the connection is successful, Mission Planner should communicate with the flight controller without issue. To enable OSCP IMU functionality, continue to Setup & Config for parameter configuration and final setup.