summaryrefslogtreecommitdiff
path: root/README.txt
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
commit4698b93cb9dc391bb8d06c6e5db5bb8c181c8a69 (patch)
treecad1e84eaed1a31d62d05a31f20ed17b712b1bbe /README.txt
parent871ec78048bb542748c9c1250b52c77672efba7e (diff)
downloadpyserial-4698b93cb9dc391bb8d06c6e5db5bb8c181c8a69.tar.gz
usb comment update, tnanks to Pascal Oberndoerfer
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@70 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index fa30601..b326589 100644
--- a/README.txt
+++ b/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