MicroManiac
Joined: 21 Aug 2008 Posts: 34
|
Pic as a web server |
Posted: Wed Feb 11, 2009 8:19 am |
|
|
Hello,
i am using the embedded ethernet eval board provided by CCS in order to test the PIC as a webserver.
i was looking at the code provided by ccs "ex_st_webserver.c".
but i have no idea how to access the small site provided inside the code.
can anyone help me with this?
furthermore, when i downloaded the program, the LCD became blank. is that normal?
the only modifications i made are
Code: | #define STACK_USE_CCS_PICENS 1 //CCS PICENS (Embedded Ethernet) development kit. 18F4620 + ENC28J60
#define STACK_USE_MAC 1 //use the nic card |
is there anything i need to change? _________________ "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
Albert Einstein |
|