Update of /cvsroot/pure-data/externals/iem/comport/bird In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17716
Modified Files: CHANGES.txt LICENCE.txt README.txt Log Message: text changes
Index: LICENCE.txt =================================================================== RCS file: /cvsroot/pure-data/externals/iem/comport/bird/LICENCE.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LICENCE.txt 12 Apr 2005 09:37:16 -0000 1.1 --- LICENCE.txt 12 Apr 2005 11:16:02 -0000 1.2 *************** *** 1,3 **** ! comport - PD External for the serial Ports
Institute for Electronic Music and Acoustics --- 1,3 ---- ! bird - PD External for interfacing the flock of birds tracker.
Institute for Electronic Music and Acoustics
Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pure-data/externals/iem/comport/bird/CHANGES.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CHANGES.txt 12 Apr 2005 09:37:16 -0000 1.1 --- CHANGES.txt 12 Apr 2005 11:16:02 -0000 1.2 *************** *** 2,6 ****
first check in pure-data.sourceforge.net - added print feature and USB devices from posted by Marc Boon
0.9beta2 (somedate before 2004) --- 2,5 ----
Index: README.txt =================================================================== RCS file: /cvsroot/pure-data/externals/iem/comport/bird/README.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README.txt 12 Apr 2005 09:37:16 -0000 1.1 --- README.txt 12 Apr 2005 11:16:02 -0000 1.2 *************** *** 1,17 **** ! 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: --- 1,15 ---- ! bird - PD external for unix/windows to use the flock of birds
(c) 1998-2005 Winfried Ritsch (see LICENCE.txt) Institute for Electronic Music - Graz
! the external comport is also needed for interfacing.
! Please see testbird.pd for more help. ! ! USE: There should be a external bird.dll for windows, bird.pd_linux for linux and so on.
just copy it to the extra folder of your pd Installation or working directory.
compile: *************** *** 19,23 **** Unix (Linux): make pd_linux, make pd_irix5, make pd_irix6 ! should produce a comport.pd_linux, ....
--- 17,21 ---- Unix (Linux): make pd_linux, make pd_irix5, make pd_irix6 ! should produce a bird.pd_linux, ....