Networking Forums

Networking Forums > Computer Networking > Linux Networking > TCP <--> Com port

Reply
Thread Tools Display Modes

TCP <--> Com port

 
 
Albert Goodwill
Guest
Posts: n/a

 
      02-27-2007, 10:12 PM
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

 
Reply With Quote
 
 
 
 
CptDondo
Guest
Posts: n/a

 
      02-27-2007, 11:15 PM
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
 
Dan N
Guest
Posts: n/a

 
      02-28-2007, 05:18 AM
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
 
Dan N
Guest
Posts: n/a

 
      02-28-2007, 05:22 AM
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
 
Martin Blume
Guest
Posts: n/a

 
      03-02-2007, 03:35 PM
"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

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Source port of 1079 (asprovatalk) to destination port 1025 (blackjack) - required for Microsoft Windows networking? Spin Windows Networking 1 10-07-2008 08:09 PM
How many NIC for a event photography viewing system, advantages ofQuad Port (4-port) NICs sam Windows Networking 1 03-17-2008 12:51 PM
Socket connection to port fails despite port open / listening ! Jack Linux Networking 2 12-19-2007 03:46 PM
open ports on the router port 1900udp and port 5643 tcp James Broadband Hardware 0 02-20-2005 08:07 AM
What is the difference between a multi-port ASDL modem/router and one with a 4 port hub? Tim Lyons Broadband 4 02-27-2004 06:07 AM



1 2 3 4 5 6 7 8 9 10 11