Author |
Message |
Topic: Ethernet programming |
CJ
Replies: 4
Views: 7096
|
Forum: General CCS C Discussion Posted: Sun Jul 16, 2006 8:29 pm Subject: Ethernet programming |
asmallri what version number are you using? Or is it 2006? |
Topic: Ethernet programming |
CJ
Replies: 4
Views: 7096
|
Forum: General CCS C Discussion Posted: Sun Jul 16, 2006 4:39 pm Subject: Ethernet programming |
I just purchased and worked through the embedded ethernet exercise book. With the help of this forum it was a relatively speedy learning curve. Thanks!
I am now looking at the PC end of things ... |
Topic: init_user_io() |
CJ
Replies: 1
Views: 3528
|
Forum: General CCS C Discussion Posted: Sun Jul 09, 2006 1:19 pm Subject: init_user_io() |
I am working throught the Embedded ethernet exercise book. In example 12 there is a function called init_user_io(). When I compile I get an error "undefined identifier". If I comment out ... |
Topic: 18F4620 ethernet development kit |
CJ
Replies: 7
Views: 8332
|
Forum: General CCS C Discussion Posted: Sat Jul 08, 2006 10:21 am Subject: 18F4620 ethernet development kit |
I set up with a crossover cable and a laptop instead of a regular cable into my normal network and it is working fine. Thanks for the helpwith the fuses.
I have not ever worked with this large a ... |
Topic: 18F4620 ethernet development kit |
CJ
Replies: 7
Views: 8332
|
Forum: General CCS C Discussion Posted: Sat Jul 08, 2006 10:12 am Subject: 18F4620 ethernet development kit |
There is a big note on the back of the Exercise book that said they changed and the chip on the board is an 18F4620. Should I be O.K. to leave the fuses and delay at H4 and 40000000? I don't mind re ... |
Topic: 18F4620 ethernet development kit |
CJ
Replies: 7
Views: 8332
|
Forum: General CCS C Discussion Posted: Sat Jul 08, 2006 9:46 am Subject: 18F4620 ethernet development kit |
does anyone know the crystal that is on the embedded ethernet development board? |
Topic: 18F4620 ethernet development kit |
CJ
Replies: 7
Views: 8332
|
Forum: General CCS C Discussion Posted: Sat Jul 08, 2006 8:24 am Subject: 18F4620 ethernet development kit |
#include <18F4620>
#fuses H4, NOWDT, NOLVP
#use delay (clock=40000000)
#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7)
The above works fine for the first example
when I change my fuse fr ... |
|