I'm writing an app which uses the serial ports, so far it almost works, using Timers..I have a few questions on Timers:-
1...Is it OK to use more than 1 timer at a time, it does work but is good/bad
2...If more than 1 is used when do they fire..are they connected in any way or does it depend on when they are Enabled?
3...Is it good or bad to jump to a Sub from within a timer, if you do does the timer still fire or is it suspended until it is exited..similar if you stay in a timer longer then the interval does it still fire?
Anyone got any thoughts on these?
Dave.
:sign0085:
1...Is it OK to use more than 1 timer at a time, it does work but is good/bad
2...If more than 1 is used when do they fire..are they connected in any way or does it depend on when they are Enabled?
3...Is it good or bad to jump to a Sub from within a timer, if you do does the timer still fire or is it suspended until it is exited..similar if you stay in a timer longer then the interval does it still fire?
Anyone got any thoughts on these?
Dave.
:sign0085: