I am writing a c program in which I would like to read the output from a
second program which writes to the com2 port. Is there a way in Windows to
redirect the com2 output to go to standard output so that I can use the pipe
symbol to allow my program to read it with a scanf?
Pardon me if this is an appropriate forum for this question.
crazy ed
second program which writes to the com2 port. Is there a way in Windows to
redirect the com2 output to go to standard output so that I can use the pipe
symbol to allow my program to read it with a scanf?
Pardon me if this is an appropriate forum for this question.
crazy ed
Comment