altoslib: Fetch target device config for Fire Igniter npyro value
[fw/altos] / ao-tools / ao-send-telem / ao-send-telem.1
1 .\"
2 .\" Copyright © 2009 Keith Packard <keithp@keithp.com>
3 .\"
4 .\" This program is free software; you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation; either version 2 of the License, or
7 .\" (at your option) any later version.
8 .\"
9 .\" This program is distributed in the hope that it will be useful, but
10 .\" WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 .\" General Public License for more details.
13 .\"
14 .\" You should have received a copy of the GNU General Public License along
15 .\" with this program; if not, write to the Free Software Foundation, Inc.,
16 .\" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
17 .\"
18 .\"
19 .TH AO-SEND-TELEM 1 "ao-send-telem" ""
20 .SH NAME
21 ao-send-telem \- Re-transmit stored telemetry file
22 .SH SYNOPSIS
23 .B "ao-send-telem"
24 [\-T \fItty-device\fP]
25 [\--tty \fItty-device\fP]
26 [\-D \fIaltos-device\fP]
27 [\--device \fIaltos-device\fP]
28 [\-F \fIfrequency (kHz)\fP]
29 [\--frequency \fIfrequency (kHz)\fP]
30 [\-R]
31 [\--realtime]
32 <flight.telem>
33 .SH OPTIONS
34 .TP
35 \-T tty-device | --tty tty-device
36 This selects which tty device ao-dumplog uses to communicate with
37 the target device.
38 .TP
39 \-D AltOS-device | --device AltOS-device
40 Search for a connected device. This requires an argument of one of the
41 following forms:
42 .IP
43 TeleDongle:2
44 .br
45 TeleDongle
46 .br
47 2
48 .IP
49 Leaving out the product name will cause the tool to select a suitable
50 product, leaving out the serial number will cause the tool to match
51 one of the available devices.
52 .TP
53 \-F kHz | --frequency kHz
54 This selects which frequency to send the specified packets on.
55 .TP
56 \-R | --realtime
57 This makes the program delay between packets in pad mode. Normally,
58 pad mode packets are sent as quickly as possible.
59 .SH DESCRIPTION
60 .I ao-send-telem
61 reads the specified flight telemetry log and re-transmits it via the
62 specified ground station device
63 .SH AUTHOR
64 Keith Packard