I'm looking for a solution to connect to my PIC board by using a socket conenction.
I'm using the: Embedded Internet Development Kit
What I'd like to do is set up a socket connection by using a perl script and put received data in a database.
Are there other programmers who already do something like this?
And can you give me some hints in the right direction?
jgschmidt
Joined: 03 Dec 2008 Posts: 184 Location: Gresham, OR USA
TCP/IP Sockets
Posted: Fri Dec 26, 2008 12:54 pm
Look at exercise ex13.c that comes with the TCP/IP examples. I have used this, with minor modifications, to communicate with a web server that runs a PHP script and stores data into MySQL.
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