comport/comport
Hans-Christoph Steiner ebc39b9349 replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where
appropriate.  It seems that once upon a time -export_dynamic was a real flag.
Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic,
giving this error message:

/usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60

svn path=/trunk/externals/iem/comport/; revision=11724
2009-06-09 17:34:48 +00:00
..
CHANGES.txt Text changes release 1.0 2006-01-27 09:34:51 +00:00
comport-help.pd cleaned up the help patch some more... 2008-09-16 20:20:33 +00:00
comport-stress-test.pd created stress test to look for bugs 2006-05-22 18:14:38 +00:00
comport.c removed extraneous test 2009-05-14 20:19:39 +00:00
comport.dsp win return 2009-05-16 02:09:13 +00:00
comport.dsw win return 2009-05-16 02:09:13 +00:00
LICENCE.txt cleaned up some extra spaces, and changed LICENSE from GPL to LGPL because requested recently. 2005-11-21 12:49:30 +00:00
makefile replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where 2009-06-09 17:34:48 +00:00
makefile_win win return 2009-05-16 02:09:13 +00:00
README.txt Text changes release 1.0 2006-01-27 09:34:51 +00:00

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, make pd_darwin
  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