altosui: Simple timeouts don't work with query data
authorKeith Packard <keithp@keithp.com>
Wed, 3 Aug 2011 01:01:52 +0000 (18:01 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 3 Aug 2011 01:03:37 +0000 (18:03 -0700)
commit3cc2eed6cdafe788a8617ab45c6664077e76411e
treeb30bcf2aee916c26c55e76d6a3bc3902c893fcb5
parent37c41c962ea4631e62307a57d2ce6572b87fd743
altosui: Simple timeouts don't work with query data

To get the query to come back, it's best to abort and retry the
command, other wise the command may have been lost to the previous
connection.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosConfigData.java
altosui/AltosSerial.java