To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.javaOpen lugnet.robotics.rcx.java in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / Java / *276 (-20)
  Re: Aaargh...I need some help
 
(...) I would put the following two lines into a batch file which you execute prior to trying to compile and download your lejos programs. set LEJOS_HOME=<some path to lejos directory without a trailing slash> set CLASSPATH=%LEJOS_HOM...cxcomm.jar (...) (23 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
 
  Aaargh...I need some help
 
Hi, Can anyone lend a desperate soul a helping hand? Here's my problem: I've followed the installation directions for windows as outlined in lejos.sourceforge.net For your convenience, I've included the instructions here: Installation of the leJOS (...) (23 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
 
  Sensor listener
 
Hello! I'm using a Sensor listener to read a sensor in a behavior class. This is the code: public class Angestossen implements Behavior, SensorListener { public void stateChanged(Sensor touchsensor, int oldValue, int newValue) { if (...) (23 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
 
  [ANN] leJOSUnit v1.0 available
 
Hello, I want to let you know, that there is the first port of JUnit available for the leJOS Java platform based on LEGO Mindstorms. The main features of leJOSUnit are: - the core framework has been carefully ported to the very restricted leJOS (...) (23 years ago, 18-Sep-03, to lugnet.robotics.rcx.java)
 
  Re: leJOS & LDCC IRP
 
Thanks to Chris, Mark and Jürgen, I am successfully reading LDCC IRP packets with josx.rcxcomm.LLC! (I say reading, not parsing--haven't had time to clean it up, yet!) (23 years ago, 16-Sep-03, to lugnet.robotics.rcx.java, lugnet.trains)
 
  josx.rcxcomm and BrickOS LNP
 
Hi, I'm currently working on a project in which I'm develping a task and memmory monitor for the BrickOS operating system. I'm going to run a Java Applet on the PC side and I'm using the josx.rcxcomm to obtain the necessary data from a thread/task (...) (23 years ago, 15-Sep-03, to lugnet.robotics.rcx.java)
 
  Program download time
 
So I've got BricxCC compiling and downloading leJOS programs now. That's exciting (for me, at least). I'm using lejosrun.exe to download the .bin file to the brick. It takes a *long* time to download. Is there some way to download a program to leJOS (...) (23 years ago, 12-Sep-03, to lugnet.robotics.rcx.java)
 
  Re: leJOS & LDCC IRP
 
(...) Yes, this is right, to be friendly to as many implementations of the Lego IR protocol as possible, receiving programs should just mask off bit 3. (...) While the code is there to discern packets with different addresses, I haven't yet added (...) (23 years ago, 12-Sep-03, to lugnet.robotics.rcx.java, lugnet.trains)
 
  Re: leJOS & LDCC IRP
 
(...) I'm not really there yet, just couldn't resist the Lion, Tin Man and Scarecrow metaphor. -Brian (23 years ago, 12-Sep-03, to lugnet.robotics.rcx.java, lugnet.trains)
 
  Re: leJOS & LDCC IRP
 
(...) Receiving IR commands from a Lego Remote, IR Tower or possibly another RCX. They're not DCC signals, but LDCC IRP messages. Roughly the same data, different medium and different protocol. (...) LDCC IRP is still unstable, but it will support (...) (23 years ago, 12-Sep-03, to lugnet.robotics.rcx.java, lugnet.trains)
 
  Re: leJOS & LDCC IRP
 
Hi, (...) I'm having a bit of difficulty to understand what you are trying to do, as I know Lejos but not the DCC/train side of things. In particular, on which side do you want to use Lejos, sending those remote commands from an RCX or from a PC? (...) (23 years ago, 12-Sep-03, to lugnet.robotics.rcx.java, lugnet.trains)
 
  Re: leJOS & LDCC IRP
 
(...) I re-used a function to send command packets to the RCX that was designed for use with the original firmware, so it toggles the 0x08 bit of any repeated opcode bytes. Mark pointed this out to me when I was developing Full Throttle, but then he (...) (23 years ago, 12-Sep-03, to lugnet.robotics.rcx.java, lugnet.trains)
 
  leJOS & LDCC IRP
 
Brian B. Alano wrote: I'm writing a leJOS package to support the LDCC IR Protocol. I've been testing it against Full Throttle. It works fine with the speed controls, but doesn't even seem to see packets for the function commands, stop, or power (...) (23 years ago, 12-Sep-03, to lugnet.robotics.rcx.java, lugnet.trains)
 
  Re: leJOS & BricxCC news
 
(...) Hmmm. I was seriously considering writing a leJOS package to support the LDCC IR Protocol. (Here's why: (URL) ) What capabilities were you going to add? Depending on your timeline, you might convince me to try FORTH. (23 years ago, 7-Sep-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.trains, lugnet.robotics.rcx.pbforth)
 
  RE: leJOS & BricxCC news
 
John, Thanks for continuing to work on this. It's one of the things that keeps me motivated to continue supporting pbForth. Now, there has not bee much traffic there lately, and I have not done much with it becuase as far as I know, things are "just (...) (23 years ago, 5-Sep-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.rcx.pbforth)
 
  Re: leJOS & BricxCC news
 
In lugnet.robotics.rcx.java, Mark Riley wrote: [snipped] (...) I have incorporated the changes made to firmdl in the leJOS distribution into my BricxCC firmware downloader code. Now I can successfully download all the firmwares I have access to (...) (23 years ago, 5-Sep-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.rcx.pbforth)
 
  Re: leJOS & BricxCC news
 
(...) works (...) and (...) as to (...) BrickOS (...) both (...) I'm no expert on leJOS, but I've experienced a similar problem with my LDCC firmware and the NQC downloader. Originally the memory sequence in my .srec file was non-contiguous (i.e. (...) (23 years ago, 29-Aug-03, to lugnet.robotics.rcx.java)
 
  leJOS & BricxCC news
 
I have BricxCC compiling and downloading leJOS programs now. The support for leJOS is integrated in much the same way as BrickOS support is. BricxCC generates a Makefile and executes it using Bash. So GNU make and bash are required for it to (...) (23 years ago, 29-Aug-03, to lugnet.robotics.rcx.java)
 
  IR Tower not responding
 
Hi there, Can someone please help? I've just installed LeJOS for Windows as instructed in (URL) However, when I call firmdl.bat, I get an error message which reads "Tower not Responding". I find this really odd because the IR tower blinks green when (...) (23 years ago, 11-Aug-03, to lugnet.robotics.rcx.java)
 
  Re: Communicating between two RCX'es with cable
 
Hi chris, (...) Kuhl - let me (us) know when it's there... (...) // Martin (23 years ago, 2-Jun-03, 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