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.
heppy36 Regular Member Joined: 29/07/2011 Location: AustraliaPosts: 54
Posted: 10:25pm 26 Mar 2017
Copy link to clipboard
Print this post
Hi all,I have just built my micromite with LCD backpack,and you have probable had same question before (sorry for this)I have been loading and testing lost of programs,the last one have the auto run option so now it runs all the time,how do I stop it? From tera term can I see all the bas files and delete them?sort of loaded quite a lot? I am running the PeterMDemo and its great,has anyone got it realy connected to input pins and working?might be a bit much for me to work out the correct code (Its a realy Great demo) This is a fantastic good quality project and great fun Thanks for everyone effort to make is maximite work Martin heppenstall
Heppy
WhiteWizzard Guru Joined: 05/04/2013 Location: United KingdomPosts: 2959
Posted: 01:56am 27 Mar 2017
Copy link to clipboard
Print this post
To stop the program; use Ctrl-C from a connected Terminal program (i.e. TeraTerm)
Then at the command prompt simply type: OPTION AUTORUN OFF (to stop it outrunning in the future.
NOTE: So programs include the OPTION AUTORUN ON in the actual code which will then switch on the AUTORUNning feature again. Personally I would remove this from code (if it exists) and leave it under the control from the Command Prompt