hi,
What is the right SerialOnCom sequence, do I set it BEFORE opening the port, or AFTER opening the port.
When I will close the port, what have I to do with SerialOnCom, and when must I do It?
With code like this:
If serial.PortOpen = True Then serial.PortOpen = False
or the opposit,
do I have to do something with SerialOnCom to(set are close)
I think there is a sequence that must be followed...
Anybody nows how?
I ask this because in opti-compile my pocket hangs when I close the GPS app...
Has something to do with closing the port and SerialOnCom sequence.
But can also be the fact that I do close the port in the scope of 'Sub Form1_Close'
Empty the scope, and place 'close the port' in another place has resolvet the problem, but I do not now why...
Put Claude Belgium
What is the right SerialOnCom sequence, do I set it BEFORE opening the port, or AFTER opening the port.
When I will close the port, what have I to do with SerialOnCom, and when must I do It?
With code like this:
If serial.PortOpen = True Then serial.PortOpen = False
or the opposit,
do I have to do something with SerialOnCom to(set are close)
I think there is a sequence that must be followed...
Anybody nows how?
I ask this because in opti-compile my pocket hangs when I close the GPS app...
Has something to do with closing the port and SerialOnCom sequence.
But can also be the fact that I do close the port in the scope of 'Sub Form1_Close'
Empty the scope, and place 'close the port' in another place has resolvet the problem, but I do not now why...
Put Claude Belgium