commons-java
commons-java copied to clipboard
Handy, general purpose Java classes.
``` can you please convert rxtx to osgi bundle https://github.com/netty/netty/issues/870#issuecomment-12991313 ``` Original issue reported on code.google.com by `Andrei.Pozolotin` on 1 Feb 2013 at 6:12
``` can you please embed native libraries with loader in maven central artifact http://search.maven.org/#artifactdetails%7Corg.bidib.jbidib.org.qbang.rxtx%7Crxt xcomm%7C2.2%7Cjar similar to how it is done here https://github.com/barchart/barchart-udt/tree/master/barchart-udt-core/src/main/ java/com/barchart/udt/lib ``` Original issue reported on code.google.com...
``` Improve edu.cmu.ri.createlab.serial.CreateLabSerialDeviceCommandStrategy#writeCommand so that it has an optional wait before slurping (maybe do a isDataAvailable() check before the wait so, if true, we don't wait needlessly?) ``` Original issue...
``` Although we current retry writes, we don't retry if the read fails. Change things so that a failed read (optionally?) causes a retry of the whole command. ``` Original...