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 / *8900 (-20)
  Test
 
I think my messages don't make it to the group... Test only... (20 years ago, 27-Sep-04, to lugnet.robotics.rcx.legos)
 
  How to do it
 
Please help me. I want to send DDE messages from another software to Bricx. This DDE messages will send messagens to RCX. Summarizing, my own software will send dde to bricx whon will send messages to RCX. I want to know which messagens i should (...) (20 years ago, 26-Sep-04, to lugnet.robotics.rcx)
 
  Sending messages
 
Hi, i'm from Brazil and i don't have a good English, so if i make some mistakes sorry. I'm making a project using RCX. I need to send a message to this, but i wouldn't want to use bricx and robolab to do it. I'd like to make my own software whom (...) (20 years ago, 26-Sep-04, to lugnet.robotics.rcx)
 
  Re: compiling problmes 2
 
(...) Could the unresolved referenced be from the code you are adding to brickOS? From the looks of it, some of the unresoveds are probably defined in a header file (all caps is a hint). Maybe they were implied in the GCC compiler, but I doubt it. (...) (20 years ago, 25-Sep-04, to lugnet.robotics.rcx.legos)
 
  source install brickos - stdio.h: No such file or directory
 
I try to install the source of brickos on debian (kernel 2.6.8) like this : ganymedes:~# apt-get -b source brickos When I do this I receive the following error. I checked if I met all the dependencies and there were no problems. make[1]: Entering (...) (20 years ago, 24-Sep-04, to lugnet.robotics.rcx.legos)
 
  Re: BricxCC NQC
 
(...) I'm afraid you can't use DDE to make BricxCC send a message to RCX. You could write software which directly uses NQC to send messages to the RCX (since it supports the standard IR message feature in the RCX firmware. I have written a small (...) (20 years ago, 24-Sep-04, to lugnet.legoland, lugnet.robotics.rcx)
 
  Re: Sending messages
 
(...) Hello Ian - You may get better help in the RCX group and not the Legoland area. I am cross-posting this to the RCX group. Here is a direct link to it also: (URL) P (URL) (20 years ago, 24-Sep-04, to lugnet.legoland, lugnet.robotics.rcx)
 
  howto apply usb patch to brickos
 
Hi, thanks to some responses from this forum I now know that I need to patch brickos in order to function with the usb ir tower. The problem is...I have no idea how to apply this patch. I already downloaded the patch from sourceforge.net: (...) (20 years ago, 23-Sep-04, to lugnet.robotics.rcx.legos)
 
  compiling problmes 2
 
Hi everybody, as I mentioned in my first question I am trying to use BrickOS. But I am not using the Bricx Command Center or something special for the LEGO RCX to compile it, I am using the HEW (Renases tool for the H8/300L microcontroller which is (...) (20 years ago, 23-Sep-04, to lugnet.robotics.rcx.legos)
 
  Re: compiling problems
 
(...) Rudolf, I'm not the one to answer your question, but I can tell you this: You need to provide the list of unresolved references before anyone can help you. Unresolved references are typically because not all files are identified in the (...) (20 years ago, 23-Sep-04, to lugnet.robotics.rcx.legos)
 
  compiling problems
 
Hello everybody, I downloaded the source files of BrickOS and tried to build them. During the compiling process there are no errors, but during the linking process over 270 errors are appearing. All errors are "undefined reference" errors, which (...) (20 years ago, 22-Sep-04, to lugnet.robotics.rcx.legos)
 
  firmdl3 usb error linux
 
Hi, I'm running brickOS(0.2.6.10.6-1) on my debian (kernel2.6.8) using the /lib/modules/2.6.8-3...sbtower.ko driver for the usbtower(robotics inventions 2.0 - RCX2.0). Adding this driver gave me the following kernel message: Sep 22 18:51:46 (...) (20 years ago, 22-Sep-04, to lugnet.robotics.rcx.legos)
 
  NEW RIS
 
Does anyone know if LEGO is going to release a new RIS after the 2.0??? (20 years ago, 19-Sep-04, to lugnet.robotics.rcx)
 
  Re: Understanding Event Register Container
 
(...) I got clarification from Tufts University: The text "Variable 0 = 0" should have read "Variable 0 = Event Register". * Variable 0 is the Red Container * = 0 is sort of a typo I believe a change from "= 0" to "Event Register" will be in the (...) (20 years ago, 2-Sep-04, to lugnet.robotics.rcx.robolab)
 
  Re: Remote Message Buttons
 
(reviving an old thread...) (...) I have exactly the same problem. I receive every keys except the three message keys (see sample code below - the final target will be to use the remote to control several motors on several RCX). Any idea ? Thanks in (...) (20 years ago, 1-Sep-04, to lugnet.robotics.rcx.legos)
 
  Re: Waiting for more than one event
 
(...) You could setup two concurrent events or do something like : Loop until 5 seconds is up If Touched, exit loop (20 years ago, 29-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Waiting for more than one event
 
What is the best way of waiting for more than one type of event? I want to turn on a motor and run it for 5 seconds or until the tough sensor is pressed, whichever comes first. This seems like such a basic problem that I'm quite sure there must be a (...) (20 years ago, 29-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Re: Understanding Event Register Container
 
(...) Container defaulted to the Red Container. The actual question was raised by one of my students. He couldn't understand why Variable 0 was assigned a 0. I suspect that the 0 means "the event register". The designation is sure confusing. To (...) (20 years ago, 27-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Re: Understanding Event Register Container
 
(...) Are you zeroing out the container in this step? I'm not used to reading a robolab program like this. How did you output the text? I would be interested in see the vi. Could you post it or send it to me? James (URL) (20 years ago, 27-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Understanding Event Register Container
 
Below is text output of a Robolab 2.5 program using two concurrent events. What exactly does "Variable 0 = 0" mean? It's right under the EventLand label. This line represent the default Red Container being assigned the Event Register Container. (...) (20 years ago, 27-Aug-04, to lugnet.robotics.rcx.robolab)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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