views:

18

answers:

1

I'm not sure if this is possible but my requirement is this.

On startup, my application swaps COM1 to COMV1, listens to the output interprets the data and passes it through to COM1.

On shutdown, my applications swaps COMV1 back to COM1 so applications can continue to use it as normal.

Thanks for any help, Richard

+1  A: 

Not sure if this will help.

Null-modem emulator (com0com)

leppie
Thanks leppie. I have been using com0com (great software) to listen to the output but I need to be able to redirect the legacy application to use it first at runtime!
Richard