Running MBED from a Java control program

27 Nov 2009

I'm total MBED newbe but I simply had to try finding something that would allow me to interact with MBED through the USB-serial interface from my main development environment (java).

Fortunately I found:
http://rxtx.org and downloaded the binary:
http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2-bins.zip

Then I compiled the sample program TwoWaySerialComm and it worked like a charm (XP32) together with the MBED Serial sample.

I will now try it on Ubuntu!

I hope this can be of use for somebody else...