Anyone know where i can get the code to get simple networking on the Fez Cobra 2 Net SOM?
Do i use static EthernetBuiltIn Eth1 = new EthernetBuiltIn();
or
static EthernetENC28J60 Eth1 = new EthernetENC28J60(???); ???=what do i put here
Anyone know where i can get the code to get simple networking on the Fez Cobra 2 Net SOM?
Do i use static EthernetBuiltIn Eth1 = new EthernetBuiltIn();
or
static EthernetENC28J60 Eth1 = new EthernetENC28J60(???); ???=what do i put here
It’s based on G120 so this will be EthernetENC28J60.