bde 3bb6da1b8b Wait for channel commands to complete after issuing the commands.
The optimisation of only waiting before issuing new commands is
obviously invalid in general and it caused many errors in NIST-PCTS.
I think the errors were mostly for characters sent with the wrong
parity, etc., after a half complete tcsetattr().

Use microtime() instead of a magic loop count to limit the wait.
The wait is a busy-wait :-( and normally takes about 500 usec.
1998-12-19 16:28:57 +00:00
..
1998-12-10 01:52:16 +00:00
1998-11-18 08:33:58 +00:00
1998-12-10 02:31:08 +00:00
1998-12-15 07:06:51 +00:00
1998-09-14 19:56:42 +00:00