Hi,
I am new to programming and my parents just got me an arduino uno R3 with the arduino ethernet shield to play around with.
I've played around with some of the basic codes, and I have done some research and grasped some information about networking. I connected my host computer and my arduino via a switch (TRENDnet TEG S80G Switch ‑ 8 ports). Using my computer and CMD prompt, I can ping the arduino board. From what I keep reading is that the ethernet shield allows you to connect your arduino to your host through the internet by using the ethernet library, but I am wondering if there is there a way to communicate the arduino with my host computer via ethernet without using the internet? In other words, I want it to act somewhat like the serial communication, but instead I want to send information through the ethernet cable and not the usb port (I will still be using the usb to upload the code, but wouldn't want to use it after).
Would that be possible, or must it be connected to the internet for the ethernet capabilities to function?
