Re: Rxtx Serial Dependency issues with ARM processor

2014-07-18 Thread Jozef Wagner
Hi, AFAIK RXTX is obsolete, you may have more luck with JSSC [1]. Including it in your Clojure project is easy, just add [org.scream3r/jssc "2.8.0"] While it's not perfect, its pretty solid from my experience. There is a support for ARM, but I've been using it only in x86-64 Linux. [1] https://g

Rxtx Serial Dependency issues with ARM processor

2014-07-18 Thread Samuel Nelson
We are trying to include a serial port handler package in our project. We tried to use the rxtx22 1.0.6 clojar... this works on laptops but not on the smaller computer with an ARM processor. we tried following the instructions here: (except we are using the localrepo plugin for lein to manage