| Author |
Message |
m_pourfathi
Joined: 07 Feb 2008 Posts: 237 Helped: 22
|
23 Jul 2008 5:42 embedded ethernet module |
|
|
|
|
Hi all,
I have implemented TCP/IP by WinAVR compiler on an AVR ATmega32 by C language, using an ENC28J60 ethernet adapter. I have also written an html code for a test page so a browser on a computer on the other side of the network can see the test page.
I am using PORTA as output and PORTD as input. I need to know how can I control these ports using this webpage. How can I use PORTA or PORTD in my html code so I can change PORTA pins and read PORTD pins?
|
|
| Back to top |
|
 |
Google AdSense

|
23 Jul 2008 5:42 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
TekUT
Joined: 17 Jun 2008 Posts: 413 Helped: 23
|
23 Jul 2008 17:37 Re: Embedded Ethernet Module+modifying ports using webpage |
|
|
|
|
Just to know what TCP stack have you used into your design?
Thanks in advance
Powermos
|
|
| Back to top |
|
 |
m_pourfathi
Joined: 07 Feb 2008 Posts: 237 Helped: 22
|
24 Jul 2008 6:27 Re: Embedded Ethernet Module+modifying ports using webpage |
|
|
|
|
| I have developed a simple TCP/IP with ICMP and ARP myself. all TCP IP ICMP ARP parts are in a stack.c and stack.h file. it's very composite.
|
|
| Back to top |
|
 |
TekUT
Joined: 17 Jun 2008 Posts: 413 Helped: 23
|
24 Jul 2008 14:45 Re: Embedded Ethernet Module+modifying ports using webpage |
|
|
|
|
Could you share it? I like to make a port for PIC family.
Bye
Powermos
|
|
| Back to top |
|
 |