README-comport.txt 870 B

12345678910111213141516171819202122232425262728293031
  1. comport - PD external for unix/windows to use the serial ports
  2. (c) 1998-2005 Winfried Ritsch (see LICENCE.txt)
  3. Institute for Electronic Music - Graz
  4. on Windows the COM0, COM1, ... are used and
  5. under Unix devices /dev/ttyS0, /dev/ttyS1, ...
  6. and new on unix /dev/USB0, ... and can be accessed via a Index.
  7. Please see testcomport.pd for more help.
  8. USE: There should be a external comport.dll for windows, comport.pd_linux for linux and so on.
  9. just copy it to the extra folder of your pd Installation or working directory.
  10. Please see testcomport.pd for more help.
  11. compile:
  12. Unix (Linux):
  13. make pd_linux, make pd_irix5, make pd_irix6, make pd_darwin
  14. should produce a comport.pd_linux, ....
  15. Windows: use nmake or just use Fast Build under MSVC++
  16. nmake pd_nt
  17. If you have improvements or questions feel free to contact me under
  18. ritsch _at_ iem.at