c# - Java send messages over comm/serial port -
is there way send , receive messages on comm ports on computer using java? have arduino listening on usb port messages. talk via java gui instead of arduino processing gui. ways can achieve this? c# works too!
i wrote app arduino in java using rxtx lib. can read many tutorial both on rxtx home site , other. example: http://arduino.cc/playground/interfacing/java http://rxtx.qbang.org/wiki/index.php/examples
Comments
Post a Comment