 | | Re: Aborting from ISR
|
|
Ah I see... intriguing idea :) Rereading your original post it should have been quite clear what you wanted. Unfortunately (as far as I know) Mario is right, there doesn't seem to be a clean solution other than manipulating the return stack. I've (...) (23 years ago, 16-Jul-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | Breaking from infinite loops
|
|
This feels vaguely similar to a question just recently posed, almost. I need a way to get out of a user program that intentionally defines an infinite loop. My best attempt so far at an exit word : exit POWER_OFF LCD_4TH LCD_REFRESH ; in the context (...) (23 years ago, 16-Jul-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | Re: detecting memory leaks
|
|
I've been experimenting with memory leak detection in the wake of recent discussions, and have some additional thoughts, including a potential kernel patch issue. This msg is a bit long, appologies. The proposed method of checking for memory leaks (...) (23 years ago, 16-Jul-02, to lugnet.robotics.rcx.legos)
|
|
 | | Specs on MindStorms Lamp
|
|
Anyone know the specs on the MS lamp? 1.5v? Current? What sort of lamp? -- Wayne T. Watson (121.015 Deg. W, 39.262 Deg. N, 2,701 feet), Nevada City, CA "Hell is truth seen too late." -- John Locke Web Page: <home.earthlink.net/~mtnviews> Imaginarium (...) (23 years ago, 16-Jul-02, to lugnet.robotics)
|
|
 | | Lejos discussion archives
|
|
The last message I find is dated July 7,2002 using the link (URL) there a problem with geocrawler? or is my link out of date? Roger (23 years ago, 16-Jul-02, to lugnet.robotics.rcx.java)
|
|
 | | Re: Aborting from ISR
|
|
(...) I see. Tired of re-booting hey? :o)) There's no way already available that I know of. I think that Mr. Hempel is looking into this. Maybe if we play with the return stack... (...) The way Forth works is that it is running the program. If you (...) (23 years ago, 15-Jul-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | Re: Light sensor question
|
|
Hi Matt, I'll try to help. :o) First, you have to specify the type of sensor that is hooked on the port. You do that with: type port SENSOR_TYPE Let me know if you need to know the different values for 'type'. 3 is a light sensor. Ports are numbered (...) (23 years ago, 15-Jul-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | Request of information
|
|
LEGO This is to express my interest in receiving information about Robotics (hardware accesories, software, programming languages, new technologies, possibility of participating in training, etc.) You can send me information either in English or (...) (23 years ago, 15-Jul-02, to lugnet.robotics)
|
|
 | | RE: IR Tower and USB-Serial adapter
|
|
Somewhere on the net I saw instructions on how to convert the serial tower to a USB device by opening it up and soldering in some pieces from Radio shack. I looked around a little, but couldn't find the page. Perhaps someone knows the URL or has (...) (23 years ago, 15-Jul-02, to lugnet.robotics)
|
|
 | | Re: Aborting from ISR
|
|
Hi, (...) My questions were a bit ambiguous. I don't want to abort the routine running on the ISR; I want (from the ISR routine) to abort a currently running user routine - eg abort something started from the console. So, for example, if a program (...) (23 years ago, 15-Jul-02, to lugnet.robotics.rcx.pbforth)
|