X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=README.devices;h=a64c587f941cbc12e6b00d21cc0355c33f2beea5;hb=dea7f6342acd9f26f30c85115e28a125f27c0c7d;hp=2e2f87aa04a35c11cfa04945a2935f809e050ae6;hpb=309bb27ee4f73e311ef7ef71c343ea888157239e;p=libsigrok.git diff --git a/README.devices b/README.devices index 2e2f87aa..a64c587f 100644 --- a/README.devices +++ b/README.devices @@ -115,6 +115,7 @@ The following drivers/devices do not need any firmware upload: - scpi-pps - serial-dmm (including all subdrivers) - serial-lcr (including all subdrivers) + - siglent-sds - teleinfo - testo - tondaj-sl-814 @@ -139,7 +140,8 @@ Example: $ sigrok-cli --driver :conn=/dev/ttyUSB0 ... -The following drivers/devices require a serial port specification: +The following drivers/devices require a serial port specification. Some of +the drivers implement a default for the connection. - agilent-dmm - appa-55ii @@ -184,6 +186,21 @@ The following drivers/devices do not require a serial port specification: - yokogawa-dlm (USBTMC or TCP) - zeroplus-logic-cube +Beyond strict serial communication over COM ports (e.g. /dev/ttyUSB0), the +conn= property can also address specific USB devices, as well as specify TCP +or VXI communication parameters. See these examples: + + $ sigrok-cli --driver :conn=. ... + $ sigrok-cli --driver :conn=tcp-raw// ... + $ sigrok-cli --driver :conn=vxi/ ... + +The following drivers/devices accept network communication parameters: + + - hameg-hmo + - rigol-ds + - siglent-sds + - yokogawa-dlm + Specifying serial port parameters ---------------------------------