String serial communication

Reinguing

New Member
Alright, I'm just learning java for about a couple weeks now. My end goal is to have my Arduino measure some sensors and send the results to my android via USB cable. However I'm just trying to get my arduino to communicate with the Java console on my computer first, and then I figure it's pretty much copy and paste from there. I can get my arduino and Java console to communicate with each other as long as it's a simple byte. Anything passed that is giving me a result of the quadratic equation exploding.In my arduino serial Monitor I get this:Engine Temp:100Air Temp:95Engine Speed:10000 RPMWheel Speed:30 MPHand in my Java console I get this:Normal println[B@6f5f6479String
 
Back
Top