Page 1 of 1

Send integer from Java Netbeans to Arduino

PostPosted: Sat Mar 10, 2012 3:51 pm
by philli3
Hi all,

I'm facing problem from sending integer from Java NetBeans to Arduino Uno Board

Details:
I have created 4 counters at the Java End to calculated the distance moved by RC Car (4 directions)
Let's assume the declared counters are ""Up, Down, Left, Right"

However, when i send the value to arduino board, which is using the serial.read() function, i cannot get the exact outcome (LED Blink) i want.

Any advice or suggestion or tutorials that i can refer to ?

Re: Send integer from Java Netbeans to Arduino

PostPosted: Sun Mar 11, 2012 6:05 pm
by sich
What's your hardware connection?