From 3933ff5cba6c241761f9d91be8348ac0b2791ab1 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Fri, 19 Jun 2015 17:44:57 +0200 Subject: [PATCH 1/3] manual: add missing quotes --- doc/manual/ndsp_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/ndsp_reference.rst b/doc/manual/ndsp_reference.rst index 829b1263d..bac983014 100644 --- a/doc/manual/ndsp_reference.rst +++ b/doc/manual/ndsp_reference.rst @@ -106,7 +106,7 @@ First, run the TDC001 controller:: For instance, if you want to specify the Vendor/Product ID and the USB Serial Number, you can do: - ``-d hwgrep://: SNR=``. + ``-d "hwgrep://: SNR="``. The hwgrep URL works on both Linux and Windows. Then, send commands to it via the ``artiq_rpctool`` utility:: From 188a9fb313f3155c1a92c0073c5f5501de765e69 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Fri, 19 Jun 2015 23:03:47 +0200 Subject: [PATCH 2/3] manual: add hwgrep example for TDC --- doc/manual/ndsp_reference.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/manual/ndsp_reference.rst b/doc/manual/ndsp_reference.rst index bac983014..fd66639b1 100644 --- a/doc/manual/ndsp_reference.rst +++ b/doc/manual/ndsp_reference.rst @@ -107,6 +107,10 @@ First, run the TDC001 controller:: For instance, if you want to specify the Vendor/Product ID and the USB Serial Number, you can do: ``-d "hwgrep://: SNR="``. + for instance: + + ``-d "hwgrep://0403:faf0 SNR=83852734"`` + The hwgrep URL works on both Linux and Windows. Then, send commands to it via the ``artiq_rpctool`` utility:: From d646984471e239f6326a90628b504cfe36623420 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Fri, 19 Jun 2015 23:09:19 +0200 Subject: [PATCH 3/3] manual: link cleanup --- doc/manual/ndsp_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/ndsp_reference.rst b/doc/manual/ndsp_reference.rst index fd66639b1..4871b3cad 100644 --- a/doc/manual/ndsp_reference.rst +++ b/doc/manual/ndsp_reference.rst @@ -101,7 +101,7 @@ First, run the TDC001 controller:: On Windows the serial port (the ``-d`` argument) will be of the form ``COMx``. .. note:: - Anything compatible `with serial_for_url `_ + Anything compatible with `serial_for_url `_ can be given as a device in ``-d`` argument. For instance, if you want to specify the Vendor/Product ID and the USB Serial Number, you can do: