| Author |
Message |
jaime
Joined: 15 Jul 2005 Posts: 39 Helped: 2 Location: Porto-Portugal
|
03 Jan 2006 18:21 PIC over the Internet |
|
|
|
|
Hello
His there anyone who can do this or have some ideias?
How to control a pic (read inputs; control output) in a pic over the internet. The board with the pic can be connected in another pc or stand alone. any ideas?
Is there anyone how want to do something like this?
Jaime
|
|
| Back to top |
|
 |
throwaway18
Joined: 09 Jun 2005 Posts: 563 Helped: 75 Location: Kent, UK
|
03 Jan 2006 18:53 PIC over the Internet |
|
|
|
|
| If you can use a PC then it's easy. Have software on the PC that receives commands over the internet and talks to the PIC over a serial port.
|
|
| Back to top |
|
 |
Google AdSense

|
03 Jan 2006 18:53 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
vvvvv
Joined: 18 May 2004 Posts: 44 Helped: 10
|
03 Jan 2006 19:57 Re: PIC over the Internet |
|
|
|
|
Main idea is what :
you must create mini web server on your pic controller memory with TCP IP stack.
In this case your pic will have Internet address and you can browse on web site
into your pic. Next you create simple html page in your pic web address with name
index.html . That's all. Input and output info from this page the same as
in Internet Explorer.
Most difficult part of this = programming TCP IP Stack.
It's can work through RS232, Ethernet .
This is complete solution of your problem :
http://www.kyllikki.org/hardware/wwwpic2/
For TCP IP Stack see this pages :
http://www.eix.co.uk/Ethernet/WWarticle.htm
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1489
|
|
| Back to top |
|
 |