Report Bugs Here

Moderator: Mmiscool

User avatar
By raintime
#52916 Open a serial port and run this program. It keeps going even when I go back to [FILE MANAGER] etc. Is this what is intended?

a = 0
timer 1000, [mytimer]
wait
[mytimer]
serialprintln str(a)
a = a + 1
wait

I'm going out for breakfast.
User avatar
By Mmiscool
#52936 Only page that is going to stop it from running is the edit page and that only if you are logged in to the unit.

It is intended that a program run until it is ended.