X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=README.devices;h=3e9b631f75f9936708f5505e23499a47eeec0fe9;hp=a6ab698b2ea257b82fdbf557922dac61df1636ff;hb=e24ecabfaf11468d9ddeedd8f733c5e3a9dacaa5;hpb=02feeb30b992a5e8a1115348d3a319731954e564 diff --git a/README.devices b/README.devices index a6ab698b..3e9b631f 100644 --- a/README.devices +++ b/README.devices @@ -98,7 +98,6 @@ The following drivers/devices do not need any firmware upload: - atten-pps3xxx - baylibre-acme - beaglelogic - - brymen-dmm - cem-dt-885x - center-3xx (including all subdrivers) - chronovu-la @@ -212,6 +211,12 @@ or VXI communication parameters. See these examples: $ sigrok-cli --driver :conn=vxi/ ... $ sigrok-cli --driver :conn=usbtmc/. ... +Individual device drivers _may_ implement additional semantics for the +conn= specification, which would not apply to other drivers, yet can be +rather useful for a given type of device. + + $ sigrok-cli --driver :conn=sn= + Specifying serial port parameters --------------------------------- @@ -409,6 +414,7 @@ a short list for convenience: - GW Instek VCP: See the discussion on manual driver assignment to common USB to UART chips with non-default USB identification. - MASTECH MS6514: Press the "Setup/PC-Link" button for roughly 3 seconds. + - Meterman 38XR: Press the "RS232" button. - Metrix MX56C: Press the PRINT button to have the meter send acquisition data via IR. Hold the PRINT button to adjust the meter's transmission interval. @@ -472,6 +478,16 @@ Example: $ sigrok-cli --driver ols:conn=/dev/ttyACM0 ... +JTAGulator +---------- + +The Grand Idea Studio JTAGulator also implements the SUMP protocol and +thus is covered by the OLS driver. See the vendor's wiki on details how +to enable the Logic Analyzer mode of operation. + + https://github.com/grandideastudio/jtagulator/wiki/Logic-Analyzer + + Mooshimeter -----------