- Start using:
mavproxy.py
- Show link statistics:
link
- Display link help screen:
link help
- List existing links:
link list
- Add a link to autopilot:
link add X:Y
whereX
is connection string andY
is an optional label.X
is the connection string and covered before in here.Y
is the label to make the link memorable, example label:{"label":"your_link_name"}
- Before adding a serial link run the command
set baudrate X
whereX
in the baud rate value.
- Remove a link using:
link remove X
whereX
can be the link index or label. - Start high latency mode:
link hl on
- Stop high latency mode:
link hl off
- Reset statistics:
link resetstats
- Show output count:
output
- Display output help screen:
output help
- Add an output to an endpoint:
output add X
whereX
is connection string.- Connection strings are covered before in here.
- List existing outputs:
output list
- Remove an output using:
output remove X
whereX
is the output index.