File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -137,18 +137,22 @@ the more common connection types:
137137 * - Linux computer connected to the vehicle via USB
138138 - ``/dev/ttyUSB0 ``
139139 * - Linux computer connected to the vehicle via Serial port (RaspberryPi example)
140- - ``/dev/ttyAMA0 ``
141-
142- .. note ::
143- To connect on a serial port you may also need to reduce the baud rate to 57600
144- - e.g. ``vehicle=connect('/dev/ttyAMA0', baud=57600) ``
140+ - ``/dev/ttyAMA0 `` (also set ``baud=57600 ``)
145141 * - SITL connected to the vehicle via UDP
146142 - ``127.0.0.1:14550 ``
147143 * - OSX computer connected to the vehicle via USB
148144 - ``dev/cu.usbmodem1 ``
149145 * - Windows computer connected to the vehicle via USB (in this case on COM14)
150146 - ``com14 ``
151-
147+ * - Windows computer connected to the vehicle using a 3DR Telemetry Radio on COM14
148+ - ``com14 `` (also set ``baud=57600 ``)
149+
150+ .. note ::
151+ The default baud rate may not be appropriate for all connection types (check this
152+ if you can connect via a GCS but not DroneKit).
153+ You can specify a different rate using the :py:func: `baud <dronekit.connect> `
154+ parameter when connecting. For example: ``vehicle=connect('com14', baud=57600) ``.
155+
152156.. tip ::
153157
154158 The strings above are the same as you would use if connecting with MAVProxy. For other options see the
You can’t perform that action at this time.
0 commit comments