serial-port
serial-port copied to clipboard
Serial port comms for Clojure
Results
2
serial-port issues
Sort by
recently updated
recently updated
newest added
I think something about rxtx dependency doesn't get along with leiningen. Here's how I produce the error: ``` ➜ ~ lein new serial-port-test Created new project in: /home/sinan/serial-port-test Look over...
It looks like there are some significant latency issues in the RXTX library, this thread has some information and links about that: https://groups.google.com/forum/#!topic/replicatorg-dev/YhNrFRnDWqc I've run into this issue myself, trying...