[PD-cvs] SF.net SVN: pure-data:[13128] trunk/externals/iem/comport/comport/comport.c

mrpeach at users.sourceforge.net mrpeach at users.sourceforge.net
Mon Feb 1 22:13:59 CET 2010


Revision: 13128
          http://pure-data.svn.sourceforge.net/pure-data/?rev=13128&view=rev
Author:   mrpeach
Date:     2010-02-01 21:13:58 +0000 (Mon, 01 Feb 2010)

Log Message:
-----------
Use a 16384-byte buffer for send and another for receive. Read and write occur during comport_tick(), the clock callback, so any data written since the previous tick will be sent in a single write. Callback rate is now adjustable via the [pollintervall( message which defaults to 1ms (usually that's faster than the dsp block rate so the dsp rate takes precedence.)

Modified Paths:
--------------
    trunk/externals/iem/comport/comport/comport.c


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list