333334335336337338339
Thread.sleep(10); numAvail = getRxAvail(); } if(numAvail < numChar) throw new WaitCharException("WaitRxCount(" + numChar + "): timeout attesa risposta."); }