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 / *9135 (-20)
  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)
 
  Re: Swan Firmware
 
(...) Application Programming Interface (URL) Oh my god. I'm completly lost :( Sorry. (...) I'm not sure what you are confused about. The API defines a series of values and functions which you can use in your NQC programs. The three lines above show (...) (20 years ago, 7-Feb-05, to lugnet.robotics.rcx.nqc)
 
  Re: Swan Firmware
 
(...) Um. I have no idea what an API is :-/ (...) Oh my god. I'm completly lost :( (...) Whaaa?? (...) When I copy/paste that into BricxCC, I get an when I hit the Compile/download button: Undefined function: "SetUserDisplay"...?? I think I'm going (...) (20 years ago, 7-Feb-05, to lugnet.robotics.rcx.nqc)
 
  Re: Swan Firmware
 
(...) Having downloaded a copy of swan_test.zip which contains the latest test release of BricxCC and NQC you can use nearly all the new and enhanced features in the Swan firmware. You can view the "official" API built into NQC by executing the (...) (20 years ago, 6-Feb-05, to lugnet.robotics.rcx.nqc)
 
  Re: Swan Firmware
 
Okay, okay, bad form responding to my own post. I got the new firmware on my RCX, downloaded the latest version of BricxCC, and NQC. But I can't figure out how to use this SetUserDisplay command? I want to show a variable on the display. I have no (...) (20 years ago, 6-Feb-05, to lugnet.robotics.rcx.nqc)
 
  Re: Swan Firmware
 
(...) I feel so awful asking this, becuase I'm sure it must have been covered somewhere before - I'm not very good at understanding quite how everything works (API's and includes and so forth - no idea what that stuff is!). But here's my question: (...) (20 years ago, 6-Feb-05, to lugnet.robotics.rcx.nqc)
 
  Re: a problem ... need some help !
 
(...) Although you may not be using BricxCC to compile your leJOS code I think it might be instructive to describe how BricxCC manages to compile leJOS code properly. The way BricxCC works with leJOS is to create a very simple makefile that launches (...) (20 years ago, 6-Feb-05, to lugnet.robotics.rcx)
 
  BrickOS 0.9.0 -- Debian "sarge" works...
 
Well, wouldn't you know, on the very next dist-upgrade after I posted that brickOS 0.9.0 was still in "unstable" on Debian, it materialized in "testing". My laziness was undone! Anyways, I compiled the examples in the Debian-packaged demo (...) (20 years ago, 6-Feb-05, to lugnet.robotics.rcx.legos)
 
  Re: Robolab Documentation
 
After Dick's recommendation and Elizabeth's support, I purchased Engineering With LEGO Bricks and Robolab ((URL) Second Edition for ROBOLAB 2.5.4 is now shipping. I have struggled with this program for several years, Now, while reading the book, the (...) (20 years ago, 5-Feb-05, to lugnet.robotics.rcx.robolab)
 
  Re: a problem ... need some help !
 
hi,,, thanks, i just defined JAVAC to where my javac is and its working but there is a small problem that i have to put the java file im compiling in lejos\bin because it doesn't work when i set the CLASSPATH ! i also defined JAVA env var to (...) (20 years ago, 5-Feb-05, to lugnet.robotics.rcx)
 
  Re: a problem ... need some help !
 
On the off-chance you might be trying to use lejos with BricxCC here are a few instructions that should get things working. It has been a while since I tried to use lejos with a recent java SDK and it turns out that the pre-built minimal lejos (...) (20 years ago, 5-Feb-05, to lugnet.robotics.rcx)
 
  Re: Help please !!!
 
does documentation not talk about what values should be given to JAVAC env variable (...) (20 years ago, 5-Feb-05, to lugnet.robotics.rcx.java)
 
  Re: Help please !!!
 
as <J2SDK1...>\bin\javac (...) (20 years ago, 5-Feb-05, to lugnet.robotics.rcx.java)
 
  Re: Help please !!!
 
ya javac works fine from the command prompt ... so what can i define JAVAC as? (...) (20 years ago, 4-Feb-05, to lugnet.robotics.rcx.java)
 
  Re: Help please !!!
 
you seem to be having some basic problem.. try defining JAVAC variable and r u able to execute command javac from the command prompt (...) (20 years ago, 4-Feb-05, to lugnet.robotics.rcx.java)
 
  Help please !!!
 
hi ... im a newbie ... i have a problem with the lejos setup i did all the instructions and when i tried to compile a java file using the lejosc command i got this reply: Unable to execute javac. Return value of exec is -1. Make sure javac is in the (...) (20 years ago, 4-Feb-05, to lugnet.robotics.rcx.java)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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