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 / *2435 (-20)
  Which terminal on Linux? plus random thoughts.
 
I'm interested in other people's experience with various terminal emulators on Linux. I've been using minicom with indifferent results, probably because it doesn't support delays between lines which possibly overruns pbforth's serial input. minicom (...) (24 years ago, 4-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: make error in Linux build for LegOS 0.2.4
 
(...) This was one of the first things that I tried but it complained about other tools it couldn't find. It's been a while but I think it had pass1 in the name. Nothing in my bin directory seemed to match. Frankly I stopped working on it since I (...) (24 years ago, 4-May-00, to lugnet.robotics.rcx.legos)
 
  Re: make error in Linux build for LegOS 0.2.4
 
Steve morris <smorris@nexen.com> wrote in message news:390EC1B5.416273...xen.com... (...) c++.cpp. The (...) I must have an (...) the cross tools. (...) Try changing the references from <h8...>g++ to <h8...>gpp. Rossz (24 years ago, 4-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Alternatives for NQC Event Support
 
(...) I'm sorry its been taking so long. I was right in the middle of an overhaul to the NQC code generation classes when RCX 2.0 firmware was posted. This meant I had to finish the re-design before moving onto the simpler matter of an RCX 2.0 API. (...) (24 years ago, 4-May-00, to lugnet.robotics.rcx.nqc)
 
  RE: sensor questions plus
 
(...) The ROM stuff is documented in Kekoa Proudfoot's internals document, see (URL) for all the details. The RCX interface words in pbForth call into the ROM... (...) It actually *processes* the results of a sensor read by the OCIA interrupt (...) (24 years ago, 4-May-00, to lugnet.robotics.rcx.pbforth)
 
  sensor questions plus
 
You said to keep asking questions. I'm taking you at your word. Questions I've got. o - Sensor questions: Could you explain how the sensor code works? How does it interact with the ROM. Is this (ROM stuff) documented elsewhere? What does SENSOR_READ (...) (24 years ago, 3-May-00, to lugnet.robotics.rcx.pbforth)
 
  Banging on the tasker
 
(...) That's my plan. The nice thing about the tasker is that people can write code in a format they are more used to. The same things can be done with event driven single task code but it inverts the control flow. It is more meaningful for most (...) (24 years ago, 3-May-00, to lugnet.robotics.rcx.pbforth)
 
  RE: Multitasking questions
 
(...) Ummm, I'm in the process of verifying all of the old scripts I package with pbForth. It looks like HAT is what actually works, and I've managed to change the documentation and not the code. HAT is in the origianl hForth implementation but I (...) (24 years ago, 3-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: Alternatives for NQC Event Support
 
(...) I can't wait. I've been holding off learning anything that might change... Does anyone know when RCXCC will support Scout downloading? Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 3-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Multitasking
 
(...) 90% of my career has been in embedded systems and now I am doing ASIC design. ASICs are the ultimate in multitasking. Every one of those gazillions of transistors looks at its input continuously in parallel with the others in order to decide (...) (24 years ago, 3-May-00, to lugnet.robotics.rcx.pbforth)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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