From: Gerhard Sittig Date: Wed, 4 Aug 2021 19:06:30 +0000 (+0200) Subject: doc: update README.devices for conn=sn= (driver specific) X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=e24ecabfaf11468d9ddeedd8f733c5e3a9dacaa5;ds=sidebyside doc: update README.devices for conn=sn= (driver specific) Mention the optional availability of the conn=sn= format to select one of several connected devices. --- diff --git a/README.devices b/README.devices index f72b29e7..3e9b631f 100644 --- a/README.devices +++ b/README.devices @@ -211,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 ---------------------------------