Search found 414 matches

by olzeke51
Sat Aug 31, 2019 12:29 pm
Forum: Software issues
Topic: BT/tclterm function
Replies: 1
Views: 8059

BT/tclterm function

what does the <RESTART> button do in the BT window?? some of the Tclterm.tcl code implies a 'resume' function ?? " ^ " ' restart_resume.jpg Thanks for any clarification... Gary edit: to my thinking -- RESTART would begin my program again..... "Resume" would pickup from a Programmed STOP command
by olzeke51
Sat Aug 31, 2019 2:12 am
Forum: Software issues
Topic: Multi-tasking
Replies: 8
Views: 20389

Re: Multi-tasking - JUST CURIOUS

OFF HAND - - - Do you know why there are so many 'Power ON' messages on a multi-tasking program when you use BT<button> to <STOP> it ??. . . . JUST CURIOUS -( not concerned about the number of blank lines) My BT window copy:: ' 83400 34794 83460 34794 83520 34794 83580 34858 <<< PROGRAM DATA *****PU...
by olzeke51
Fri Aug 30, 2019 10:13 pm
Forum: Software issues
Topic: Timing Loop Variations
Replies: 7
Views: 15944

Re: Timing Loop Variations

Thanks for the info - I was suspicious of register/memory usage/branches that would be needed for the different 'loops' that you would create - haven't delved too much into the Assembler(on the ARM),,,yet. ' I needed an 'exit' condition as I was trying to avoid WAITMICRO..WAIT.. .I was suspicious th...
by olzeke51
Wed Aug 28, 2019 6:28 pm
Forum: Software issues
Topic: Timing Loop Variations
Replies: 7
Views: 15944

Re: Timing Loop Variations - DO..UNTIL

I thought of another loop method/conditional
using the DO...UNTIL command - faster results
'
delay-do-until.jpg
delay-do-until.jpg (162.09 KiB) Viewed 15933 times
by olzeke51
Tue Aug 27, 2019 10:22 pm
Forum: Software issues
Topic: Timing Loop Variations
Replies: 7
Views: 15944

Re: Timing Loop Variations

the rest of the FOR..NEXT loops
by olzeke51
Tue Aug 27, 2019 10:21 pm
Forum: Software issues
Topic: Timing Loop Variations
Replies: 7
Views: 15944

Re: Timing Loop Variations

these are for the FOR..NEXT loop
by olzeke51
Tue Aug 27, 2019 10:20 pm
Forum: Software issues
Topic: Timing Loop Variations
Replies: 7
Views: 15944

Re: Timing Loop Variations

two more for WHILE..LOOP
by olzeke51
Tue Aug 27, 2019 10:19 pm
Forum: Software issues
Topic: Timing Loop Variations
Replies: 7
Views: 15944

Re: Timing Loop Variations

here are screen capture of the program listing and its result inBT
This is for the WHILE..LOOP conditionals
by olzeke51
Tue Aug 27, 2019 10:17 pm
Forum: Software issues
Topic: Timing Loop Variations
Replies: 7
Views: 15944

Timing Loop Variations

FWIW- there are variations in the results of timing loops WHILE..LOOP are faster than FOR..NEXT; as Bruce states ' while working on a Multi-Task scenario - I wanted to eliminate the WAIT() and WAITMICRO() statements; so I decided to use a timing loop that just increments a value [for 6 millisecs]. I...
by olzeke51
Sat Aug 17, 2019 1:17 am
Forum: Future products
Topic: BASIC for Arduino ARM
Replies: 12
Views: 31108

Re: BASIC for Arduino ARM - Adafruit Feather M0 Expres

Hey Y'all, In anticipation of the kickstarter release of the SAMD21G ARMbasic firmware, I turned an ADAFruit 'Feather M0 Express' into a testbed for Coridium - I'll get to CircuitPython in a bit.!! ' It appears that the pinout functionality is very similar to the Arduino Zero. There aren't as many D...