How do I talk to an Arduino using Java?
I need it for my CNC project. It seems this chunk of code works, but I don't know how to use it. See Stack Overflow question Control an Arduino with Java.
How do I talk to an Arduino using Java?
I need it for my CNC project. It seems this chunk of code works, but I don't know how to use it. See Stack Overflow question Control an Arduino with Java.
Take a look at page Arduino and Java. It talks about Java/Arduino serial communication.
However, to control an Arduino with Java, you have to program it to accept commands and send commands to it with Java. You can't directly control it with Java, because Arduino uses Processing, that is a C-like language.
Questions that are not a good fit for this site may be voted closed by experienced community members. Closed questions cannot be answered, but are eligible for improvement (and eventual re-opening) through editing, voting, and commenting. See How to Ask for guidance on editing your question to improve it. You should read them before posting :)