Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Linux Networking

TCP <--> Com port

Reply
 
Thread Tools Display Modes
  #1  
Old 02-27-2007, 11:12 PM
Default TCP <--> Com port



Hello,

There is a commercial SW product called "TCP-Com" (http://
www.taltech.com/products/tcpcom.html ) which allows redirection of
RS232 communication ports to TCP/IP connections. One can access a
number of RS232 ports on a remote computer via TCP/IP connection to
that computer. It also allow creation of virtual RS232 ports so that
existing SW applications for RS232 can transparently use TCP/IP
connection.

QUESTION : Is there any open source, Linux version of TCP-Com like
application?

Regards,

Albert Goodwill



Albert Goodwill
Reply With Quote
  #2  
Old 02-28-2007, 12:15 AM
CptDondo
Guest
 
Posts: n/a
Default Re: TCP <--> Com port

Albert Goodwill wrote:
> Hello,
>
> There is a commercial SW product called "TCP-Com" (http://
> www.taltech.com/products/tcpcom.html ) which allows redirection of
> RS232 communication ports to TCP/IP connections. One can access a
> number of RS232 ports on a remote computer via TCP/IP connection to
> that computer. It also allow creation of virtual RS232 ports so that
> existing SW applications for RS232 can transparently use TCP/IP
> connection.
>
> QUESTION : Is there any open source, Linux version of TCP-Com like
> application?
>


There's even an RFC for it.... But the name escapes me. It exists,
I've used it.

Google for telnet protocol over tcp or something similar - you should
hit on the RFC, and go from there.

One caveat:

There are linux servers and linux clients, GPL/OSS and free. The
Windows clients are $$$.

--Yan
Reply With Quote
  #3  
Old 02-28-2007, 06:18 AM
Dan N
Guest
 
Posts: n/a
Default Re: TCP <--> Com port

On Tue, 27 Feb 2007 15:12:41 -0800, Albert Goodwill wrote:

> QUESTION : Is there any open source, Linux version of TCP-Com like
> application?


There might be something useful here:
www.ethernut.de

Dan

Reply With Quote
  #4  
Old 02-28-2007, 06:22 AM
Dan N
Guest
 
Posts: n/a
Default Re: TCP <--> Com port

On Tue, 27 Feb 2007 15:12:41 -0800, Albert Goodwill wrote:

> QUESTION : Is there any open source, Linux version of TCP-Com like
> application?


Ignore my previous reply, I thought you were looking for a hardware
solution.

Dan
Reply With Quote
  #5  
Old 03-02-2007, 04:35 PM
Martin Blume
Guest
 
Posts: n/a
Default Re: TCP <--> Com port

"Albert Goodwill" schrieb
> [redirection of RS232 communication ports
> to TCP/IP connections]
>

Never tried it myself, but you might want to hunt down
the ser2net package or try something along the lines of

while(true); do netcat -l -p <port> -c "cat /dev/ttyS0"; done

These are some hints I picked up on Usenet for this type
of problem. As I said, I never tried them out myself.

HTH. YMMV.
Martin


Reply With Quote
Reply

Tags
<>, port, tcp

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 12:59 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.