comport/comport
Hans-Christoph Steiner 87b596349f switched %f to %g in warning/error messages so that trailing 0s don't get printed
svn path=/trunk/externals/iem/comport/; revision=13227
2010-03-18 03:03:30 +00:00
..
CHANGES.txt Text changes release 1.0 2006-01-27 09:34:51 +00:00
comport-help.pd Attempt to make reception more efficient in linux by reading the number of bytes actually available instead of one at a time. Added an rxerrors output for the info message. First 10 rxerrors print to console with errno/LastError. 2010-01-29 03:56:46 +00:00
comport-stress-test.pd created stress test to look for bugs 2006-05-22 18:14:38 +00:00
comport.c switched %f to %g in warning/error messages so that trailing 0s don't get printed 2010-03-18 03:03:30 +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