USBtinLib icon indicating copy to clipboard operation
USBtinLib copied to clipboard

Java library for accessing USBtin (USB to CAN interface)

Results 4 USBtinLib issues
Sort by recently updated
recently updated
newest added

Right now it is tight to jssc, so make it independent so that any other java serial comm library can be used instead.

Replace System.out and System.err with slf4j; used version 1.7.2 due to compatibility to openHAB 2.1.0 Maybe that is helpful :-)

Fixing EmbedME/USBtinLib#1 EmbedME/USBtinLib#1 - created pom.xml for new module - setup maven dependency to jssc and dropping the library from here - updated README with latest howto build it -...