4

I'm working on software that needs to communicate with hardware over RS232 interfaces. In order to test I'm currently using 2 USB-TO-SERIAL devices connected to eachother using an RS232 cable. (Of course both USB devices are connected to the same computer).

While it's perfectly possible to test this way, I'm wondering if there is no way to create 2 virtual com ports on my system and connect them to eachother.

I'm using Windows 7 RC1

TimothyP
  • 299
  • 1
  • 5
  • 15

3 Answers3

7

I'm not sure if this will help but I checked out several months ago as a replacement for Digiboards. I haven't actually used it but it seemed that it was useful.

http://com0com.sourceforge.net/

kovert
  • 437
  • 3
  • 8
  • I've been using this tool and it works like a charm. I spent a lot of time researching similar tools and this is, by far, the best. – JAG Jun 02 '09 at 04:01
3

Here are a few commercial options I found after a quick search.

I am not sure if any will support Windows 7, until it is released.

stukelly
  • 1,015
  • 13
  • 18
-1

Virtual COMM Port Driver (Windows 7 - 10):

http://www.netburner.com/products/netburner-software/deployment-tools

Marcin
  • 1