aboutsummaryrefslogtreecommitdiff
path: root/comport/README.txt
diff options
context:
space:
mode:
authorWinfried Ritsch <ritsch@users.sourceforge.net>2005-04-12 09:14:51 +0000
committerWinfried Ritsch <ritsch@users.sourceforge.net>2005-04-12 09:14:51 +0000
commitc4a712f3106d076f09ccb6783501d97e1f8490f8 (patch)
treef0fdf71af37e7554059202577edd1f91014a78f9 /comport/README.txt
This commit was generated by cvs2svn to compensate for changes in r2726,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/iem/comport/; revision=2727
Diffstat (limited to 'comport/README.txt')
-rw-r--r--comport/README.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/comport/README.txt b/comport/README.txt
new file mode 100644
index 0000000..aff44fa
--- /dev/null
+++ b/comport/README.txt
@@ -0,0 +1,29 @@
+comport - PD external for unix/windows to use the serial ports
+
+ (c) 1998-2005 Winfried Ritsch (see LICENCE.txt)
+ Institute for Electronic Music - Graz
+
+on Windows the COM0, COM1, ... are used and
+under Unix devices /dev/ttyS0, /dev/ttyS1, ...
+and new on unix /dev/USB0, ... and can be accessed via a Index.
+
+Please see testcomport.pd for more help.
+
+USE: There should be a external comport.dll for windows, comport.pd_linux for linux and so on.
+
+just copy it to the extra folder of your pd Installation or working directory.
+Please see testcomport.pd for more help.
+
+compile:
+
+ Unix (Linux):
+ make pd_linux, make pd_irix5, make pd_irix6
+ should produce a comport.pd_linux, ....
+
+
+ Windows: use nmake or just use Fast Build under MSVC++
+ nmake pd_nt
+
+
+If you have improvements or questions feel free to contact me under
+ritsch _at_ iem.at