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 / *9150 (-20)
  Problem with makefile
 
Hello! I have a problem with making a program, which consists of some sourcefiles. I copied the Makefile out of the demo/c++ folder into my project directory and changed the paths, so that the included Makefiles and the brickOS directory can be (...) (20 years ago, 24-Feb-05, to lugnet.robotics.rcx.legos)
 
  reduce the installation time of robolab2.5.4?
 
Hi 2.5.4. takes quite long time to install. I attempted not to install the training mission and check the box to tell it run the training mission off from CD instead. However, it claimed unfound files when I tried to run robolab. Any suggestion? (...) (20 years ago, 24-Feb-05, to lugnet.robotics.rcx.robolab)
 
  Problems to build the Hitachi-H8 cross-compiler
 
I tried to build the Hitachi-H8 cross-compiler to be used for brickos-0.2.6.10.6 . Trying to build based on binutils-2.10.1. I'm trying to install this on Win-XP. First I installed cygwin when I afterwards faced problems to execute commands. Solved (...) (20 years ago, 23-Feb-05, to lugnet.robotics.rcx.legos)
 
  unable to load brickos executable from /dev/usb/lego0
 
Hello! I have compiled succesfully brickos-0.2.6.10.6 under linux. After I installed it I loaded brickos.srec and helloworld.lx into the RCX. This time I tried to load an lx file I got the following error: "error deleting program" and after trying (...) (20 years ago, 22-Feb-05, to lugnet.robotics.rcx.legos)
 
  Re: Problems with Brixcc Cygwin
 
(...) This error indicates somewhat obscurely that the download did not complete successfully and that the installer is corrupted as a result. You will need to try downloading the file again. A download utility like Net Transport might be worth (...) (20 years ago, 15-Feb-05, to lugnet.robotics.rcx)
 
  Problems with Brixcc Cygwin
 
Hi, I'm running Brixcc on Win 98 and, during the installation process of the optional Cygwin installer, a window appers asking me to open a file named BRICXCCSETUPCYGWIN.002 which doesn't exist! Does anyone know what's happening? Thanks (20 years ago, 14-Feb-05, to lugnet.robotics.rcx)
 
  Northeast Region ROBOLAB Conference
 
Northeast Region ROBOLAB Conference Date: Friday April 8th, 2005 Location: LEGO Americas' headquarters in Enfield, CT. Purpose: To gather teachers and educators who use or plan to use ROBOLAB and LEGO Mindstorms to teach math and/or science in their (...) (20 years ago, 14-Feb-05, to lugnet.robotics.rcx.robolab, lugnet.robotics, lugnet.events, lugnet.robotics.edu)  
 
  Re: communication with USB on Linux
 
(...) So, unless I move to the 2.6.10 kernel and CVS leJOS, there's little to no chance I'll get the desired bi-directional communication with the USB tower working. (20 years ago, 13-Feb-05, to lugnet.robotics.rcx.java)
 
  Re: communication with USB on Linux
 
(...) Probably not. (...) You can keep it, just install the new one in a different directory and make sure you don't use the old one (change LEJOS_HOME and PATH). Jürgen (20 years ago, 13-Feb-05, to lugnet.robotics.rcx.java)
 
  Re: communication with USB on Linux
 
Hi Juergen, Thank you for your answer. Some questions though: (...) Yes, I did. That solved some problems. (...) Does CVS work with my 2.4.26 kernel as well? Should I remove the 'old' leJOS version first? (...) Thanks Huub (20 years ago, 13-Feb-05, to lugnet.robotics.rcx.java)
 
  Re: communication with USB on Linux
 
Hi Huub, (...) have you run make? (...) You can also get it working with the CVS version of Lejos and a Linux kernel >= 2.6.7, which includes the newest driver. To get and install Lejos from CVS do $ cvs -d:pserver:anonymous...root/lejos login $ cvs (...) (20 years ago, 13-Feb-05, to lugnet.robotics.rcx.java)
 
  Re: Help please !!!
 
(...) No, the documentation only talks about the path, which is a system variable, not an env. variable. (I assume you are using windows) I think you will have better luck if javac really is in your path. To verify that it is, type path in the (...) (20 years ago, 12-Feb-05, to lugnet.robotics.rcx.java)
 
  communication with USB on Linux
 
Hi, For some time I've been trying to get bi-directional communication using: - Slackware Linux 10.0 - leJOS 2.1.0 - USB IR-tower - RCX 2.0 So far I've managed to upload leJOS and the written software to the RCX. However, when I try to run the (...) (20 years ago, 12-Feb-05, to lugnet.robotics.rcx.java)
 
  Re: Swan Firmware
 
Hey Guys, Any ideas on that code, regarding that error no. 5? Iain (20 years ago, 11-Feb-05, to lugnet.robotics.rcx.nqc)
 
  Re: Can the Run button be reprogrammed?
 
(...) Ultimate Robolab provides very easy access to the RCX buttons. With a few icons you can reprogram any of them. Here a nice example : (URL) you press the Run-button in this example, you'll here a sweep down system sound. This is the philosophy (...) (20 years ago, 10-Feb-05, to lugnet.robotics.rcx)
 
  Re: Can the Run button be reprogrammed?
 
(...) Not to put too fine a point on it, but RUN, PRGM and VIEW are read from an I/O port, while the ON/OFF button is tied to an interrupt line. That's what lets you wake the RCX up from a deep sleep, which you can't do with the other buttons. Ralph (20 years ago, 9-Feb-05, to lugnet.robotics.rcx)
 
  Re: Can the Run button be reprogrammed?
 
(...) BrickOS does allow you to configure how the buttons are used. The RUN and Power buttons are read in the BrickOS "firmware", so you'd need to change the kernal, if you want to do other things with them, but it is very possible. So, yes, the run (...) (20 years ago, 9-Feb-05, to lugnet.robotics.rcx)
 
  Can the Run button be reprogrammed?
 
I was just wondering, can the Run button on the RCX be reprogrammed? I was thinking of a theoretical, fail-safe system, where it would be nice to run a clean-up routine after the run button had been pressed to stop the program. I reckon you'd have (...) (20 years ago, 9-Feb-05, to lugnet.robotics.rcx)
 
  Re: Swan Firmware
 
(...) No no, don't be. It's my own stupidity/ignorance in progrmaming terms. I'm slowly learning. (...) Good stuff, John. Thank you for your work on this, it's unbeliveable. I got it to do what I need. Now, the only problem is it doesn't seem to (...) (20 years ago, 9-Feb-05, to lugnet.robotics.rcx.nqc)
 
  Re: Sending Commands to Spybot from RCX - Question from a Beginner to Comm area.
 
Hi Everybody, I have used SendSpybotMsg and SendSpybotCtrlMessage (of course in connection with resopective set messages) without any problems using BCC 3.3.7.5 and 3.3.7.9. These two commands gives RCX a nice control over spybot. Specially (...) (20 years ago, 8-Feb-05, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, 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