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