COllecting Data for SQL Database
Branmuffin Industries
Posts: 35
I have built a propeller board with some Analog to Digital converters and would like to get the data off the propeller into an SQL database. I know I can talk serial to the propeller, and I'll probably have to write some code in C++ or Java that can listen to a Serial or USB port on the PC and pull data from the propeller and drop it into SQL with queries.
Unfortunately, I'm not sure how to get started. Does anyone have any adivce? Thanks
-Ryan Brandys
Unfortunately, I'm not sure how to get started. Does anyone have any adivce? Thanks
-Ryan Brandys
Comments
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
But the application I'm going for will update the SQL in real-time. Essentially, I find the graphics object, TV object, and VGA objects to be too limiting in terms of graphic complexity, and they don't work well for me. I figure if I can get the data into SQL, I can build a flash or java frontend to draw in real-time the data collected by the ADC0834's.
Is there any other easier way to get data from multiple ADC0834's into SQL?
-Ryan
http://obex.parallax.com/objects/148/
I modified it to work with an ADC 0834. However, it will not transmit. Is the transmit automatic, or will it wait for some kind of request bit from the host computer. How do I get the host computer (XP) to request the data? The guy who wrote this object didn't say what program he used as the debug viewer...
http://forums.parallax.com/showthread.php?p=681159
Perry
As already mentioned - how much data, what type of data, how fast does it arrive, how long does it need to be kept for, and how is the data being used ?