probably at the beach
probably at the beach

Reputation: 15217

Modify COM Port device name at runtime (Windows)

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

Upvotes: 0

Views: 349

Answers (1)

leppie
leppie

Reputation: 117310

Not sure if this will help.

Null-modem emulator (com0com)

Upvotes: 1

Related Questions