Hi there,
I'm doing a project where I have a sensor which is connected to a pic microcontroller and then to a max232 chip. I have coded the microcontroller to output the data from the sensor to the rs232. I can see the output on hyperterminal. Now I would like to put this data into mysql so that I can write a php web page for this data. What would be the easiest way to get the data into mysql? Are there any other programs I have to write?
Thanks for your help
piire!
bungee-
Joined: 27 Jun 2007 Posts: 206
Posted: Tue Feb 09, 2010 5:14 pm
You have to write a program for your PC to read from com port and feed that data into your database.
You could also feed all that data do a txt file and in later process import it to mysql with PHP ...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum