X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=README.devices;h=795ebc135eea3b634bb31b7f57c30a88f7438360;hb=7a396ff5c5882fb9236c2d36ae9cacef8161f616;hp=2e2f87aa04a35c11cfa04945a2935f809e050ae6;hpb=309bb27ee4f73e311ef7ef71c343ea888157239e;p=libsigrok.git diff --git a/README.devices b/README.devices index 2e2f87aa..795ebc13 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,22 @@ 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/ ... + $ sigrok-cli --driver :conn=usbtmc/. ... + +The following drivers/devices accept network communication parameters: + + - hameg-hmo + - rigol-ds + - siglent-sds + - yokogawa-dlm + Specifying serial port parameters ---------------------------------