Sending Arduino data over to another pc

Hello,

Is there a way to send arduino data to another computer without ethernetshields etc.
Can you connect with a server in arduino ?

The assignment is to send data to another computer.
Can you guys help me on this ?

Is there a way to send arduino data to another computer without ethernetshields etc.

Sure. Plug it into the other computer.

If you can't/won't do that, you need some more hardware.

It might be worth taking a look at Bitlash Commander, at least for the architecture:

Commander runs a little web server on your PC that also talks to the Arduino through the usb serial link. You can build web based control panels for Arduino and control them from a PC on your network.

-br

You could always try a small bluetooth module.

Or you could use a utility to share the USB port over the network, or use PuTTY or similar to reflect the Arduino's COM port over the network.