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?

link|improve this question
Out of curiosity, why not RDP to the laptop? – Iszi Rory or Isznti May 10 '11 at 19:25
I've tried. It does not seems to make the serial port available. – Fernando May 10 '11 at 19:33
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 Rory or Isznti May 10 '11 at 19:42
I need to code a driver for the meter communication and I can't run my tools on the laptop. – Fernando May 10 '11 at 19:47
feedback

1 Answer

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)

link|improve this answer
It won't send the RTS signal, just the data. I need to be able to remotely activate the RTS pin. – Fernando May 11 '11 at 12:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.