Closed GoogleCodeExporter closed 9 years ago
sendAsynchronous simply writes the packet to the output stream. If there is
some blocking going on it has to do with RXTX and not something I can affect. I
recommend you collect the response before sending another command to the radio,
something like
sendAsync Radio1
sendAsync Radio2
wait for responses
if Radio 1, sendAsync Radio1
if Radio 2, sendAsync Radio2
etc
Original comment by andrew.rapp@gmail.com
on 2 Feb 2014 at 4:19
Original issue reported on code.google.com by
rhesch...@gmail.com
on 22 Aug 2011 at 8:46