Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 15:22 14 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : CMM2: mode interrupt doesn't work from command line

Author Message
capsikin
Guru

Joined: 30/06/2020
Location: Australia
Posts: 342
Posted: 03:00am 22 Aug 2020
Copy link to clipboard 
Print this post

If I run the program below it slowly draws on the screen as I expect, but if I run from the command line: CLS:MODE 1,8,0,test:pause 5000

it doesn't seem to call the interrupt. This is maybe for the best but I didn't see it in the manual yet.

x=50
y=200
SUB test
 x=x+1/10
 pixel int(x) mod 300,y
END SUB

CLS:MODE 1,8,0,test:pause 5000

 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10580
Posted: 08:35am 22 Aug 2020
Copy link to clipboard 
Print this post

  Quote   This is maybe for the best


It is - believe me  
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025