G
Guest
Using VB.net and Windows 2000.
Have a main application that occasionally needs to send data to a serial
printer. Need bi-directional communication with the printer to show when it
goes offline, out of paper, etc.
I am thinking that this needs two EXE programs so that the main application
does not get bogged down while the serial printer is printing. Will then run
on separate threads.
What is the best way to communicate between two EXE's running on the same
computer?
Is this the right approach?
Thanks for your help.
Have a main application that occasionally needs to send data to a serial
printer. Need bi-directional communication with the printer to show when it
goes offline, out of paper, etc.
I am thinking that this needs two EXE programs so that the main application
does not get bogged down while the serial printer is printing. Will then run
on separate threads.
What is the best way to communicate between two EXE's running on the same
computer?
Is this the right approach?
Thanks for your help.