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 / *4340 (-20)
  Re: Guide to Control Lab
 
Watch this: (URL) Gertsen - Denmark (...) (24 years ago, 19-Mar-01, to lugnet.dacta, lugnet.technic, lugnet.robotics.rcx.robolab)
 
  Re: Code
 
Chris, there's a CVS repository at SourceForge. Go to the legos page at legos.sourceforge.net. You'll need update access if you want to check anything in, but anyone can check out the latest, greatest source (or any previous version). HTH BTW, I (...) (24 years ago, 19-Mar-01, to lugnet.robotics.rcx.legos)
 
  About the speed of micro-scout
 
I want to use Scout to make Micro-scout's motor rotation, I want to know the speed of this motor when I send a VLL(16) or VLL(20), which power level (1-7) of RCX/Scout is similar to micro-scout's speed? Br Zhengrong (24 years ago, 19-Mar-01, to lugnet.robotics.scout, lugnet.robotics.rcx, lugnet.robotics.vll)
 
  Code
 
Is there a legOS code repository where LegOS users share code? (24 years ago, 19-Mar-01, to lugnet.robotics.rcx.legos)
 
  Re: [tinyvm-discussion] Re: LVI version 1.2.1
 
Last post, I swear :-) The site is fixed with the links in the download area, it should work now... Sorry for all the OT posts. Andy (...) (24 years ago, 18-Mar-01, to lugnet.robotics.rcx.java)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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