From f0dddd9f391d1da7b660e85f3ff92d353f532508 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Tue, 23 Jun 2015 18:14:25 +0200 Subject: [PATCH] manual: hwgrep is the preferred way of specifying a serial device --- doc/manual/faq.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/manual/faq.rst b/doc/manual/faq.rst index b98c3f2c1..a53b69689 100644 --- a/doc/manual/faq.rst +++ b/doc/manual/faq.rst @@ -89,4 +89,8 @@ feature of pyserial `serial_for_url() `_ in order to open a serial device. +The preferred way to specify a serial device is to make use of the ``hwgrep://`` +URL: it allows to select the serial device by its USB vendor ID, product +ID and/or serial number. Those never change, unlike the device file name. + See the :ref:`TDC001 documentation ` for an example of ``hwgrep://`` usage. \ No newline at end of file