I am trying to write some java software that uses the serial port, and
the problem I am hitting is that the flush() call on an outputstream
created from a serial port does apparently not work. i.e I lose data
that is not flushed...
Anybody saw the same problem ?
I tried cutting the data sent to the serial port in smaller pieces,
pausing, flushing often, nothing goes
Any idea why ?
bruno