Author |
Message |
Topic: MAC Level Filters 18F87J60 |
dprocter
Replies: 2
Views: 4055
|
Forum: General CCS C Discussion Posted: Mon Jul 06, 2009 9:16 am Subject: MAC Level Filters 18F87J60 |
// The default enables unicast and broadcast
WriteReg(ERXFCON, ERXFCON_UCEN | ERXFCON_CRCEN | ERXFCON_HTEN | ERXFCON_BCEN);
Yea, I tried that, but it doesnt seem to let anything thro ... |
Topic: MAC Level Filters 18F87J60 |
dprocter
Replies: 2
Views: 4055
|
Forum: General CCS C Discussion Posted: Mon Jul 06, 2009 2:14 am Subject: MAC Level Filters 18F87J60 |
I'm having a few Ethernet problems, which I have managed to localise down to multicast/broadcast messages filling up the tiny buffer on the PIC. This is making Unicast impossible, which is all I need ... |
Topic: how to convert rs232 to usb |
dprocter
Replies: 3
Views: 6078
|
Forum: General CCS C Discussion Posted: Thu Jul 02, 2009 2:19 am Subject: how to convert rs232 to usb |
You could always add an FTDI chip to that board, something like the FT232R would be perfect for you.
Serial to USB:
http://www.ftdichip.com/Products/FT232R.htm |
Topic: 18F87J60 Ethernet Problem |
dprocter
Replies: 3
Views: 6694
|
Forum: General CCS C Discussion Posted: Thu Jul 02, 2009 2:14 am Subject: 18F87J60 Ethernet Problem |
It appears that a multicast stream is constantly filling up the buffer, making other transmission impossible.
I only need unicast with this particular device. The PIC does have a receive filter ... |
Topic: 18F87J60 Ethernet Problem |
dprocter
Replies: 3
Views: 6694
|
Forum: General CCS C Discussion Posted: Wed Jul 01, 2009 5:05 am Subject: 18F87J60 Ethernet Problem |
Im using the 18F87J60 in a project, and am having a few issues with the PIC.
The device basically converts from Serial to TCP/IP and vice versa.
The code/hardware will all run fine for 2-4 days, ... |
|