interfacing arduino to the system using internet port, just like COM ports.

I am trying to connect to the arduino using a cable that is 150ft through the usb, but it is not working. I just want to know any other way of connecting to the arduino.
I am thinking of using the ethernet port on my pc and the cable which is 150 ft to connect to the arduino. Will this work, and detect the port on the arduino IDE?. Also, should I make any changes to the code for the same to work properly?
Thanks

Which Arduino board are you using?

bittusri:
I am trying to connect to the arduino using a cable that is 150ft through the usb, but it is not working

What do you want to send over that connection?

...R

Ethernet is not USB. You can connect ethernet to ethernet or USB to USB. If you want to connect an Arduino to the ethernet port of your PC, the Arduino needs to be Ethernet capable.

You will need to tell us about your project. 45 meters for simple serial communication is totally different from 45 meters for e.g. a Leonardo acting as a HID.