Connect to network via USB??

Using a web server like apache on the pc would be one way.

Actually, the best way would be to set up a SLIP connection on the PC talking to the serial port the Arduino is on:

Fortunately, there's a library:

http://www.arduino.cc/playground/Code/SerialIP

:slight_smile: