|
|
comport 0.2
Up to Product page
fix issue where unplugging open serial port crashed pd and pegged the CPU
For additional information about this project, please visit the
project page.
Available downloads
Change log
- 2012-03-09 05:20 eighthave
- [r16059] comport-help.pd, comport.c instead of just closing a lost connection, retry for a settable number of tries
- 2012-03-07 18:07 eighthave
- [r16053] comport.c set default poll time to 10ms since for most uses of serial at 115200 baud or less, the data doesn't come any faster than every 10ms
- 2012-03-07 18:04 eighthave
- [r16052] comport.c cleaned up a couple error messages
- 2012-03-07 04:59 eighthave
- [r16051] comport.c after select(), if both ioctl() and read() return a 0 count, assume that we lost the connection and close the serial port
- 2012-03-07 04:54 eighthave
- [r16050] comport.c added comport# to close log message and used pd_error() to report all errors so they are trackable
- 2011-09-28 17:12 eighthave
- [r15378] comport.c post version message with verbose(-1, ) so it shows up at log level 3
- 2011-04-13 17:24 mrpeach
- [r15071] comport.c In non MSW version, don't post messages about baud rate unless verbose is set.
- 2010-12-21 02:16 eighthave
- [r14669] Makefile updated Makefile to latest version
- 2010-09-22 05:34 eighthave
- [r14178] Makefile fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable thatstopped the help patches for abstractions from being installed
- 2010-09-15 12:37 mescalinum
- [r14145] Makefile remove -mcpu/-mtune flags as it breaks x64 build. we should eventually figure a way of determining automatically the CPU, but 'uname -m' doesn't tell the truth
- 2010-09-11 21:02 eighthave
- [r14069] debian uploaded package to http://git.debian.org/?p=pkg-multimedia/pd-comport.git;a=summary
|