summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-01-14 21:55:38 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-01-14 21:55:38 +0000
commit1b10b9c4e70aeeb617e4e7cf0f8f6c1b7cbfaf1b (patch)
tree37612c200f138d29ef0c1e9fa23cb0b3161a9ee0
parenta5c942789af1c40000a98af9e3fa06849208cb89 (diff)
downloadpyserial-git-1b10b9c4e70aeeb617e4e7cf0f8f6c1b7cbfaf1b.tar.gz
usb comment update, tnanks to Pascal Oberndoerfer
-rw-r--r--pyserial/README.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/pyserial/README.txt b/pyserial/README.txt
index fa30601..b326589 100644
--- a/pyserial/README.txt
+++ b/pyserial/README.txt
@@ -41,7 +41,7 @@ Requirements
Installation
------------
Extract files from the archive, open a shell/console in that directory and
-let Disutils do the rest: "python setup.py install"
+let Distutils do the rest: "python setup.py install"
The files get installed in the "Lib/site-packages" directory in newer
Python versions.
@@ -49,9 +49,14 @@ Python versions.
Serial to USB adapters
Such adapters are reported to work under Mac OSX and Windows. They are
mapped to a normal COM port under Windows, but on Mac OSX they have
-special device names like "/dev/cu.USA19QW11P1.1" either use these
+special device names like "/dev/cu.USA19QW11P1.1" (built after this scheme:
+/dev/[cu|tty].USA<adaptername><USB-part>P<serial-port>.1) either use these
names for the serial ports or create a link to the common device names
-like "ln -s /dev/cu.USA19QW11P1.1 /dev/cuaa0"
+like "ln -s /dev/cu.USA19QW11P1.1 /dev/cuaa0" "ln -s /dev/cu.USA19QW21P1.1
+/dev/cuaa1" etc.
+But be aware that the device file disappears as soon as you unplug the USB
+adapter.
+
Short introduction