LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   forward serial port data over the network (https://www.linuxquestions.org/questions/linux-networking-3/forward-serial-port-data-over-the-network-613677/)

laurentmerlin 01-15-2008 06:23 AM

forward serial port data over the network
 
I need some documentation or link , to understand how can I write the little software to redirect data comming from serial port to a specific ip address.

thanks for your time,
Laurent.

farslayer 01-15-2008 11:26 AM

Hrm I use a Serial port server to do that..

such as these devices from SENA or quatech

Since most devices I would use that feature with are not something I would have connected to a Large PC directly, these compact devices usually suit my needs better.

Best of luck writing this code.. Obviously it can be done since these commercial projects are doing it.

although they receive the serial data on a physical serial port then encapsulate the data in the IP packets and are not trying to intercept it inside the PC.. The far end has a client on the PC to convert the data back.

laurentmerlin 01-16-2008 03:55 AM

I'm looking toward the interceptty program under linux and ttysnoop


All times are GMT -5. The time now is 06:39 PM.