Connect to network via USB??

Is it possible to connect to network via the usb cable?
Arduino>>usb>>pc>>network.

As you can guess i don't have an Ethernet shield, yet

Probably, but may need an application on the pc to act as a go between the network and the arduino. Using a web server like apache on the pc would be one way. What do you want to do?

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: