Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: toraora on May 09, 2012, 12:26:48 am

Title: Real Time Clock
Post by: toraora on May 09, 2012, 12:26:48 am
Hi,

There exists a startTmr command in Basic, but I could not figure out how to use it in Axe (or if it is even supported). IIRC, the calculator has a RTC mapped to an external port, if so, is this accessible through Axe? Or is there another way to stop execution 10 seconds after it begins?


Thanks,
Toraora
Title: Re: Real Time Clock
Post by: Juju on May 09, 2012, 12:28:39 am
IIRC you have to use Asm(.
Title: Re: Real Time Clock
Post by: DJ Omnimaga on May 09, 2012, 12:31:12 am
Just note, however, that if you use the clock features, you should make sure to warn regular 83+ users that your program will not work on their calculator.
Title: Re: Real Time Clock
Post by: toraora on May 09, 2012, 12:48:04 am
I remember reading about an Asm( function to read from a certain port, but I can't find it.
Title: Re: Real Time Clock
Post by: Hayleia on May 09, 2012, 01:02:21 am
This (http://ourl.ca/4129/270189) may help you :)