Java Communicate With Picaxe?

sub-bg

New Member
Is it possible to communicate with 28x1 via Java code?

We want to be able to send commands via java code, as well as receive information back to the java file, via serial port.
We want to control two servos and a sensor.

Many thanks.
 
Last edited:

steliosm

Senior Member
Yes, it is possible to do so. You just open a serial connection to the PicAxe and send/receive data from your Java application.
 
Top