No description
Find a file
2019-11-12 16:37:22 +01:00
bird replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where 2009-06-09 17:34:48 +00:00
pd-lib-builder Add 'pd-lib-builder/' from commit '54d5c99c63612e5d740a00b716db482c4a60b08c' 2019-11-12 16:32:58 +01:00
.gitattributes exclude some files from the generated tarballs 2019-11-12 16:37:22 +01:00
CHANGES.txt bump version to 1.1.1 2017-03-08 09:47:38 +01:00
comport-help.pd moved comprt-code to toplevel directory 2017-02-27 11:14:59 +01:00
comport-meta.pd bump version to 1.1.1 2017-03-08 09:47:38 +01:00
comport-stress-test.pd moved comprt-code to toplevel directory 2017-02-27 11:14:59 +01:00
comport.c make fixes by mrpeach work also when compiling with mingw 2017-03-08 09:47:22 +01:00
comport.dsp moved comprt-code to toplevel directory 2017-02-27 11:14:59 +01:00
comport.dsw moved comprt-code to toplevel directory 2017-02-27 11:14:59 +01:00
LICENSE.txt moved comprt-code to toplevel directory 2017-02-27 11:14:59 +01:00
Makefile make path to pd-lib-builder Makefile settable 2017-02-27 23:02:48 +01:00
makefile_win moved comprt-code to toplevel directory 2017-02-27 11:14:59 +01:00
README.txt moved comprt-code to toplevel directory 2017-02-27 11:14:59 +01: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