Re: [PD] call for [comport] testing!

2012-03-12 Thread Mathieu Bouchard
Le 2012-03-11 à 15:35:00, Hans-Christoph Steiner a écrit : There is already buffering happening, But there wasn't enough of it, obviously, because I modified an existing external that I'm not maintainer for, just to have a large enough buffer. I don't remember what was the original size,

Re: [PD] call for [comport] testing!

2012-03-11 Thread Hans-Christoph Steiner
On Sat, Mar 10, 2012, at 15:43, Mathieu Bouchard wrote: Le 2012-03-07 à 00:03:00, Hans-Christoph Steiner a écrit : I just committed a fix for the race condition that happens when a serial port gets disconnected on GNU/Linux and Mac OS X. Please test heavily on those platforms,

Re: [PD] call for [comport] testing!

2012-03-11 Thread Mathieu Bouchard
Le 2012-03-11 à 10:10:00, Hans-Christoph Steiner a écrit : Sounds interesting, how would that affect latency? Most people use comport for getting data from sensors, so that's important. The fifo is an option. If you don't use it, then there's hardly any difference. If you use it, then I

Re: [PD] call for [comport] testing!

2012-03-11 Thread Hans-Christoph Steiner
On Mar 11, 2012, at 1:07 PM, Mathieu Bouchard wrote: Le 2012-03-11 à 10:10:00, Hans-Christoph Steiner a écrit : Sounds interesting, how would that affect latency? Most people use comport for getting data from sensors, so that's important. The fifo is an option. If you don't use it,

Re: [PD] call for [comport] testing!

2012-03-10 Thread Mathieu Bouchard
Le 2012-03-07 à 00:03:00, Hans-Christoph Steiner a écrit : I just committed a fix for the race condition that happens when a serial port gets disconnected on GNU/Linux and Mac OS X. Please test heavily on those platforms, including yanking out the USB plug and going out of range with a

Re: [PD] call for [comport] testing!

2012-03-08 Thread Charles Goyard
Hi, thanks for that great feature Hans ! Hans-Christoph Steiner wrote: You can still set a 1ms poll time with the [pollinterval 1( message. That's great, because it depends on the serial hardware, which are mostly usb-serial converters these days.

Re: [PD] call for [comport] testing!

2012-03-07 Thread Roman Haefeli
Hey Hans On Wed, 2012-03-07 at 00:03 -0500, Hans-Christoph Steiner wrote: I just committed a fix for the race condition that happens when a serial port gets disconnected on GNU/Linux and Mac OS X. Please test heavily on those platforms, including yanking out the USB plug and going out of

Re: [PD] call for [comport] testing!

2012-03-07 Thread Hans-Christoph Steiner
On Mar 7, 2012, at 5:48 PM, Roman Haefeli wrote: Hey Hans On Wed, 2012-03-07 at 00:03 -0500, Hans-Christoph Steiner wrote: I just committed a fix for the race condition that happens when a serial port gets disconnected on GNU/Linux and Mac OS X. Please test heavily on those platforms,

[PD] call for [comport] testing!

2012-03-06 Thread Hans-Christoph Steiner
I just committed a fix for the race condition that happens when a serial port gets disconnected on GNU/Linux and Mac OS X. Please test heavily on those platforms, including yanking out the USB plug and going out of range with a bluetooth. It should just cleanly close the serial port now.