
Closing Comm Port with Sportster 28.8K (MSCOMM)
I am have an application that uses MSCOMM and works as a phone
dialer. The application works fine on my notebook, but on my
desktop PC when I press my hang up button, the modem does not
disconnect from the line. I know this because i can here the
connection over the modem speaker.
The Code that I use is as follows to hang up. Like I say, this
works for the notebook.
Comm1.output = "ATH" + Chr$(13)
Comm1.PortOpen = False
Thanks for any help
Jamie McCrindle