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

enc28j60 interface with pic18f452

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



Joined: 12 Nov 2012
Posts: 1

View user's profile Send private message

enc28j60 interface with pic18f452
PostPosted: Thu Nov 22, 2012 2:00 am     Reply with quote

hi
I want to interface pic18f542 with enc28j60 in an application in which I want to use lan to remotely monitor home automated equipment like fan etc. Using ccs compiler pcwhd how can I load tcp/ip stack or do I not need it? Pls guide me.
asmallri



Joined: 12 Aug 2004
Posts: 1634
Location: Perth, Australia

View user's profile Send private message Send e-mail Visit poster's website

Re: enc28j60 interface with pic18f452
PostPosted: Thu Nov 22, 2012 6:56 am     Reply with quote

imran wrote:
hi
I want to interface pic18f542 with enc28j60 in an application in which I want to use lan to remotely monitor home automated equipment like fan etc. Using ccs compiler pcwhd how can I load tcp/ip stack or do I not need it? Pls guide me.


If you are going to use a TCP/IP stack don't waste your time with the PIC18F452, instead use the in compatible PIC18F4620. The PIC18F4620 will give you more RAM and program memory which is important for applications that use large drivers such as the TCP/IP stack. It is possible to use the PIC18F452 for such an application by why make it hard for yourself?

The enc28j60 is just a low level Ethernet controller. It knows nothing above the MAC layer, therefore if you want to develop applications that use TCP or UDP or, for that matter, anything based on IP, then you need some form of tcp/ip stack.
_________________
Regards, Andrew

http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!!
rikotech8



Joined: 10 Dec 2011
Posts: 376
Location: Sofiq,Bulgariq

View user's profile Send private message

TCP/IP drier
PostPosted: Sun Nov 25, 2012 11:19 am     Reply with quote

Where can I find this TCP/IP driver? I'm using compiler version 4.114 and there is no such driver into the drivers folder. May be my version is too obsolete?
dyeatman



Joined: 06 Sep 2003
Posts: 1924
Location: Norman, OK

View user's profile Send private message

PostPosted: Sun Nov 25, 2012 11:42 am     Reply with quote

Try searching this forum for enc28j60. You'll find a lot of info on this. A CCS user,
Opensys, seems to have gotten it working so take a close look at his posts.
_________________
Google and Forum Search are some of your best tools!!!!
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