CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

large page site on enc28j60 + pic18f2620

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
pedroluis5



Joined: 13 Mar 2011
Posts: 1

View user's profile Send private message

large page site on enc28j60 + pic18f2620
PostPosted: Sun Mar 13, 2011 8:10 pm     Reply with quote

ex15.c'm using the TCP / IP stack of ccs. When I modify the sample page
for me it is very large and will not appear when I connect the site. If I turn it down the page works there. Is there any limit on page size?
Code:

const char  HTML_HOME_PAGE[]="
<HTML><HEAD><TITLE>BIRTH TEC</TITLE></HEAD>
<BODY BGCOLOR=#0066CC TEXT=#000000>
<H1 ALIGN=\"CENTER\">HOME CONTROL V1.0</H1>
<FORM METHOD=GET>
<table ALIGN=\"CENTER\"cellspacing=\"1\" cellpadding=\"1\" border=\"1\">
   <tr>
   <td><A HREF=\"/\">HOME</A></td>
   <td>Saida 1</td>   
   <td><INPUT type=\"radio\" name=\"saida1\" value=\"1\">ON</td>   
   <td><INPUT type=\"radio\" name=\"saida1\" value=\"0\">OFF</td>   
   <td></td>      
   </tr>
   <tr>
   <td><A HREF=\"/setup\">SETUP</A></td>
   <td>Saida 2</td>   
   <td><INPUT type=\"radio\" name=\"saida2\" value=\"1\">ON</td>   
   <td><INPUT type=\"radio\" name=\"saida2\" value=\"0\">OFF</td>   
   <td></td>      
   </tr>
   <tr>
   <td><A HREF=\"/about\">ABOUT</A></td>
   <td>Saida 3</td>   
   <td><INPUT type=\"radio\" name=\"saida3\" value=\"1\">ON</td>   
   <td><INPUT type=\"radio\" name=\"saida3\" value=\"0\">OFF</td>   
   <td></td>      
   </tr>
   <tr>
   <td><A HREF=\"/exit\">EXIT</A></td>
   <td>Saida 4</td>   
   <td><INPUT type=\"radio\" name=\"saida4\" value=\"1\">ON</td>   
   <td><INPUT type=\"radio\" name=\"saida4\" value=\"0\">OFF</td>      
   <td></td>      
   </tr>
   <tr>
   <td></td>
   <td>Saida 5</td>   
   <td><INPUT type=\"radio\" name=\"saida5\" value=\"1\">ON</td>   
   <td><INPUT type=\"radio\" name=\"saida5\" value=\"0\">OFF</td>      
   <td></td>      
   </tr>
   <tr>
   <td></td>
   <td></td>   
   <td></td>   
   <td></td>      
   <td></td>         
   </tr>
</table>
</form>
</BODY></HTML>
";
drx2k



Joined: 31 Mar 2010
Posts: 10

View user's profile Send private message

PostPosted: Wed May 04, 2011 8:00 am     Reply with quote

hi! what hardware profile do you used in your ENC28J60 + pic18f2620 in the TCP IP Stack?

i have a ENC28J60 Module (Similar to Olimex) and PIC18F2550, and i dont' know what hardware profile should i use in the tcp ip stack files (hardware.h, ccstcpip.h)
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group