Help with Arduino Uno and ENC28j60 to Raspberry Pi Connection

pylon:
Sure, because that code is setting the baud rate to 9600. You have to select the baud rate in the serial monitor that is selected in the sketch.

Yeah I know, I have tried 9600 also and this gives me random characters such as "f.c,/?as;?"

pylon:

IPAddress ip(192,168,1,177);

and

This page isn't working

192.168.0.10 didn't send any data.
ERR_EMPTY_RESPONSE




Do you see the problem? (Hint: it's about IP addresses)

Ah yes sorry I copied the wrong response. Using that IP address was when I was using a different code example. But the error I get it the same regardless of what IP address. Sorry for the confusion, but I assure you I have been using the right corresponding IP addresses.