From: Caleb Tennis Date: 2005-02-09T02:00:06+09:00 Subject: Re: Serialport problems in multi-threaded application > It seems that write buffer should be flushed before select for reading. I tried flushing with File.flush, but it didn't help. Or should I be using File.fsync ? Caleb