<div dir="ltr"><br><br><div class="gmail_quote">2010/8/30 Elazar Leibovich <span dir="ltr">&lt;<a href="mailto:elazarl@gmail.com">elazarl@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div dir="ltr">I need to use a single serial port from a computer remotely. That is, I need to have a virtual COM port driver which will emulate the COM port, and would send and receive the actual data from a computer with a real COM port which is a running a special server.<div>


<br></div><div>It seems that this Wikipedia article describes what I&#39;m looking for <a href="http://en.wikipedia.org/wiki/COM_port_redirector" target="_blank">http://en.wikipedia.org/wiki/COM_port_redirector</a></div>

<div><br></div><div>
Can anyone recommend an application (preferably opensource, preferable cross platform so that it&#39;ll have a windows client)?</div></div>
<br></blockquote><div><br>I think that a Virtual COM is something is difficult to be.. unified.<br><br>Google found the following:<br><br><a href="http://www.hw-group.com/products/hw_vsp/index_en.html">http://www.hw-group.com/products/hw_vsp/index_en.html</a> <br>
</div></div><br>which claims to create a Virtual COM that opens a TCP connection to a remote location.<br><br>And there&#39;s the well known:<br><br><a href="http://sourceforge.net/projects/ser2net/">http://sourceforge.net/projects/ser2net/</a><br>
<br>That runs on Linux as a listener, allowing TCP connections to communicate with a real port.<br><br>Those two together sound like they should do the job...<br><br>-- Shimi<br></div>