<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Serial port over TCP/IP</title>
	<atom:link href="http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/</link>
	<description>Technology, Linux, Life</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:35:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rogan</title>
		<link>http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/comment-page-1/#comment-492</link>
		<dc:creator>Rogan</dc:creator>
		<pubDate>Tue, 24 Apr 2007 06:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=94#comment-492</guid>
		<description>Yeah, the example was primarily to illustrate creating a local device that your serial comms program can open. You naturally don&#039;t have to use EXEC:SSH to connect to the other end. just use a TCP4:IP:port syntax instead.</description>
		<content:encoded><![CDATA[<p>Yeah, the example was primarily to illustrate creating a local device that your serial comms program can open. You naturally don&#8217;t have to use EXEC:SSH to connect to the other end. just use a TCP4:IP:port syntax instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/comment-page-1/#comment-490</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 24 Apr 2007 04:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=94#comment-490</guid>
		<description>http://www.lspace.nildram.co.uk/freeware.html</description>
		<content:encoded><![CDATA[<p><a href="http://www.lspace.nildram.co.uk/freeware.html" rel="nofollow">http://www.lspace.nildram.co.uk/freeware.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/comment-page-1/#comment-489</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Tue, 24 Apr 2007 04:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=94#comment-489</guid>
		<description>The net-tools package contains slattach -- which &quot;attaches the serial line to the network&quot; -- maybe it&#039;s worth investigating?</description>
		<content:encoded><![CDATA[<p>The net-tools package contains slattach &#8212; which &#8220;attaches the serial line to the network&#8221; &#8212; maybe it&#8217;s worth investigating?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Stansell</title>
		<link>http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/comment-page-1/#comment-484</link>
		<dc:creator>James Stansell</dc:creator>
		<pubDate>Mon, 23 Apr 2007 22:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=94#comment-484</guid>
		<description>rtelnet was the first thing I thought of when I read your post so you might try to find information about it.  Google doesn&#039;t return much about it, but you might look here: http://www.protocolbase.net/protocols/protocol_RTELNET.php

The 2nd thought I had was Conserver; does it sound any better?
http://www.conserver.com/consoles/Training/login-story.html

Regards,

-james.</description>
		<content:encoded><![CDATA[<p>rtelnet was the first thing I thought of when I read your post so you might try to find information about it.  Google doesn&#8217;t return much about it, but you might look here: <a href="http://www.protocolbase.net/protocols/protocol_RTELNET.php" rel="nofollow">http://www.protocolbase.net/protocols/protocol_RTELNET.php</a></p>
<p>The 2nd thought I had was Conserver; does it sound any better?<br />
<a href="http://www.conserver.com/consoles/Training/login-story.html" rel="nofollow">http://www.conserver.com/consoles/Training/login-story.html</a></p>
<p>Regards,</p>
<p>-james.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nacho</title>
		<link>http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/comment-page-1/#comment-483</link>
		<dc:creator>nacho</dc:creator>
		<pubDate>Mon, 23 Apr 2007 20:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=94#comment-483</guid>
		<description>Could a MOXA help???</description>
		<content:encoded><![CDATA[<p>Could a MOXA help???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/comment-page-1/#comment-481</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 23 Apr 2007 19:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=94#comment-481</guid>
		<description>The socat example doesn&#039;t work because I can&#039;t run anything on the server side as it is an embedded device.  I am thinking that it is the right utility though.</description>
		<content:encoded><![CDATA[<p>The socat example doesn&#8217;t work because I can&#8217;t run anything on the server side as it is an embedded device.  I am thinking that it is the right utility though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ranf</title>
		<link>http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/comment-page-1/#comment-480</link>
		<dc:creator>ranf</dc:creator>
		<pubDate>Mon, 23 Apr 2007 19:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=94#comment-480</guid>
		<description>Haven&#039;t used it:
http://freshmeat.net/projects/serialoverip/</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t used it:<br />
<a href="http://freshmeat.net/projects/serialoverip/" rel="nofollow">http://freshmeat.net/projects/serialoverip/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogan</title>
		<link>http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/comment-page-1/#comment-478</link>
		<dc:creator>Rogan</dc:creator>
		<pubDate>Mon, 23 Apr 2007 18:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=94#comment-478</guid>
		<description>Socat is the right option. From the man page:

(socat PTY,link=$HOME/dev/vmodem0,raw,echo=0,waitslave EXEC:&#039;&quot;ssh modemserver.us.org socat - /dev/ttyS0,nonblock,raw,echo=0&quot;&#039;)

Generates a pseudo terminal device (PTY) on the client that can be reached under the symbolic link $HOME/dev/vmodem0. An application that expects a serial line or modem can be configured to use $HOME/dev/vmodem0; its traffic will be directed to a modemserver via ssh where another socat instance links it with /dev/ttyS0.</description>
		<content:encoded><![CDATA[<p>Socat is the right option. From the man page:</p>
<p>(socat PTY,link=$HOME/dev/vmodem0,raw,echo=0,waitslave EXEC:&#8217;&#8221;ssh modemserver.us.org socat &#8211; /dev/ttyS0,nonblock,raw,echo=0&#8243;&#8216;)</p>
<p>Generates a pseudo terminal device (PTY) on the client that can be reached under the symbolic link $HOME/dev/vmodem0. An application that expects a serial line or modem can be configured to use $HOME/dev/vmodem0; its traffic will be directed to a modemserver via ssh where another socat instance links it with /dev/ttyS0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vom</title>
		<link>http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/comment-page-1/#comment-477</link>
		<dc:creator>vom</dc:creator>
		<pubDate>Mon, 23 Apr 2007 18:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=94#comment-477</guid>
		<description>A little more detail on socat:

http://www.linux.com/article.pl?sid=07/03/23/1513256

Just change one of your endpoints to TCP4-LISTEN or something.  This seems to be exactly what you are looking for, no ?</description>
		<content:encoded><![CDATA[<p>A little more detail on socat:</p>
<p><a href="http://www.linux.com/article.pl?sid=07/03/23/1513256" rel="nofollow">http://www.linux.com/article.pl?sid=07/03/23/1513256</a></p>
<p>Just change one of your endpoints to TCP4-LISTEN or something.  This seems to be exactly what you are looking for, no ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.sharms.org/blog/2007/04/23/serial-port-over-tcpip/comment-page-1/#comment-475</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 23 Apr 2007 18:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=94#comment-475</guid>
		<description>It looks like I want the opposite of ser2net.  I have a server that is listening for a TCP connection, and local programs that want to access the serial port that is really on the device listening for TCP.</description>
		<content:encoded><![CDATA[<p>It looks like I want the opposite of ser2net.  I have a server that is listening for a TCP connection, and local programs that want to access the serial port that is really on the device listening for TCP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
