jslider hammers my serial port
I'm trying to use a slider to send bytes over a serial port.
It sends data too fast. I use wait(n) to block an xmit method called by the slider event handler, and notifyAll() to re-enable transmission alright, but the nasty slider seems to cache some data before the method blocks, then continue to transmit.
How do I slow its firing?
Thanks!

