R
Richard Kucia
I have a little port tester app that lets me open/close/read/write the COM1:
port. Under normal circumstances, the app works fine. However, if I open the
port and then exit the program without closing the port, it seems to me that
the port is still open. I know this because if I rerun the program, it is
unable to open the port. A soft-reset is required to free the port (and that
leads to another problem; see my other post on this date).
Is there a workaround that will force the port to close when the program
terminates? Thanks.
Richard Kucia
port. Under normal circumstances, the app works fine. However, if I open the
port and then exit the program without closing the port, it seems to me that
the port is still open. I know this because if I rerun the program, it is
unable to open the port. A soft-reset is required to free the port (and that
leads to another problem; see my other post on this date).
Is there a workaround that will force the port to close when the program
terminates? Thanks.
Richard Kucia