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 / *4335 (-20)
  Re: Guide to Control Lab
 
active X control? (...) (24 years ago, 18-Mar-01, to lugnet.dacta, lugnet.technic, lugnet.robotics.rcx.robolab)
 
  Re: LVI version 1.2.1
 
Before I get e-mails saying the links are broken, I'll say that I am having problems getting the files to appear on the ftp site. You can get the current sources, but no classes yet. I will try to fix this soon. Andy (...) (24 years ago, 18-Mar-01, to lugnet.robotics.rcx.java)
 
  Re: ROM Firmware size limit? Firmdl bug?
 
(...) does the (...) them (...) web (...) when (...) rcx_comms (...) have (...) I've not done latest merge (few lines in firmdl.c), but I've modified the rcx_comms to make it win32-working (100%) inside legOS. I will send ASAP modified firmdl source (...) (24 years ago, 17-Mar-01, to lugnet.robotics.rcx.legos)
 
  Re: Remote Control Internals?
 
(...) The LEGO remote control sends bytecode D2 (documented in the RCX 2.0 SDK, but also supported in the 1.0 firmware). When multiple buttons are pressed, the appropriate bits are ORed together in the data portion of the packet. The packet gets (...) (24 years ago, 17-Mar-01, to lugnet.robotics.rcx)
 
  LVI version 1.2.1
 
There is a new version up at (URL) It includes an auto-typer, more color customizations (and a bunch that don't work ;), and support for loading previously opened files. There is a mailing list on the project page that will be used for announcements (...) (24 years ago, 17-Mar-01, to lugnet.robotics.rcx.java)
 
  Re: ROM Firmware size limit? Firmdl bug?
 
(...) I remember when I added support for larger firmware files, there was a merge that took place to get my changes into the LegOS version of firmdl. Probably Cygwin support got lost during this merge. This should be put back into LegOS for sure, (...) (24 years ago, 17-Mar-01, to lugnet.robotics.rcx.legos)
 
  Re: ROM Firmware size limit? Firmdl bug?
 
(...) Hmm. Quad speed downloading in Version 3.1 doesn't seem to work under Cygwin on W2K (though single speed does). It always returns either a 'write: permission denied' of 'bad ir link' error (which one it is seems to be random!) , even if the (...) (24 years ago, 17-Mar-01, to lugnet.robotics.rcx.legos)
 
  Re: leJOS: anyone building under Cygwin? problem! (very long, not wrapped)
 
(...) I think that if you are running this under bash (which it sounds like), you need to have only colons in your classpath. I had some of these same problems when I was trying to get TinyVM to run on Cygwin, although I wasn't using ant. Andy (...) (24 years ago, 17-Mar-01, to lugnet.robotics.rcx.java)
 
  Re: Remote Control Internals?
 
(...) Hi Greg, Have you managed to obtain any info on the remote yet? I would like to build my own. Happy hunting, Paul Wilson (24 years ago, 17-Mar-01, to lugnet.robotics.rcx)
 
  Re: leJOS: anyone building under Cygwin? problem! (very long, not wrapped)
 
(...) Twice, even! (...) I think it is. Putting "" around the entire classpath fixed the problem. This works: /prosrm/lejos:lejosc -d D:/dev/prosrm/build/classes -classpath "D:/dev/jdk1.3/j re/lib/rt.jar;C:/tem...arser.jar" D:/dev/prosrm/lejos/src/L (...) (24 years ago, 16-Mar-01, to lugnet.robotics.rcx.java)
 
  Re: leJOS: anyone building under Cygwin? problem! (very long, not wrapped)
 
(...) [snipped description of garbage characters output from lejosc] I hate to follow up to my own post, but I have some more info. This command line, with one item in the classpath, succeeds (well, it actually launches the compiler on the correct (...) (24 years ago, 16-Mar-01, to lugnet.robotics.rcx.java)
 
  leJOS: anyone building under Cygwin? problem! (very long, not wrapped)
 
I'm trying to run lejosc under Cygwin, and I'm running into an unusual problem. Background: I am actually attempting to fix up a system so that I can use Jakarta-Ant (URL) to manage the build process. It's a long story, but we use Ant here at work (...) (24 years ago, 16-Mar-01, to lugnet.robotics.rcx.java)
 
  Re: ROM Firmware size limit? Firmdl bug?
 
(...) Get the latest version of firmdl and/or the latest version of LegOS. (URL) (24 years ago, 15-Mar-01, to lugnet.robotics.rcx.legos)
 
  Re: video game type thing...
 
I'll try that. I thought it was something or other like this. I'll post when I'm at least partially successful. (24 years ago, 15-Mar-01, to lugnet.robotics.rcx.legos)
 
  Re: video game type thing...
 
Nick, The TOUCH_x macros are boolean - they return true or false. You should be testing if (TOUCH_2) {....} HTH ROSCO (...) (24 years ago, 15-Mar-01, to lugnet.robotics.rcx.legos)
 
  Re: Event monitoring
 
(...) You can generate a message internally with InternalMessage(X); but X must be a constant (can't be a variable). I'm not sure if this will trigger the message event - I haven't tried it myself. If it does trigger an event, you could use the (...) (24 years ago, 15-Mar-01, to lugnet.robotics.rcx.nqc)
 
  cannot download RCX Code
 
I just got my RIS last week and I've had a problem getting the IR unit to download RCX code to the RCX unit. I can download Firmware all I want and I downloaded RCX Command Center and tried downloading code from it and had no problems there either. (...) (24 years ago, 14-Mar-01, to lugnet.robotics.rcx)
 
  Re: The Voltage of RCX's output
 
(...) The actual voltage does not change. The perception of different levels of power is achieved by a pulse. At full power there is no pulse, at lower powers, the time between pulses increases. Luis (24 years ago, 14-Mar-01, to lugnet.robotics.rcx)
 
  Event monitoring
 
Hi all, I have just switched to NQC 2.3 b1 (from 2.2) to implement the new features of the RCX 2.0. I have used event monitoring to clean up my if/else statements that control outputs. This works fine with all legal event sources, but I use allot of (...) (24 years ago, 14-Mar-01, to lugnet.robotics.rcx.nqc)
 
  Re: Help me - Vision command with windows millenium. & another question
 
"Alan Carmack" <amenpage@earthlink.net> wrote in message news:004e01c0a5d6$76...jgb6b01... (...) videos (...) us (...) I use the Windows Movie Maker utility that came with ME, it seems to work OK although there are no format options. I'm looking for (...) (24 years ago, 14-Mar-01, to lugnet.robotics.vc, lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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