PICcoder.co.uk Forum  


::post new topic::
<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>
Re:Building an ENC28J60 Ethernet Dev Board
Date: 2006/09/29 11:30 By: Ian Status: Moderator  
Karma: 5  
Posts: 85
graphgraph
Thanks for pointing out the new version of the stack. I hadn't noticed it come out. I will try it, hopefully in the next week.

Ian
reply | quote

Re:Building an ENC28J60 Ethernet Dev Board
Date: 2006/09/29 22:54 By: Irengard Status: Visitor  
 
yeah Microchip has released about 4 version of the Stack....

3.02
3.12
3.60
3.75

i'm still reading the version log of this release...
reply | quote

Re:Building an ENC28J60 Ethernet Dev Board
Date: 2006/09/30 01:51 By: asm4pic Status: Visitor  
 
nice article
i have a question, how to build only (a TCP server using sockets)
and how to make it serve more than one client
i had posted this question before on this link
http://www.piccoder.co.uk/component/option,com_joomlaboard/Itemid,38/func,view/id,696/catid,22/

Ahmed Samieh
reply | quote

Re:Building an ENC28J60 Ethernet Dev Board
Date: 2006/10/03 09:44 By: Ian Status: Moderator  
Karma: 5  
Posts: 85
graphgraph
As mat said in the last time you posted, that is a very big question. I afraid I haven't looked at that yet and haven't the time.

Sorry
reply | quote

Re:Building an ENC28J60 Ethernet Dev Board
Date: 2007/03/26 20:37 By: Bob Status: Visitor  
 
I´m sorry for asking, but.......

What is the Diode D4 for ?

Thanks
reply | quote

Re:Fixed Ip address
Date: 2007/10/26 06:16 By: thunderboympm Status: Visitor  
 
MPLAB C18 v3.11
Copyright 1999-2005 Microchip Technology Inc.
E:rafeeqworkethernetENC28J60.c:184:Error [1105] symbol 'ENC_CS_IO' has not been defined
E:rafeeqworkethernetENC28J60.c:184:Error [1101] lvalue required
E:rafeeqworkethernetENC28J60.c:185:Error [1105] symbol 'ENC_CS_TRIS' has not been defined
E:rafeeqworkethernetENC28J60.c:185:Error [1101] lvalue required
E:rafeeqworkethernetENC28J60.c:186:Error [1105] symbol 'ENC_SCK_TRIS' has not been defined
E:rafeeqworkethernetENC28J60.c:186:Error [1101] lvalue required
E:rafeeqworkethernetENC28J60.c:187:Error [1105] symbol 'ENC_SDO_TRIS' has not been defined
E:rafeeqworkethernetENC28J60.c:187:Error [1101] lvalue required
E:rafeeqworkethernetENC28J60.c:188:Error [1105] symbol 'ENC_SDI_TRIS' has not been defined
E:rafeeqworkethernetENC28J60.c:188:Error [1101] lvalue required
E:rafeeqworkethernetENC28J60.c:192:Error [1105] symbol 'ENC_SPICON1' has not been defined
E:rafeeqworkethernetENC28J60.c:192:Error [1101] lvalue required
E:rafeeqworkethernetENC28J60.c:194:Error [1105] symbol 'ENC_SPI_IF' has not been defined
E:rafeeqworkethernetENC28J60.c:194:Error [1101] lvalue required
E:rafeeqworkethernetENC28J60.c:195:Error [1105] symbol 'ENC_SPISTATbits' has not been defined
E:rafeeqworkethernetENC28J60.c:195:Error [1151] struct or union object designator expected
E:rafeeqworkethernetENC28J60.c:195:Error [1101] lvalue required
E:rafeeqworkethernetENC28J60.c:196:Error [1105] symbol 'ENC_SPISTATbits' has not been defined
E:rafeeqworkethernetENC28J60.c:196:Error [1151] struct or union object designator expected
E:rafeeqworkethernetENC28J60.c:196:Error [1101] lvalue required
E:rafeeqworkethernetENC28J60.c:1340:Error [1105] symbol 'ENC_CS_IO' has not been defined
E:rafeeqworkethernetENC28J60.c:1340:Error [1101] lvalue required
E:rafeeqworkethernetENC28J60.c:1341:Error [1105] symbol 'ENC_SPI_IF' has not been defined
E:rafeeqworkethernetENC28J60.c:1341:Error [1101] lvalue required
E:rafeeqworkethernetENC28J60.c:1342:Error [1105] symbol 'ENC_SSPBUF' has not been defined
Halting build on first failure as requested.
BUILD FAILED: Fri Oct 26 11:22:27 2007


How can i resolve these errors
these errors i got from the standard library from the microchip ENC28J60.c
<-------------------<<< thunderboympm >>>----------------------->
reply | quote

ENC28J60 Ethernet Dev Board on Proteus ISIS
Date: 2007/11/16 12:41 By: ejtay Status: Visitor  
 
Hi.. Has anyone tried to build the development board using Proteus..?
I tried it but it doesn't seem to work..
Any tips..?

Thanks
reply | quote

Re:Fixed Ip address
Date: 2007/11/23 11:31 By: dariog Status: User  
Karma: 6  
Posts: 107
graphgraph
You have to setup a Hardware Profile, in the hardwareprofile source file - either choose an existing one, or define those symbols according to your board.
reply | quote

Re:Building an ENC28J60 Ethernet Dev Board
Date: 2008/05/16 04:56 By: irishpeji Status: Visitor  
 
Can you please help me to build this application but with added feature?
Here are the requirements:
1. can do ping command to several ip addresses, and send replies if connected or disconnected.
2. directly connected to the data port/ethernet port.
3. has a web application for configuring what different ip addresses to be pinged.

Please help me!
reply | quote

Re:ENC28J60 Ethernet Dev Board on Proteus ISIS
Date: 2008/11/15 20:09 By: brian Status: Visitor  
 
ejtay wrote:
Hi.. Has anyone tried to build the development board using Proteus..?
I tried it but it doesn't seem to work..
Any tips..?

Thanks


Im trying the same thing can u give some more informations did you succed to build it does it work???
reply | quote

<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>
::post new topic::