From cfowler@outpostsentinel.com Wed May 1 00:58:02 2013 Received: from support.opsdc.com (support.opsdc.com [65.254.219.9]) by underdog.stansell.org (8.14.7/8.14.7) with ESMTP id r410ut8C017085 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 May 2013 00:57:31 GMT Received: from aspire-one ([192.168.100.10]) (authenticated bits=0) by support.opsdc.com (8.13.8/8.13.8) with ESMTP id r410unuU031696; Tue, 30 Apr 2013 20:56:49 -0400 Date: Tue, 30 Apr 2013 20:56:50 -0400 From: Chris Fowler To: Zonker Subject: Re: How to "bridge" a serial connection over the Internet? Message-ID: <20130430205650.53794ac5@aspire-one> In-Reply-To: References: Organization: OutPost Sentinel, LLC X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -1.5 () BAYES_00 X-Scanned-By: MIMEDefang 2.72 on 198.151.248.21 Cc: zonker@conserver.com, "users@conserver.com" X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 00:58:03 -0000 RaspberryPi with USB serial? You can then write any code in Perl or Python that will monitor the port and then make a connection back. I would write a program on the conserver side that would map a remote port to a pseudo tty. Conserver can then connect to that pseudo to send and rx data. Or if it is one way simply use pipes or files. Chris