Andrew Holt
Andrew Holt
I know this a little old now, but I'm looking at this again. Anybody give me a pointer ?
I managed to get this to work. I reprogrammed the device with micropython (successfully) and then with cforth. And it works.
Spoke to soon, works but on startup it sometimes does not. Also, when it does start, can't switch relay
OK, some progress. I removed most of the code from app.fth leaving just the bare minimum. I have a utility word ``` #32 constant /msg-buffer #255 constant /topic-buffer /msg-buffer buffer:...
I understand that you have a day job Mitch, I was wondering if others (who post here) had seen this. I interrupt the auto start. I then enter ``` '...
Hi Mitch, Is there any way I can make use of this ? On Tue, 26 Jan 2021 at 19:12, Mitch Bradley wrote: > Yes, I have used cooperative MT...
Thanks for that. I'll take a look ASAP. Regards, Andrew On Sun, 7 Feb 2021 at 22:37, Mitch Bradley wrote: > I updated the multitasking code for CForth. Pull the...
A quick scan would suggest that you replace (pause with (pause) Haven't actually tried it yet, that's from observation.
Hi, I'm hoping to make a start sometime over the christmas break. I'll kep you posted . Regards, ANdrew On Thu, 17 Dec 2020 at 17:16, Mitch Bradley wrote: >...
Thanks for the advice. I like the simple approach. I guess something like: #127 do i read address 0 test for ACK if i . cr then loop ;