adammenges
adammenges

Reputation: 8858

Understanding Arduino - Reading in from the serial port in Java

I'm trying to get the Arduino to communicate with my computer using a simple Java program. Say if a button is pushed on the Arduino then it'll send a message to my Java program then it'll preform some task based on that. What I'm having issues with is reading the serial input from the Arduino. What is this process or where to get more information?

Upvotes: 2

Views: 10048

Answers (1)

NPE
NPE

Reputation: 500883

Take a look at this tutorial and this tutorial.

Upvotes: 5

Related Questions