
Comm Port Open/Close question
While working in the emulation environment, my syntax for
opening the Comm port works, but the emulation crashes
when I try to close it. Any ideas?
.
.
Comm1.CommPort = CStr(sCommPort)
Comm1.Settings = sCommStr
Comm1.PortOpen = True
Comm1.PortOpen = False - emulation crashes on this line.