Hello Guest it is April 23, 2024, 05:45:52 PM

Author Topic: Free virtual com port for testing plug-ins  (Read 3584 times)

0 Members and 1 Guest are viewing this topic.

Offline Jeff_Birt

*
  •  1,107 1,107
    • View Profile
    • Soigeneris
Free virtual com port for testing plug-ins
« on: August 18, 2008, 03:03:14 PM »
I've been working on an plug-in to talk over a Com port to an older Vector drive. I wanted to do some testing before actually powering up the drive and went looking for a free virtual com port driver. I found this: http://www.eterlogic.com/Products.VSPE.html, which looks to be as good as the commercial versions (of which I have used trial in the past).

A virtual Com port driver set up pairs of connect Virtual Com ports on your PC so you can interconnect two programs that are meant to talk over a serial connection. The driver linked above also has some capabilities to redirect a virtual com to TCP. I plan on using it to create a virtual device to test my plug-in with.
Happy machining , Jeff Birt
 

Offline da21

*
  •  87 87
    • View Profile
    • M-Machine
Re: Free virtual com port for testing plug-ins
« Reply #1 on: August 18, 2008, 03:09:23 PM »
interesting link Jeff , looks promising and should save a lot of work in the long run

Offline Jeff_Birt

*
  •  1,107 1,107
    • View Profile
    • Soigeneris
Re: Free virtual com port for testing plug-ins
« Reply #2 on: August 29, 2008, 12:35:12 PM »
I've found that VPSE program linked above works great. You can even redirect the com port to TCP which is great as it allows me to remote into the controller PC and redirect the serial traffic back to my desktop PC so I can take advantage of my dual monitors, having Mach/VS on the remote display and the serial data in teh other.

I was testing with Hyperterminal before starting on my own serial tester and then found this: http://realterm.sourceforge.net/index.html#downloads_Download, this seems to be super handy for serial debugging and seems to be extensible.
Happy machining , Jeff Birt