]> sigrok.org Git - libsigrok.git/blob - README.devices
README.devices: add Windows and Zadig discussion near the udev section
[libsigrok.git] / README.devices
1 -------------------------------------------------------------------------------
2 README.devices
3 -------------------------------------------------------------------------------
4
5 This README contains various notes for users of libsigrok (or frontends
6 that are based on libsigrok) about device- and/or driver-specific issues.
7
8
9 Firmware
10 --------
11
12 Some devices supported by libsigrok need a firmware to be uploaded every time
13 the device is connected to the PC (usually via USB), before it can be used.
14
15 The default locations where libsigrok expects the firmware files are:
16
17   $SIGROK_FIRMWARE_DIR (environment variable)
18   $HOME/.local/share/sigrok-firmware
19   $prefix/share/sigrok-firmware
20   /usr/local/share/sigrok-firmware
21   /usr/share/sigrok-firmware
22
23 ($prefix is usually /usr/local or /usr, depending on your ./configure options)
24
25 For further information see the section below and also:
26
27   http://sigrok.org/wiki/Firmware
28
29
30 Per-driver firmware requirements
31 --------------------------------
32
33 The following drivers/devices require a firmware upload upon connection:
34
35  - asix-omega-rtm-cli: There is no native sigrok support for ASIX OMEGA
36    devices. But the vendor's RTM CLI application can be used in streaming
37    mode, which transparently handles the device detection and firmware
38    download. The firmware ships with the vendor application. See below
39    for details how to make the vendor application available to the sigrok
40    driver.
41
42  - asix-sigma: The ASIX SIGMA and SIGMA2 require various firmware files,
43    depending on the settings used. These files are available from our
44    'sigrok-firmware' repository/project under a license which allows us
45    to redistribute them.
46
47  - dreamsourcelab-dslogic: The DreamSourceLab DSLogic/DSCope device series
48    requires various firmware files and FPGA bitstream files.
49    These can be extracted/downloaded from the vendor's GitHub repo using a
50    tool from our 'sigrok-util' repository/project.
51
52  - fx2lafw: Logic analyzers based on the Cypress FX2(LP) chip need the
53    firmware files from the 'sigrok-firmware-fx2lafw' repository/project.
54    The firmware is written from scratch and licensed under the GNU GPLv2+.
55
56  - hantek-6xxx: Certain oscilloscopes based on the Cypress FX2(LP) chip, such
57    as the Hantek 6022BE/6022BL, SainSmart DDS120, and Rocktech BM102, need the
58    firmware files from the 'sigrok-firmware-fx2lafw' repository/project.
59    The firmware is written from scratch and licensed under the GNU GPLv2+.
60
61  - hantek-dso: The Hantek DSO-2090 (and other supported models of the same
62    series of Hantek PC oscilloscopes) need firmware files.
63    These can be extracted from the vendor's Windows drivers using a tool
64    from our 'sigrok-util' repository/project.
65
66  - lecroy-logicstudio: The LeCroy LogicStudio requires FPGA bitstream files.
67    These can be extracted from the vendor's Windows software using a tool
68    from our 'sigrok-util' repository/project.
69    Additionally, it requires a Cypress FX2 firmware. This can be extracted
70    from the vendor's Windows software using another tool. Details:
71
72      http://sigrok.org/wiki/LeCroy_LogicStudio#Firmware
73
74  - saleae-logic16: The Saleae Logic16 needs a firmware file for the
75    Cypress FX2 chip in the device, as well as two FPGA bitstream files.
76    These can be extracted from the vendor's Linux application using a tool
77    from our 'sigrok-util' repository/project.
78
79  - saleae-logic-pro: The Saleae Logic Pro 16 needs a firmware file for the
80    Cypress FX3 chip in the device, as well as an FPGA bitstream file.
81    These can be extracted from the vendor's Linux application using a tool
82    from our 'sigrok-util' repository/project.
83
84  - sysclk-lwla:
85
86     - The Sysclk LWLA1034 requires various bitstream files.
87       These files are available from our 'sigrok-firmware' repository/project
88       under a license which allows us to redistribute them.
89
90     - The Sysclk LWLA1016 requires various bitstream files.
91       These can be extracted from the vendor's Windows drivers using a tool
92       from our 'sigrok-util' repository/project.
93
94  - sysclk-sla5032: The Sysclk SLA5032 needs an FPGA bitstream file.
95    This file can be copied (and renamed) from the Windows vendor software
96    installation directory. Details:
97
98      https://sigrok.org/wiki/Sysclk_SLA5032#Firmware
99
100 The following drivers/devices do not need any firmware upload:
101
102  - agilent-dmm
103  - appa-55ii
104  - arachnid-labs-re-load-pro
105  - atten-pps3xxx
106  - baylibre-acme
107  - beaglelogic
108  - cem-dt-885x
109  - center-3xx (including all subdrivers)
110  - chronovu-la
111  - colead-slm
112  - conrad-digi-35-cpu
113  - demo
114  - fluke-45
115  - fluke-dmm
116  - ftdi-la
117  - gmc-mh-1x-2x (including all subdrivers)
118  - gwinstek-gds-800
119  - gwinstek-gpd
120  - hameg-hmo
121  - hantek-4032l
122  - hp-3457a
123  - hp-3478a
124  - hung-chang-dso-2100
125  - ikalogic-scanalogic2
126  - ikalogic-scanaplus
127  - ipdbg-la
128  - kecheng-kc-330b
129  - kern-scale
130  - korad-kaxxxxp
131  - lascar-el-usb
132  - lecroy-xstream
133  - link-mso19
134  - manson-hcs-3xxx
135  - maynuo-m97
136  - mic-985xx (including all subdrivers)
137  - microchip-pickit2
138  - mooshimeter-dmm
139  - motech-lps-30x
140  - norma-dmm
141  - openbench-logic-sniffer
142  - pce-322a
143  - pipistrello-ols
144  - rdtech-dps
145  - rigol-dg
146  - rigol-ds
147  - rohde-schwarz-sme-0x
148  - scpi-dmm
149  - scpi-pps
150  - serial-dmm (including all subdrivers)
151  - serial-lcr (including all subdrivers)
152  - siglent-sds
153  - teleinfo
154  - testo
155  - tondaj-sl-814
156  - uni-t-dmm (including all subdrivers)
157  - uni-t-ut32x
158  - yokogawa-dlm
159  - zeroplus-logic-cube
160  - zketech-ebd-usb
161
162
163 Specifying serial ports
164 -----------------------
165
166 Many devices supported by libsigrok use serial port based cables (real RS232
167 or USB-to-serial ones, CDC class) to connect to a PC. These serial cables are
168 supported by the libserialport library. Some vendors prefer to use HID chips
169 instead of CDC chips in their serial cables. These cables can get supported
170 by means of the hidapi library. Note that each chip type requires specific
171 support in the libsigrok library. Bluetooth connected devices may be supported
172 as well when they communicate by means of RFCOMM channels, or one of the
173 implemented BLE notification/indication approaches, and one of the Bluetooth
174 supporting platforms is used.
175
176 For all these devices, you need to specify the serial port they are connected
177 to (e.g. using the 'conn' option in sigrok-cli). It is not possible to scan
178 for such devices without specifying a serial port.
179
180 Example:
181
182  $ sigrok-cli --driver <somedriver>:conn=/dev/ttyUSB0 ...
183  $ sigrok-cli --driver <somedriver>:conn=hid/cp2110 ...
184  $ sigrok-cli --driver <somedriver>:conn=bt/rfcomm/01-23-45-67-89-ab ...
185
186 Formal syntax for serial communication:
187
188  - COM ports (RS232, USB CDC):
189    conn=<com-port>
190  - USB HID cables:
191    conn=hid[/<chip>]
192    conn=hid[/<chip>]/usb=<bus>.<dev>[.<if>]
193    conn=hid[/<chip>]/raw=<path>
194    conn=hid[/<chip>]/sn=<serno>
195    conn=hid[/<chip>]/iokit=<path>
196    chip can be: bu86x, ch9325, cp2110, victor
197    path may contain slashes
198    path and serno are "greedy" (span to the end of the spec)
199  - Bluetooth Classic and Bluetooth Low Energy (BLE):
200    conn=bt/<conn>/<addr>
201    conn can be: rfcomm, ble122, nrf51, cc254x
202    addr can be "dense" or separated, bt/cc254x/0123456789ab or
203      bt/rfcomm/11-22-33-44-55-66 or bt/ble122/88:6b:12:34:56:78
204      (note that colons may not be available when the conn= spec is taken
205      from a string that separates fields by colon, e.g. in the "--driver
206      <name>:conn=<spec>" example, that is why the dense form and the use
207      of dashes for separation are supported)
208
209 Some of the drivers implement a default for the connection. Some of the
210 drivers can auto-detect USB connected devices.
211
212 Beyond strict serial communication over COM ports (discussed above), the
213 conn= property can also address specific USB devices, as well as specify TCP
214 or VXI communication parameters. See these examples:
215
216  $ sigrok-cli --driver <somedriver>:conn=<vid>.<pid> ...
217  $ sigrok-cli --driver <somedriver>:conn=tcp-raw/<ipaddr>/<port> ...
218  $ sigrok-cli --driver <somedriver>:conn=vxi/<ipaddr> ...
219  $ sigrok-cli --driver <somedriver>:conn=usbtmc/<bus>.<addr> ...
220
221 Individual device drivers _may_ implement additional semantics for the
222 conn= specification, which would not apply to other drivers, yet can be
223 rather useful for a given type of device.
224
225  $ sigrok-cli --driver <somedriver>:conn=sn=<serno>
226
227
228 Specifying serial port parameters
229 ---------------------------------
230
231 Every serial device's driver has default serial port parameters like baud
232 rate, number of data bits, stop bits and handshake status. If a device requires
233 different parameters, pass them as option "serialcomm" with the driver name.
234 See libsigrok docs for the function serial_set_paramstr() for complete specs.
235
236 Example:
237
238  $ sigrok-cli --driver <somedriver>:conn=<someconn>:serialcomm=9600/7n1/dtr=1
239
240
241 Permissions of serial port based devices
242 ----------------------------------------
243
244 When using devices supported by libsigrok that use serial port based cables
245 (real RS232 or USB-to-serial ones) to connect to a PC, you need to ensure
246 that the user running the libsigrok frontend has (read/write) permissions to
247 access the serial port device (e.g. /dev/ttyS0, /dev/ttyUSB0, and so on).
248
249 You can use 'chmod' to apply permissions as you see fit, and/or 'chown' to
250 change the owner of the serial port device to a certain user or group.
251
252 For USB-to-serial based devices, we recommended using our udev rules file
253 (see below for details).
254
255
256 Permissions for USB devices (udev rules files)
257 ----------------------------------------------
258
259 When using USB-based devices supported by libsigrok, the user running the
260 libsigrok frontend (e.g. sigrok-cli) has to have (read/write) permissions
261 for the respective USB device.
262
263 On Linux, this is accomplished using udev rules. libsigrok ships a rules
264 file containing all supported devices which can be detected reliably
265 (generic USB-to-serial converters are omitted, as these are used for a wide
266 range of devices, e.g. GPS receivers, which are not handled by libsigrok).
267
268 The file is available in contrib/60-libsigrok.rules. This file just contains
269 the list of devices and flags these devices with ID_SIGROK="1". Access is
270 granted by the 61-libsigrok-plugdev.rules or 61-libsigrok-uaccess.rules files,
271 allowing access to members of the plugdev group or to currently logged in
272 users, respectively.
273
274 When using a libsigrok package from your favorite Linux distribution, the
275 files should already be installed in /usr/lib/udev/rules.d/, i.e.
276 60-libsigrok.rules and one of the access granting rules files. Use of
277 61-libsigrok-uaccess.rules is encouraged on systemd distributions.
278
279 The access policy can be locally overridden by placing appropriate rules in
280 /etc/udev/rules.d/, disabling or ammending the default policy. See the
281 udev documentation, e.g. man 7 udev, for details.
282
283 If you're building from source, you need to copy the file to the place
284 where udev will read these rules. Local rules should go to /etc/udev/rules.d.
285 Keep the file naming, otherwise interaction between the libsigrok rules and
286 rules shipped by the system will be broken.
287
288 Please consult the udev docs for details.
289
290
291 Assigning drivers to devices (Windows, Zadig)
292 ---------------------------------------------
293
294 On Windows systems it may be necessary to assign drivers to devices
295 before libusb based applications can access them. It may be necessary
296 to re-run this driver assignment after firmware upload in case the
297 device changes its USB identification as a consequence of loading the
298 firmware image.
299
300 The https://sigrok.org/wiki/Windows wiki page discusses this subject,
301 and other platform specific aspects.
302
303
304 Non-default drivers for commodity chips
305 ---------------------------------------
306
307 Some vendors include common USB chips in their products yet assign device
308 specific VID:PID pairs. Which results in the necessity for extra steps
309 before the serial port can be used:
310
311 - GW Instek VCP, found in GDM-8000 and probably other meters: Install the
312   vendors Windows driver to get access to a COM port. Or force the driver
313   assignment on Linux:
314     # modprobe cp210x
315     # echo 2184 0030 > /sys/bus/usb-serial/drivers/cp210x/new_id
316
317
318 Cypress FX2 based devices
319 -------------------------
320
321 Devices using the Cypress FX2(LP) chip without any specific USB VID/PID will
322 be enumerated with VID/PID 04b4:8613 (the default for "unconfigured FX2").
323 These are usually "FX2 eval boards" (that can also be used as LAs, though).
324
325 On Linux, the 'usbtest' driver will usually grab such devices, and they will
326 thus not be usable by libsigrok (and frontends).
327
328 You can fix this by running 'rmmod usbtest' as root before using the device.
329
330
331 UNI-T DMM (and rebranded models) cables
332 ---------------------------------------
333
334 UNI-T multimeters (and rebranded devices, e.g. some Voltcraft models) can
335 ship with different PC connectivity cables:
336
337  - UT-D02 (RS232 cable)
338  - UT-D04 (USB/HID cable with Hoitek HE2325U chip, USB VID/PID 04fa:2490)
339  - UT-D04 (USB/HID cable with WCH CH9325 chip, USB VID/PID 1a86:e008)
340  - UT-D07 (Bluetooth adapter, ISSC BL79 BLETR chip)
341  - UT-D09 (USB/HID cable with SiL CP2110 chip, USB VID/PID 10c4:ea80)
342
343 The above cables are all physically compatible (same IR connector shape)
344 with all/most currently known UNI-T multimeters. For example, you can
345 use either of the UT-D04 USB/HID cables or the UT-D02 RS232 cable with
346 the UNI-T UT61D multimeter.
347
348 When using the UT-D02 RS232 cable with any of the supported UNI-T DMMs,
349 you have to use the respective driver with a '-ser' drivername suffix
350 (internally all of these models are handled by the 'serial-dmm' driver).
351
352 You also need to specify the serial port via the 'conn' option, e.g.
353 /dev/ttyUSB0 (attached via a USB-to-serial cable) or /dev/ttyS0 (actual
354 RS232 port) on Linux (see above).
355
356 Finally, the user running the frontend (e.g. sigrok-cli) also needs
357 permissions to access the respective serial port (see above).
358
359 Examples (sigrok-cli):
360
361  $ sigrok-cli --driver uni-t-ut61e-ser:conn=/dev/ttyUSB0 ...
362  $ sigrok-cli --driver voltcraft-vc820-ser:conn=/dev/ttyS0 ...
363
364 When using any of the UT-D04 USB/HID cables you have to use the respective
365 driver _without_ the '-ser' drivername suffix (internally all of these models
366 are handled by the 'uni-t-dmm' driver).
367
368 You also need to specify the USB vendor/device IDs of the cable.
369 Autodetection is not possible here, since various other products use the
370 USB VID/PID of those cables too, and there is no way to distinguish them.
371
372 Since the UT-D04 cables are USB based (but don't use a USB-to-serial chip)
373 there is no need to specify a serial port via 'conn', of course.
374 However, the user running the frontend does also need to have permissions
375 to access the respective USB device (see above).
376
377 Examples (sigrok-cli):
378
379  $ sigrok-cli --driver uni-t-ut61e:conn=1a86.e008 ...
380  $ sigrok-cli --driver voltcraft-vc820:conn=04fa.2490 ...
381
382
383 UNI-T UT-D04 cable issue on Linux
384 ---------------------------------
385
386 The UNI-T UT-D04 cable with Hoitek HE2325U (or WCH CH9325) chip seems to have
387 a very specific problem on Linux. Apparently it requires to be put into
388 suspend (and woken up again) before it is usable. This seems to be a
389 Linux-only issue, Windows is not affected by this since apparently the
390 Windows kernel does this for every USB device, always.
391
392 Thus, if you want to use any of the UNI-T DMMs with this specific cable,
393 you'll have to run the following script (as root) once, every time you attach
394 the cable via USB. The script was written by Ralf Burger.
395
396 See also: http://erste.de/UT61/index.html
397
398   #!/bin/bash
399   for dat in /sys/bus/usb/devices/*; do
400     if test -e $dat/manufacturer; then
401       grep "WCH.CN" $dat/manufacturer > /dev/null && echo auto > ${dat}/power/level && echo 0 > ${dat}/power/autosuspend
402     fi
403   done
404
405
406 Enabling multimeter / data logger measurement output
407 ----------------------------------------------------
408
409 Some multimeters or data loggers will not start outputting measurement data
410 unless a certain action has been performed by the user beforehand. This is
411 usually mentioned in the vendor manual of the respective device, but here's
412 a short list for convenience:
413
414  - BBC Goertz Metrawatt M2110: Briefly press the "Start/Reset" button on the
415    interface panel on top.
416  - Brymen BM257s: Press HOLD during power-on.
417  - Digitek DT4000ZC: Briefly press the "RS232" button.
418  - EEVBlog 121GW: Hold "1ms PEAK" until the "BT" indicator is shown.
419  - ES51919 based LCR meters (DER EE DE-5000, PeakTech 2170, UNI-T UT612):
420    Press the button with the "RS232" or "USB" or "PC link" label (usually
421    the "up" cursor button).
422  - Gossen Metrawatt Metrahit 1x/2x devices, driver gmc-mh-1x-2x-rs232:
423    - Power on the device with the "DATA" button pressed.
424    - Metrahit 2x devices must be configured for the respective interface type.
425  - Gossen Metrawatt Metrahit 2x devices, driver gmc-mh-2x-bd232:
426    - 'BD232' interface:
427       The multimeter must be configured for the respective interface type.
428    - 'SI232-II' interface ("PC Mode"):
429       The multimeter must be configured for interface type 'BD232' (all),
430       'SI232 online' (28-29S) or 'SI232 store' (22-26x). The interface must
431       be configured to the same baud rate as the host (default 9600).
432       Multimeter and interface must be configured to the same address.
433  - GW Instek GDM-397: Press the "REL/RS232C (USB)" button for roughly 1 second.
434  - GW Instek VCP: See the discussion on manual driver assignment to common
435    USB to UART chips with non-default USB identification.
436  - MASTECH MS6514: Press the "Setup/PC-Link" button for roughly 3 seconds.
437  - Meterman 38XR: Press the "RS232" button.
438  - Metrix MX56C: Press the PRINT button to have the meter send acquisition
439    data via IR. Hold the PRINT button to adjust the meter's transmission
440    interval.
441  - Norma DM950: If the interface doesn't work (e.g. USB-RS232 converter), power
442    on the device with "FUNC" pressed (to power the interface from the DMM).
443  - PCE PCE-DM32: Briefly press the "RS232" button.
444  - RadioShack 22-812: Press and hold "SELECT" and "RANGE" together.
445  - TekPower TP4000ZC: Briefly press the "RS232" button.
446  - Tenma 72-7750: Briefly press the "RS232C" button.
447  - UNI-T UT60G: Briefly press the "RS232C" button.
448  - UNI-T UT61B/C/D: Press the "REL/RS232/USB" button for roughly 1 second.
449  - UNI-T UT71x: Press the "SEND/-/MAXMIN" button for roughly 1 second.
450    Briefly pressing the "EXIT" button leaves this mode again.
451  - UNI-T UT181A: In the "SETUP" menu set "Communication" to "ON".
452  - UNI-T UT325: Briefly press the "SEND" button (as per manual). However, it
453    appears that in practice you don't have to press the button (at least on
454    some versions of the device), simply connect the device via USB.
455  - V&A VA18B/VA40B: Keep the "Hz/DUTY" key pressed while powering on the DMM.
456  - Victor 70C/86C: Press the "REL/RS232" button for roughly 1 second.
457  - Voltcraft VC-830: Press the "REL/PC" button for roughly 2 seconds.
458  - Voltcraft VC-870: Press the "REL/PC" button for roughly 1 second.
459
460
461 ASIX OMEGA in RTM CLI mode
462 --------------------------
463
464 The asix-sigma driver can detect the Omega devices' presence, but does
465 not support their protocol and emits a diagnostics message. The firmware
466 image is not available for distribution, and information on the protocol
467 is not available. That's why native support is in some distant future.
468 Yet basic operation of Omega devices is available by using the vendor's
469 command line application for real time mode (RTM CLI).
470
471 The vendor application targets Windows (on x86), but also executes on
472 Linux when 32bit libraries for FTDI communication are provided. The
473 user manual discusses the installation. The sigrok asix-omega-rtm-cli
474 driver uses the vendor provided omegartmcli.exe binary to configure the
475 device for streaming, and to acquire sample data.
476
477 Either make an "omegartmcli" executable available in PATH. This can be
478 the vendor's executable or some wrapper around it or a symlink to it.
479 Or specify the executable's location in the OMEGARTMCLI environment
480 variable. The sigrok driver accepts an optional serial number (six or
481 eight hex digits) to select one out of several connected devices.
482
483   (optional)
484   $ export "OMEGARTMCLI=$HOME/.wine/drive_c/progx86/ASIX/SIGMA/omegartmcli.exe"
485
486   (optional)
487   $ OMEGASN=":conn=sn=a6030123"
488
489   (example use)
490   $ sigrok-cli -d asix-omega-rtm-cli${OMEGASN} --show
491   $ sigrok-cli -d asix-omega-rtm-cli${OMEGASN} -o capture.sr --time 10s
492   $ sigrok-cli -d asix-omega-rtm-cli${OMEGASN} -o capture.sr --samples 100m
493   $ pulseview  -d asix-omega-rtm-cli${OMEGASN}
494
495 The RTM mode of operation samples 16 channels at a fixed rate of 200MHz.
496 Hardware triggers are not available in this mode. Glib should handle
497 platform specific details of external process execution, but the driver
498 was only tested on Linux so far. Acquisition start in sigrok applications
499 may take some time before sample data becomes available (roughly one
500 second here on a slow machine). This is an implementation detail of the
501 RTM CLI approach including execution under wine.
502
503 The reliability of that setup in the presence of fast changing input
504 signals is yet to get determined. It's assumed that slow input signals
505 are operational. It's essential that the _average_ rate of changes in
506 the input signal in combination with the hardware compression are such
507 that the FTDI FIFO can communicate all involved data via USB2.0 to the
508 application. Intermediate bursts of rapid changes shall not be an issue
509 given the Omega devices' deep memory which RTM uses for buffering.
510
511 Native support for the Asix Omega devices depends on the availability of
512 a protocol description and use of the protocol depends on the firmware's
513 availability at the user's site. Which then would allow to capture to
514 DRAM at high rates without the communication bottleneck, before the data
515 gets communicated to the PC after the acquisition has completed. Compare
516 the native sigrok support for Asix Sigma.
517
518
519 ChronoVu LA8/LA16 USB VID/PIDs
520 ------------------------------
521
522 The ChronoVu LA8/LA16 logic analyzer is available in two revisions. Previously,
523 the device shipped with a USB VID/PID of 0403:6001, which is the standard ID
524 for FTDI FT232 USB chips.
525
526 Since this made it hard to distinguish the LA8/LA16 from any other device
527 with this FTDI chip connected to the PC, the vendor later shipped the
528 device with a USB VID/PID of 0403:8867.
529
530 The 'chronovu-la' driver in libsigrok supports both VID/PID pairs and
531 automatically finds devices with either VID/PID pair.
532
533
534 OLS
535 ---
536
537 The Dangerous Prototypes Openbench Logic Sniffer (OLS) logic analyzer
538 driver in libsigrok assumes a somewhat recent firmware has been flashed onto
539 the OLS (it doesn't need a firmware upload every time it's attached via USB,
540 since the firmware is stored in the device permanently).
541
542 The most recent firmware version that is tested is 3.07.
543
544 If you use any older firmware and your OLS is not found or is not working
545 properly, please upgrade to at least this firmware version. Check the
546 Dangerous Prototypes wiki for firmware upgrade instructions:
547
548  http://dangerousprototypes.com/docs/Logic_Sniffer_upgrade_procedure
549
550 Also, you need to specify a serial port for the OLS in the frontends, e.g.
551 using the 'conn' option in sigrok-cli, and you also need to have the
552 permissions to access the serial port (see above).
553
554 Example:
555
556  $ sigrok-cli --driver ols:conn=/dev/ttyACM0 ...
557
558
559 JTAGulator
560 ----------
561
562 The Grand Idea Studio JTAGulator also implements the SUMP protocol and
563 thus is covered by the OLS driver. See the vendor's wiki on details how
564 to enable the Logic Analyzer mode of operation.
565
566   https://github.com/grandideastudio/jtagulator/wiki/Logic-Analyzer
567
568
569 Mooshimeter
570 -----------
571
572 The Mooshim Engineering Mooshimeter is controlled via Bluetooth Low Energy
573 (sometimes called Bluetooth 4.0), as such it requires a supported Bluetooth
574 interface available. The 'conn' option is required and must contain the
575 Bluetooth MAC address of the meter.
576
577 Example:
578
579   $ sigrok-cli --driver mooshimeter-dmm:conn=12-34-56-78-9A-BC ...
580
581 Since the Mooshimeter has no physical interface on the meter itself, the
582 channel configuration is set with the 'channel_config' option. The format
583 of this option is 'CH1,CH2' where each channel configuration has the form
584 'MODE:RANGE:ANALYSIS', with later parts being optional. In addition for
585 CLI compatibility, the ',' in the channels can also be a '/' and the ':' in
586 the individual configuration can be a ';'.
587
588 Available channel 1 modes:
589
590   - Current, A: Current in amps
591   - Temperature, T, K: Internal meter temperature in Kelvin
592   - Resistance, Ohm, W: Resistance in ohms
593   - Diode, D: Diode voltage
594   - Aux, LV: Auxiliary (W input) low voltage sensor (1.2V max)
595
596 Available channel 2 modes:
597
598   - Voltage, V: Voltage
599   - Temperature, T, K: Internal meter temperature in Kelvin
600   - Resistance, Ohm, W: Resistance in ohms
601   - Diode, D: Diode voltage
602   - Aux, LV: Auxiliary (W input) low voltage sensor (1.2V max)
603
604 Only one channel can use the shared inputs at a time (e.g. if CH1 is measuring
605 resistance, CH2 cannot measure low voltage). Temperature is excepted from
606 this, so the meter can measure internal temperature and low voltage at the
607 same time.
608
609 Additionally, the meter can calculate the real power of both channels. This
610 generally only makes sense when CH1 is set to current and CH2 is set to a
611 voltage and so it is disabled by default. It must be enabled by enabling the
612 'P' channel (the third channel).
613
614 The range of the channel specification sets the maximum input for that channel
615 and is rounded up to the next value the meter itself supports. For example,
616 specifying 50 for the voltage will result in the actual maximum of 60.
617 Specifying 61 would result in 600. If omitted, sigrok will perform
618 auto-ranging of the channel by selecting the next greater value than the
619 latest maximum.
620
621 The analysis option sets how the meter reports its internal sampling buffer
622 to sigrok:
623
624  - Mean, DC: The default is a simple arithmetic mean of the sample buffer
625  - RMS, AC: The root mean square of the sample buffer
626  - Buf, Buffer, Samples: Report the entire sample buffer to sigrok. This
627    results in packets that contain all the samples in the buffer instead
628    of a single output value.
629
630 The size of the sample buffer is set with the 'avg_samples' option, while
631 the sampling rate is set with the 'samplerate' option. So the update rate
632 is avg_samples/samplerate. Both are rounded up to the next supported value
633 by the meter.
634
635 Example:
636
637   $ sigrok-cli -c channel_config="Aux;0.1/T" --driver mooshimeter-dmm...
638   $ sigrok-cli -c channel_config="A;;AC/V;;AC" --driver mooshimeter-dmm...