Skip to content

Commit

Permalink
doc: update README.devices for conn=sn=<serno> (driver specific)
Browse files Browse the repository at this point in the history
Mention the optional availability of the conn=sn=<serno> format to
select one of several connected devices.
  • Loading branch information
gsigh committed Aug 4, 2021
1 parent 60a5bd4 commit e24ecab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.devices
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ or VXI communication parameters. See these examples:
$ sigrok-cli --driver <somedriver>:conn=vxi/<ipaddr> ...
$ sigrok-cli --driver <somedriver>:conn=usbtmc/<bus>.<addr> ...

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 <somedriver>:conn=sn=<serno>


Specifying serial port parameters
---------------------------------
Expand Down

0 comments on commit e24ecab

Please sign in to comment.