Arduino UNO pool control code problem

Thread Starter

aouate3

Joined Apr 17, 2011
91
installing java development kit, its required by processing, when it finishes installing i will run processing and load the code
 

Thread Starter

aouate3

Joined Apr 17, 2011
91
i have dealt with java quite a bit, but what i would like to do, is to test this code, if only i knew of a way to emulate a serial data source so i could get this code to display something... any ideas?


i am DEFINITELY a hardware guy, i can get the circuits built, diagnose circuitry problems, solder, and a ton of other stuff, but when it comes to the software that runs the circuitry, its challenging for me, Well, then again... i am only 16 years old, So i guess im better then most people at my age
 

Thread Starter

aouate3

Joined Apr 17, 2011
91
Ok, i have tested the code sucessfully using 2 pieces of software Com0Com, and Com port data emulator, and sending com10 the following code

float 234

234 = commPort.read();


which gave me a temperature reading of 10 degrees C 50 degrees F

So now i know how to test the code and now i can try and figure out how to combine 2 temperature readouts in one program
 
Top