Hacking the Roomba Part 3, Java Interop
In my last post, I affirmed that I could talk to my rootooth directly through the serial device. The next step in getting things up and running with clojure is a java shim. There’s a great library out there called roombacomm, but it uses rxtx for serial communication which proved problematic for me. This post will talk about getting our basic beep program working in Java.