To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *2425 (-20)
  Multitasking questions
 
1) scripts/muldemo.txt uses the word HAT instead of ALLOT_TASK. Does HAT actually exist or is this left over from hforth. 2) Tasking by convention? When do tasks switch? PAUSE obviously. Does AWAKE actually context switch or only mark the task as (...) (24 years ago, 3-May-00, to lugnet.robotics.rcx.pbforth)
 
  RE: Multitasking
 
(...) Yes, indeed it does. But the catch is that if you're NOT in the CLI and spinning on something, you don't get anything else done (DUH!) Steve, you sound like you know multitasking issues. Sorry if what I said in a previous post implied (...) (24 years ago, 3-May-00, to lugnet.robotics.rcx.pbforth)
 
  Multitasking
 
Does the prompt handler (CLI) do multitasking? In otherwords if a new task is started and control returns to the CLI will the new task ever run? I think I am asking whether it calls PAUSE in a loop while waiting for user input? (24 years ago, 3-May-00, to lugnet.robotics.rcx.pbforth)
 
  serial port configuration?
 
What is the proper serial port configuration? I had it once but I lost it. I'm having other problems so the hunt around method of finding the parameters isn't working. I can no longer communicate (firmdll etc.) unless the RCX is inches away from the (...) (24 years ago, 3-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: Alternatives for NQC Event Support
 
(...) Within a week. There are a few more things I need to clean up before RCX 2.0 support is ready for alpha. Dave Baum (24 years ago, 2-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: make error in Linux build for LegOS 0.2.4
 
(...) /root/legos_new/legOS. (...) "s/legOS.*/legOS/i") which ends up (...) it out doesn't (...) sed support (...) something like: (...) I've modified in: export LEGOS_ROOT=$(shell pwd | sed -e "s/\\(.*\\)LegOS.*/\1legOS/i")/ that should works. (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Alternatives for NQC Event Support
 
(...) I like the second option, find it more elegant and similar to analogous constructs in other languages. But I do see its possible side effects and misuses, so my final choice is option 3. Mario Web page: (URL) member page: (URL) member of (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Windows communication to the RCX
 
Hello all, after playing a bit with Manuel's application, I ended with a console Win32 application to send/receive LNP messages. It's more simple and ready to be used in combination with other applications. However, it doesn't use overalapped I/O (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.legos)
 
  Re: make error in Linux build for LegOS 0.2.4
 
(...) I tried that already. I since tried to interpret the output of "make -d" and think I found it. The problem is in the definition of LEGOS_ROOT. I am in /root/legos_new/legOS. In Makefile.common it is calculated with (pwd | sed -e (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Alternatives for NQC Event Support
 
3 for me. When can we expect to see a version of nqc that will download the new firm into the rcx? Dave Baum <dbaum@spambgoneenteract.com> wrote in message news:dbaum-062405.16...net.com... (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: make error in Linux build for LegOS 0.2.4
 
"Steve morris" <smorris@nexen.com> ha scritto nel messaggio news:390E39A3.D49806...xen.com... (...) Have you tried using: $ make clean $ make realclean $ make depend I suspect that you miss .depend files (but I'm not sure). Bye, Paolo. --- Anyone (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.legos)
 
  Re: IR communications related questions (long)
 
(...) I guess what I am really looking for is some kind of quick reference guide. If Hendtlass's book is compatible then I can use his appendix. (...) Gaining experience with real time issues is not exactly my problem :) (...) I guess I need to look (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: Alternatives for NQC Event Support
 
(...) 3. Definitely 3. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 2-May-00, to lugnet.robotics.rcx.nqc)
 
  make error in Linux build for LegOS 0.2.4
 
I haven't spent much time analyzing this yet but here is the log. This seems familar somehow but I can't remember why. I checked my 0.2.3 area and it builds fine. I've been diff'ing makefiles but nothing leaps out so far. Note that I do make twice. (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.legos)
 
  RE: IR communications related questions (long)
 
(...) Back? You're switching back? Great! Sorry for quoting so much, but the points are apropos the discussion... (...) I based pbForth on hForth, by Wonyong Koh. It is pretty much compatible with any ANSI forth as well. Check out (URL) for more (...) (24 years ago, 2-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: Alternatives for NQC Event Support
 
(...) I like 3, given the +xx problem with try/catch. (24 years ago, 2-May-00, to lugnet.robotics.rcx.nqc)
 
  It's time to release some patches for LegOS 0.2.4
 
I've just released on legos.sourceforge.net my patches for LegOS. I was waiting for some life signal from Marcus. In absence of those signals, I assume that all is right... ;-) Forgive me if I broke down something for Linux people, but if I didn't (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.legos)
 
  IR communications related questions
 
I've been working with LegOS for a while but am quite frustrated. I have been unable to get lnp working and am thus unable to to communicate with the host. It is all overkill for me since I merely want to capture some simple data. I am switching (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.pbforth)
 
  Alternatives for NQC Event Support
 
RCX 2.0 adds firmware support for events and resource acquisitiion. The primitives are rather straight-forward. For events, one command beings event monitoring on a set of events, another stops monitoring. If a monitored event occurs, control is (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Need help to put sound in Minerva Program.
 
Many Thanks to you Jonathan. This will help a great deal with this project. -- Bob Fay rfay@we.mediaone.net The Shop (URL) Knudsen" <jonathan@oreilly.com> wrote in message news:390D8A8D.11A2B9...lly.com... (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR