Skip to content

Commit f0dddd9

Browse files
committedJun 23, 2015
manual: hwgrep is the preferred way of specifying a serial device
1 parent 7821d0f commit f0dddd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎doc/manual/faq.rst

+4
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,8 @@ feature of pyserial
8989
`serial_for_url() <http://pyserial.sourceforge.net/pyserial_api.html#serial.serial_for_url>`_
9090
in order to open a serial device.
9191

92+
The preferred way to specify a serial device is to make use of the ``hwgrep://``
93+
URL: it allows to select the serial device by its USB vendor ID, product
94+
ID and/or serial number. Those never change, unlike the device file name.
95+
9296
See the :ref:`TDC001 documentation <tdc001-controller-usage-example>` for an example of ``hwgrep://`` usage.

0 commit comments

Comments
 (0)
Please sign in to comment.