Search found 1 match

by Frankentronik
23 Feb 2018 13:42
Forum: Library Development Discussion
Topic: Ethernet on PIC32MX795F512L
Replies: 1
Views: 2274

Ethernet on PIC32MX795F512L

Hello I downloaded the Demo Program Ethernet demo for the Easy PIC Fusion v7. In the eventCode I changed the IP address following. unsigned char myMacAddr [6] = {0x00, 0x14, 0xA5, 0x76, 0x19, 0x3f}; // my MAC address unsigned char myIpAddr [4] = {192, 168, 1, 44}; // my IP address unsigned char gwIp...

Go to advanced search