--- CommPortIdentifier.java 2004-10-12 04:59:27.000000000 -0400 +++ CommPortIdentifier.java.new 2006-05-17 12:05:10.315128000 -0400 @@ -331,7 +331,10 @@ { wait(i); } - catch ( InterruptedException e ) { } + catch ( InterruptedException e ) + { + Thread.currentThread().interrupt(); + } } } if (Available == false)