Redirecting serial port keeping ability to send signals

2

I have the following scenario: a laptop running Windows XP, connected to a meter through its serial port.

I need to read/write to this serial port from a remote computer (running windows 7). I also should be able to send some serial-port signals, such as a RTS.

Is there any software that gives me these capabilities?

Fernando

Posted 2011-05-10T19:23:55.807

Reputation: 121

Out of curiosity, why not RDP to the laptop? – Iszi – 2011-05-10T19:25:58.380

I've tried. It does not seems to make the serial port available. – Fernando – 2011-05-10T19:33:29.580

I meant, why not RDP to the laptop and run whatever application you need on the laptop? It may be the long way around, but it should do the job for you. – Iszi – 2011-05-10T19:42:15.883

I need to code a driver for the meter communication and I can't run my tools on the laptop. – Fernando – 2011-05-10T19:47:00.157

Answers

0

This should work: http://www.javiervalcarce.eu/wiki/Acceso_al_puerto_serie_desde_Internet

The page is in spanish but you can use Google Translate. Basically is a c# app (source & compiled)

DrNoone

Posted 2011-05-10T19:23:55.807

Reputation: 1 267

It won't send the RTS signal, just the data. I need to be able to remotely activate the RTS pin. – Fernando – 2011-05-11T12:48:33.993

0

use hterm

I know it is a german site, but you just need to click the download version. The program itself is english. Once you connected the right port you can set the RTS via a button in the lower half of the GUI. Works for me

NewToThis

Posted 2011-05-10T19:23:55.807

Reputation: 1