Hi All
I need help again please. I have managed to sort out my code to communicate with Total Stations and external GPS units.
But now I am facing a new problem with mostly Chinese GPS\Total Station systems. When I want to pair with the GPS unit, an external window pops up asking me whether I want to pair. The problem is that this window is only visible for a split second before it disappears. In Debug mode I stop the program where the external window appears and I can press the "Pair" button on the external window.
Is there a way to force the program to "Pause" until the "Pair" button on the external window is clicked?
The external window pops up at "Serial.Connect(CGlobals.Mac), but disappears after a spli second.
I need help again please. I have managed to sort out my code to communicate with Total Stations and external GPS units.
But now I am facing a new problem with mostly Chinese GPS\Total Station systems. When I want to pair with the GPS unit, an external window pops up asking me whether I want to pair. The problem is that this window is only visible for a split second before it disappears. In Debug mode I stop the program where the external window appears and I can press the "Pair" button on the external window.
Is there a way to force the program to "Pause" until the "Pair" button on the external window is clicked?
Code:
The external window pops up at "Serial.Connect(CGlobals.Mac), but disappears after a spli second.