question about PORT
Posted
by user222820
on Stack Overflow
See other posts from Stack Overflow
or by user222820
Published on 2010-01-30T16:13:46Z
Indexed on
2010/03/20
19:01 UTC
Read the original article
Hit count: 267
I have written a program in C# that sends text to COMx.
I wish to test it using HyperTerminal, meaning I want to read the text that I send with my program. When I set the WAIT FOR CALL in HyperTerminal, my program is refused access to the given port.
How can I test my program? Is it possible?
© Stack Overflow or respective owner