tags:

views:

49

answers:

0

Hi!

A have a GPRS modem which is connected to my Linux laptop via the USB Cable. The modem is seen as an /dev/ttyUSB1 device. I can send and receive data using terminal. I can also setup the modem to create a connection to the internet immediately after power on.

What i need is to use a TCP port from my java program. I want use my modem transparently for this without communicating with the COM Port but just using the IP address of the server.

Can this be done? Can i just configure Linux for this or do i need some additional drivers or something?

Thanks in advance!