Well guys, I'm Back!

But this time to let ya know what I will try to do as far as programming..

Prob. Read voltages off of 9 batteries and save value to file. Do this every 30 mins or so until last battery becomes 6 volts or less. (starts 8.4 or more.)

I will be using an Arduino board to select and read the batteries since it has plenty of digital out to drive relays and analog inputs for reading value of selected battery. Will run its own program naturally!
I will use ThinBasic via serial to read the values save as int on the arduino board and write it to a file. File header will be timestamp. Data will be as B1=xxx V, B2=xxx...etc.

Arduino communicates via the comport (mine is usb as comm4) and I think I can use the time on the computer instead of using a time RTC library in the arduino for time.

So it will begin.. No to write it..

ThinBasic here I come..

Old