Skip to content

Commit

Permalink
manual: fix faq item title about determining pyserial URL by serial n…
Browse files Browse the repository at this point in the history
…umber
fallen committed Jun 26, 2015
1 parent dd2c1d1 commit c381102
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/manual/faq.rst
Original file line number Diff line number Diff line change
@@ -75,10 +75,11 @@ scheduler API to achieve the same (``scheduler.yield(duration=0)``)
or wrap your own generators/coroutines/tasks in regular functions that
you then expose as part of the API.

list the serial devices attached to my Linux/Windows system?
------------------------------------------------------------
determine the pyserial URL to attach to a device by its serial number?
----------------------------------------------------------------------

You can do it by running::
You can list your system's serial devices and print their vendor/product
id and serial number by running::

$ python3 -m serial.tools.list_ports -v

0 comments on commit c381102

Please sign in to comment.