C
Craig Lister
Hi guys.
I have an application I have created, which sends and recieves data
from a COM port. It's simple text going back and forth.
Sometimes, It's hard to get the right test data onto the device to do
testing with... so I would like to create a fake COM port somehow...
so that it shows up as COM4, for example, which would allow me to
connect my device to this COM port, and then I can send what ever data
I want back to my device.
Is this possible? Like a TCP server, except, a COM server.
I have an application I have created, which sends and recieves data
from a COM port. It's simple text going back and forth.
Sometimes, It's hard to get the right test data onto the device to do
testing with... so I would like to create a fake COM port somehow...
so that it shows up as COM4, for example, which would allow me to
connect my device to this COM port, and then I can send what ever data
I want back to my device.
Is this possible? Like a TCP server, except, a COM server.