There 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 interval is the time between ticks. There is nothing else we can use in the timer. The timer internal count ...
compared to Rhinoscript which is a run-once operation -- so that's where one makes a choice between recursive looping (in RS) & live interactivity (in GH). I'd say RS mostly wins the battle because interactivity is fancy, but recursion can be a necessity. ...
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,