]> sigrok.org Git - sigrok-cli.git/blame - doc/sigrok-cli.1
configure.ac: Clearly mark required and optional libs.
[sigrok-cli.git] / doc / sigrok-cli.1
CommitLineData
8791df07 1.TH SIGROK\-CLI 1 "Jan 31, 2014"
43e5747a 2.SH "NAME"
53155b2f 3sigrok\-cli \- Command-line client for the sigrok software
43e5747a 4.SH "SYNOPSIS"
53155b2f 5.B sigrok\-cli [OPTIONS] [COMMAND]
43e5747a 6.SH "DESCRIPTION"
10d98b47
UH
7\fBsigrok\-cli\fP is a cross-platform command line utility for the
8\fBsigrok\fP software.
43e5747a 9.PP
10d98b47
UH
10It cannot display graphical output, but is still sufficient to run through
11the whole process of hardware initialization, acquisition, protocol decoding
12and saving the session.
43e5747a
UH
13.PP
14It is useful for running on remote or embedded systems, netbooks, PDAs,
15and for various other use-cases. It can display samples on standard output or
16save them in various file formats.
53155b2f 17.SH OPTIONS
43e5747a 18.TP
43e5747a
UH
19.B "\-h, \-\-help"
20Show a help text and exit.
21.TP
7949dca0
UH
22.B "\-V, \-\-version"
23Show
24.B sigrok-cli
25version, and information about supported hardware drivers, input file
26formats, output file formats, and protocol decoders.
27.TP
b5ac81ad
BV
28\fB\-d, \-\-driver\fP <drivername>
29A driver must always be selected (unless doing a global scan). Use the
30\fB-V\fP option to get a list of available drivers.
53155b2f 31.sp
10d98b47
UH
32Drivers can take options, in the form \fBkey=value\fP
33separated by colons.
34.sp
35Drivers communicating with hardware via a serial port always need the port
36specified as the \fBconn\fP option. For example, to use the
37Openbench Logic Sniffer:
53155b2f
BV
38.sp
39.RB " $ " "sigrok\-cli \-\-driver=ols:conn=/dev/ttyACM0"
40.sp
10d98b47
UH
41Some USB devices don't use a unique VendorID/ProductID combination, and thus
42need that specified as well. This also uses the \fBconn\fP option, using
43either \fBVendorID.ProductID\fP or \fBbus.address\fP:
53155b2f
BV
44.sp
45.RB " $ " "sigrok\-cli \-\-driver=nexus-osciprime:conn=04b4.8613"
43e5747a 46.TP
b5ac81ad 47.BR "\-c, \-\-config " <device>
53155b2f 48A colon-separated list of device options, where each option takes the form
1b4b6a7c 49.BR key=value .
10d98b47
UH
50For example, to set the samplerate to 1MHz on a device supported by the
51fx2lafw driver, you might specify
1b4b6a7c 52.sp
b5ac81ad 53.RB " $ " "sigrok\-cli \-\-driver=fx2lafw \-\-config samplerate=1m"
1b4b6a7c 54.sp
53155b2f
BV
55Samplerate is an option common to most logic analyzers. The argument specifies
56the samplerate in Hz. You can also specify the samplerate in kHz, MHz or GHz.
1b4b6a7c
UH
57The following are all equivalent:
58.sp
b5ac81ad 59.RB " $ " "sigrok\-cli \-\-driver fx2lafw \-\-config samplerate=1000000"
1b4b6a7c 60.sp
b5ac81ad 61.RB " $ " "sigrok\-cli \-\-driver fx2lafw \-\-config samplerate=1m"
1b4b6a7c 62.sp
b5ac81ad 63.RB " $ " "sigrok\-cli \-\-driver fx2lafw \-\-config \(dqsamplerate=1 MHz\(dq"
1b4b6a7c 64.TP
43e5747a 65.BR "\-i, \-\-input\-file " <filename>
7949dca0 66Load input from a file instead of a hardware device. If the
43e5747a
UH
67.B \-\-input\-format
68option is not supplied, sigrok-cli attempts to autodetect the file format of
69the input file.
70.TP
71.BR "\-I, \-\-input\-format " <format>
72When loading an input file, assume it's in the specified format. If this
73option is not supplied (in addition to
74.BR \-\-input\-file ),
943d0c08
75sigrok-cli attempts to autodetect the file format of the input file. Use the
76.B \-V
10d98b47
UH
77option to see a list of available input formats.
78.sp
79The format name may optionally be followed by a colon-separated list of
80options, where each option takes the form
943d0c08 81.BR "key=value" .
43e5747a
UH
82.TP
83.BR "\-o, \-\-output\-file " <filename>
84Save output to a file instead of writing it to stdout. The default format
85used when saving is the sigrok session file format. This can be changed with
86the
76ae913d 87.B \-\-output\-format
7949dca0
UH
88option.
89.TP
90.BR "\-O, \-\-output\-format " <formatname>
91Set the output format to use. Use the
92.B \-V
10d98b47
UH
93option to see a list of available output formats.
94.sp
95The format name may optionally be followed by a colon-separated list of
96options, where each option takes the form
7949dca0
UH
97.BR "key=value" .
98.sp
99Supported formats currently include
100.BR bits ,
101.BR hex ,
102.BR ascii ,
103.BR binary ,
104.BR vcd ,
85f2ddbb
UH
105.BR ols ,
106.BR gnuplot ,
10d98b47
UH
107.BR chronovu-la8 ,
108.BR csv ", and"
109.BR analog .
7949dca0
UH
110.sp
111The
112.B bits
113or
114.B hex
115formats, for an ASCII bit or ASCII hexadecimal display, can take a "width" option, specifying the number of samples (in bits) to display per line. Thus
116.B hex:width=128
117will display 128 bits per line, in hexadecimal:
118.sp
10d98b47
UH
119 0:ffff ffff ffff ffff ffff ffff ffff ffff
120 1:ff00 ff00 ff00 ff00 ff00 ff00 ff00 ff00
7949dca0 121.sp
029d73fe 122The lines always start with the channel number (or name, if defined), followed by a colon. If no format is specified, it defaults to
7949dca0
UH
123.BR bits:width=64 ,
124like this:
125.sp
10d98b47
UH
126 0:11111111 11111111 11111111 11111111 [...]
127 1:11111111 00000000 11111111 00000000 [...]
43e5747a 128.TP
43e5747a 129.BR "\-p, \-\-probes " <probelist>
029d73fe 130A comma-separated list of channels to be used in the session.
43e5747a 131.sp
029d73fe
UH
132Note that sigrok always names the channels according to how they're shown on
133the enclosure of the hardware. If your logic analyzer numbers the channels 0-15,
134that's how you must specify them with this option. An oscilloscope's channels
10d98b47 135would generally be referred to as "CH1", "CH2", and so on.
029d73fe 136Use the \fB\-\-show\fP option to see a list of channel names for your device.
53155b2f 137.sp
029d73fe
UH
138The default is to use all the channels available on a device. You can name
139a channel like this:
43e5747a 140.BR "1=CLK" .
029d73fe 141A range of channels can also be given, in the form
43e5747a
UH
142.BR "1\-5" .
143.sp
144Example:
145.sp
10d98b47
UH
146.RB " $ " "sigrok\-cli \-\-driver fx2lafw \-\-samples 100"
147.br
148.B " \-\-probes 1=CLK,2\-4,7"
43e5747a
UH
149.br
150 CLK:11111111 11111111 11111111 11111111 [...]
151 2:11111111 11111111 11111111 11111111 [...]
152 3:11111111 11111111 11111111 11111111 [...]
153 4:11111111 11111111 11111111 11111111 [...]
154 7:11111111 11111111 11111111 11111111 [...]
155.sp
156The comma-separated list is processed from left to right, i.e. items farther
157to the right override previous items. For example
158.B "1=CS,1=MISO"
029d73fe 159will set the name of channel 1 to
43e5747a
UH
160.BR "MISO" .
161.sp
162Also, while
163.B "5=MOSI,6=MISO"
029d73fe 164will only select channels 5 and 6, and set their names to MISO and MOSI, the
43e5747a
UH
165command line
166.B "5=MOSI,6=MISO,1\-8"
029d73fe
UH
167will select channels 1\-8 (including 5 and 6, of course), but the names specified
168for channels 5 and 6 will be reset to the defaults by the
43e5747a 169.B "1\-8"
029d73fe 170channel selection.
43e5747a 171.TP
ca50f4b3
UH
172.BR "\-g, \-\-channel\-group "<channel\ group>
173Specify the channel group to operate on.
31f9318a 174
ca50f4b3
UH
175Some devices organize channels into groups, the settings of which can
176only be changed as a group. The list of channel groups, if any, is displayed
31f9318a
BV
177with the \-\-show command.
178.TP
43e5747a
UH
179.BR "\-t, \-\-triggers " <triggerlist>
180A comma-separated list of triggers to use, of the form
029d73fe
UH
181.BR "<channel>=<trigger>" .
182You can use the name or number of the channel, and the trigger itself is a
43e5747a
UH
183series of characters:
184.sp
185.BR "0 or 1" :
186A low or high value on the pin.
187.br
188.BR "r or f" :
189A rising or falling value on the pin. An
190.B r
191effectively corresponds to
192.BR 01 .
193.br
194.BR "c" :
85f2ddbb 195Any kind of change on a pin (either a rising or a falling edge).
43e5747a 196.sp
10d98b47
UH
197Not every device supports all of these trigger types. Use the \fB\-\-show\fP
198command to see which triggers your device supports.
43e5747a
UH
199.TP
200.BR "\-w, \-\-wait-trigger"
10d98b47
UH
201Don't output any sample data (even if it's actually received from the
202hardware) before the trigger condition is met. In other words, do not output
203any pre-trigger data. This option is useful if you don't care about the data
204that came before the trigger (but the hardware delivers this data to sigrok
205nonetheless).
43e5747a 206.TP
b5ac81ad 207.BR "\-P, \-\-protocol\-decoders " <list>
85f2ddbb
UH
208This option allows the user to specify a comma-separated list of protocol
209decoders to be used in this session. The decoders are specified by their
210ID, as shown in the
211.B \-\-version
212output.
213.sp
214Example:
215.sp
216 $
b5ac81ad 217.B "sigrok\-cli \-i <file.sr> \-P i2c"
85f2ddbb
UH
218.sp
219Each protocol decoder can optionally be followed by a colon-separated list
220of options, where each option takes the form
221.BR "key=value" .
222.sp
223Example:
224.sp
225 $
8791df07
UH
226.B "sigrok\-cli \-i <file.sr> "
227.br
228.B " \-P uart:baudrate=115200:parity_type=odd"
85f2ddbb
UH
229.sp
230The list of supported options depends entirely on the protocol decoder. Every
231protocol decoder has different options it supports.
232.sp
233Any "options" specified for a protocol decoder which are not actually
029d73fe 234supported options, will be interpreted as being channel name/number assignments.
85f2ddbb
UH
235.sp
236Example:
237.sp
238 $
239.B "sigrok\-cli \-i <file.sr>"
240.br
b5ac81ad 241.B " \-P spi:wordsize=9:miso=1:mosi=5:sck=3:cs=0"
85f2ddbb
UH
242.sp
243In this example,
244.B wordsize
245is an option supported by the
246.B spi
247protocol decoder. Additionally, the user tells sigrok to decode the SPI
029d73fe
UH
248protocol using channel 1 as MISO signal for SPI, channel 5 as MOSI, channel 3
249as SCK, and channel 0 as CS# signal.
85f2ddbb 250.TP
b5ac81ad 251.BR "\-S, \-\-protocol\-decoder\-stack " <stack>
85f2ddbb
UH
252This option allows the user to specify a protocol decoder stack, i.e.
253the way in which one protocol decoder's output gets piped into another
7fb87027 254protocol decoder. If not specified, the stack will be set up in the same
1a0be0e3
UH
255order in which the protocol decoders were given with the
256.B \-\-protocol-decoders
7fb87027 257option.
85f2ddbb
UH
258.sp
259The decoders are specified by their ID, as shown in the
260.B \-\-version
261output. In addition to the
b5ac81ad 262.B \-S
85f2ddbb
UH
263option, all protocol decoders that are used in a stack, must also be specified
264(together with their options, if any) using the
b5ac81ad 265.B \-A
85f2ddbb
UH
266parameter.
267.sp
268Example:
269.sp
270 $
b5ac81ad 271.B "sigrok\-cli \-i <file.sr> \-A i2c:sda=4:scl=7,rtc8564"
85f2ddbb 272.br
b5ac81ad 273.B " \-S i2c,rtc8564"
85f2ddbb
UH
274.sp
275In this example, the
b5ac81ad 276.B \-S
85f2ddbb
UH
277option specifies that the output of the
278.BR i2c " decoder"
279is piped into the
280.BR rtc8564 " decoder,"
281i.e., the
282.BR rtc8564 " decoder"
283is stacked on top of the
284.BR i2c " decoder."
285.sp
029d73fe 286The respective protocol decoder options and channel name/number assignments
85f2ddbb 287must be given using the
b5ac81ad 288.B \-P
85f2ddbb 289option (you cannot specify them in the
b5ac81ad 290.B \-S
85f2ddbb
UH
291option).
292.TP
b6bd032d 293.BR "\-A, \-\-protocol\-decoder\-annotations " <annotations>
7fb87027
BV
294By default, only the stack's topmost protocol decoder's annotation output is
295shown. With this option another decoder's annotation can be selected for
1a0be0e3 296display, by specifying its ID:
7fb87027
BV
297.sp
298 $
b5ac81ad 299.B "sigrok\-cli \-i <file.sr> \-P i2c,i2cfilter,edid -A i2c"
7fb87027 300.sp
790b0261
BV
301If a protocol decoder has multiple annotations, you can also specify
302which one of them to show by specifying its short description like this:
7fb87027
BV
303.sp
304 $
b5ac81ad 305.B "sigrok\-cli \-i <file.sr> \-P i2c,i2cfilter,edid"
7fb87027 306.br
790b0261
BV
307.B " \-A i2c=data-read"
308.sp
309Select multiple annotations by separating them with a colon:
310.sp
311 $
312.B "sigrok\-cli \-i <file.sr> \-P i2c,i2cfilter,edid"
313.br
314.B " \-A i2c=data-read:data-write"
7fb87027
BV
315.sp
316You can also select multiple protocol decoders, with an optional selected
790b0261 317annotation each, by separating them with commas:
7fb87027
BV
318.sp
319 $
b5ac81ad 320.B "sigrok\-cli \-i <file.sr> \-P i2c,i2cfilter,edid"
7fb87027 321.br
790b0261 322.B " \-A i2c=data-read:data-write,edid"
7fb87027 323.TP
53155b2f 324.BR "\-l, \-\-loglevel " <level>
10d98b47
UH
325Set the libsigrok and libsigrokdecode loglevel. At the moment \fBsigrok-cli\fP
326doesn't support setting the two loglevels independently. The higher the
53155b2f
BV
327number, the more debug output will be printed. Valid loglevels are:
328.sp
329\fB0\fP None
330.br
331\fB1\fP Error
332.br
333\fB2\fP Warnings
334.br
335\fB3\fP Informational
336.br
337\fB4\fP Debug
338.br
339\fB5\fP Spew
340.TP
341.B "\-\-show"
342.br
10d98b47
UH
343Show information about the selected option. For example, to see options for a
344connected fx2lafw device:
53155b2f
BV
345.sp
346 $
347.B "sigrok\-cli \-\-driver fx2lafw \-\-show
348.sp
10d98b47
UH
349In order to properly get device options for your hardware, some drivers might
350need a serial port specified:
53155b2f
BV
351.sp
352 $
353.B "sigrok\-cli \-\-driver ols:conn=/dev/ttyACM0 \-\-show
354.sp
355To view the documentation for a protocol decoder:
356.sp
357 $
358.B "sigrok\-cli \-\-protocol-decoders i2c \-\-show
359.TP
b5ac81ad
BV
360.B "\-\-scan"
361Scan for devices that can be detected automatically.
10d98b47
UH
362.sp
363Example:
364.sp
365 $
b5ac81ad 366.B "sigrok\-cli \-\-scan
10d98b47
UH
367.br
368 The following devices were found:
369.br
029d73fe 370 Demo device with 8 channels: 0 1 2 3 4 5 6 7
10d98b47 371.br
029d73fe 372 ChronoVu LA8 with 8 channels: 0 1 2 3 4 5 6 7
10d98b47 373.br
029d73fe 374 ALSA: HDA ATI SB ALC270 Analog with 2 channels: Ch_0 Ch_1
10d98b47 375.br
029d73fe 376 Saleae Logic with 8 channels: 0 1 2 3 4 5 6 7
10d98b47
UH
377.sp
378However, not all devices are auto-detectable (e.g. serial port based ones).
379For those you'll have to provide a \fBconn\fP option, see above.
380.sp
381 $
b5ac81ad 382.B "sigrok\-cli \-\-driver digitek-dt4000zc:conn=/dev/ttyUSB0 \-\-scan
10d98b47
UH
383.br
384 The following devices were found:
385.br
029d73fe 386 Digitek DT4000ZC with 1 channel: P1
53155b2f 387.TP
43e5747a
UH
388.BR "\-\-time " <ms>
389Sample for
390.B <ms>
10d98b47
UH
391milliseconds, then quit.
392.sp
393You can optionally follow the number by \fBs\fP, \fBms\fP, \fBus\fP, or
394\fBns\fP to specify the time to sample in seconds, milliseconds, microseconds,
395or nanoseconds, respectively.
396.sp
397For example,
43e5747a
UH
398.B "\-\-time 2s"
399will sample for two seconds.
400.TP
401.BR "\-\-samples " <numsamples>
402Acquire
403.B <numsamples>
404samples, then quit.
10d98b47
UH
405.sp
406You can optionally follow the number by \fBk\fP, \fBm\fP, or \fBg\fP to
407specify the number of samples in kilosamples, megasamples, or gigasamples,
408respectively.
409.sp
410For example,
411.B "\-\-samples 3m"
412will acquire 3000000 samples.
43e5747a
UH
413.TP
414.BR "\-\-continuous"
415Sample continuously until stopped. Not all devices support this.
2d73284e
BV
416.TP
417.BR "\-\-set"
b8656921
UH
418Set one or more variables specified with the \fB\-\-config\fP option, without
419doing any acquisition.
53155b2f 420.SH EXAMPLES
b8656921
UH
421In order to get exactly 100 samples from the connected fx2lafw-supported logic
422analyzer hardware, run the following command:
43e5747a 423.TP
53155b2f 424.B " sigrok\-cli \-\-driver fx2lafw \-\-samples 100"
43e5747a 425.TP
2d73284e 426If you want to sample data for 3 seconds (3000 ms), use:
43e5747a 427.TP
53155b2f 428.B " sigrok\-cli \-\-driver fx2lafw \-\-time 3000"
43e5747a
UH
429.TP
430Alternatively, you can also use:
431.TP
53155b2f 432.B " sigrok\-cli \-\-driver fx2lafw \-\-time 3s"
43e5747a 433.TP
029d73fe 434To capture data from the first 4 channels using the Openbench Logic Sniffer lasting 100ms at 10 MHz starting at the trigger condition
53155b2f 4350:high, 1:rising, 2:low, 3:high, use:
43e5747a 436.TP
53155b2f 437.nf
b5ac81ad
BV
438\fBsigrok\-cli \-\-driver ols:conn=/dev/ttyACM0 \-\-config samplerate=10m \\\fP
439\fB\-\-output\-format bits \-\-probes 0\-3 \-\-wait\-trigger \\\fP
440\fB\-\-triggers 0=1,1=r,2=0,3=1 \-\-time 100\fP
2d73284e
BV
441.TP
442To turn on internal logging on a Lascar EL-USB series device:
443.TP
444\fBsigrok\-cli \-\-driver lascar\-el\-usb:conn=10c4.0002 \\\fP
b8656921 445\fB\-\-config datalog=on \-\-set\fP
43e5747a
UH
446.SH "EXIT STATUS"
447.B sigrok\-cli
448exits with 0 on success, 1 on most failures.
449.SH "SEE ALSO"
b5ac81ad 450\fBpulseview\fP(1)
43e5747a 451.SH "BUGS"
10d98b47
UH
452Please report any bugs via Bugzilla
453.RB "(" http://sigrok.org/bugzilla ")"
454or on the sigrok\-devel mailing list
43e5747a
UH
455.RB "(" sigrok\-devel@lists.souceforge.net ")."
456.SH "LICENSE"
457.B sigrok\-cli
458is covered by the GNU General Public License (GPL). Some portions are
459licensed under the "GPL v2 or later", some under "GPL v3 or later".
460.SH "AUTHORS"
461Please see the individual source code files.
462.PP
463This manual page was written by Uwe Hermann <uwe@hermann\-uwe.de>.
464It is licensed under the terms of the GNU GPL (version 2 or later).