Timer.Stop() vs Timer.Interval = "Some number" All replies (2)Monday, May 6, 2019 12:25 PM ✅AnsweredThere is no "reset" method for the timer. You cant set the current internal count of the timer. You must stop the timer to reset the count to the max of the interval. The i...
1) Is there any way to detect which of the two Bluetooth port is the correct one to use and if so, please give me an example.2) If not, how do I prevent my app from hanging if a user tries to use the wrong port?Thanks,