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 / *6180 (-20)
  Re: Two RCX with one IR-Tower
 
The 'usual' way to get status data is to poll the the RCX memory for status information, but you can't do that because of the number of RCX bricks; so how about getting each RCX to send a response message (or series of messages) to the PC encoding (...) (22 years ago, 24-Apr-02, to lugnet.robotics.rcx)
 
  Re: constructing a new network protocol for LegOS
 
heh.. wow.. seems theres alot of work going on on the LNP front these days. i too am working on a TCP like addition to the LNP's UDP protocol. This is nothing too fancy, but does add a sliding window feature which will make the connection between (...) (22 years ago, 24-Apr-02, to lugnet.robotics.rcx.legos)
 
  constructing a new network protocol for LegOS
 
Hi! We're a group from Aalborg University who are about to design and implement a new network protocol for LegOS. The protocol should be able to communicate via cables from the I/O ports and also via the IR port. It should be possible to address (...) (22 years ago, 24-Apr-02, to lugnet.robotics.rcx.legos)
 
  Interactive communication with the RCX
 
I have recently discussed with Kekoa an interesting issue that apparently received scarce attention in the past. I'm trying to have interactive communication between the computer and the RCX through IR connected to an USB port: sendind commands from (...) (22 years ago, 24-Apr-02, to lugnet.robotics.rcx)
 
  Re: Help request : LegOS 2.5, demo/c++.cpp make failure
 
(...) Yes, that ist normal. :) With gcc 3.0.3, you get these errors with the c++ demos. I haven't fiddled with it to get rid of those. But the legOS system itself builds fine, even smaller then with the older compiler version. You can do two things: (...) (22 years ago, 23-Apr-02, to lugnet.robotics.rcx.legos)
 
  Help request : LegOS 2.5, demo/c++.cpp make failure
 
I'm trying to install legOS 2.5 for the first time and I'm running into problems. I'm sure it's probably something simple (I hope), but I've been struggling with it for the last two weeks, I've searched on every source I can find, and have simply (...) (22 years ago, 29-Mar-02, to lugnet.robotics.rcx.legos)
 
  [ANN] pbForth Version 2.1.2 Release with Example Scripts
 
The new 2.1.2 Version of pbForth has support for background processing and saving your work as an SREC file that you can load agin like regular firmware. This means you no longer have to load the base pbForth firmware and then load all the text (...) (22 years ago, 23-Apr-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
 
  Re: Small bug in Bricxcc 3.3.4.5
 
hi John, thanks for the fast respons. After some invetsigation, I came to the conclusion that you are right, but I'm also right. (...) Yes this seems to work. But I'm not such a perfect programmer as you ;-) Now try to introduce an error and compile (...) (22 years ago, 22-Apr-02, to lugnet.robotics.rcx.nqc)
 
  Re: legOS 0.2.6 - released!
 
I wanted to express my thanks to the newly active LegOS development team for a great work releasing 0.2.6. I'm sure your efforts are much appreciated by all LegOS users! Looking forward for future releases! -M- (...) (22 years ago, 22-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Small bug in Bricxcc 3.3.4.5
 
(...) I'm trying to duplicate what you describe and I'm unable to do so (in version 3.3.4.5). I started a new file. Pressed F9. Clicked on a template containing a "field". The template was inserted into the editor and the first (or only) field was (...) (22 years ago, 22-Apr-02, to lugnet.robotics.rcx.nqc)
 
  Browse the Web with an RCX Brick
 
Lawrie Griffiths, one of the developers of the leJOS project, has created some cool packages that allow web browsing among other things. Check out the details and photographs of this in action: (URL) (22 years ago, 22-Apr-02, to lugnet.announce, lugnet.robotics.rcx) !! 
 
  Re: legOS 0.2.6 - released!
 
(...) Hey, thanks Stephen, for all your work! Are you gonna do a binary only package for this version, or wait till 0.2.7? And has a name been decided yet for 0.2.7? Thanks again! And I'll be testing Zhengrong's remote control patch next week. (...) (22 years ago, 21-Apr-02, to lugnet.robotics.rcx.legos)
 
  Small bug in Bricxcc 3.3.4.5
 
hi John, I think there's a small bug in BricxCC version 3.3.4.5 (and also in some previous versions). When you insert a template it's not possible to type directly into the "fields". Instead you've to move the cursor 1 line up and then go with F10 (...) (22 years ago, 21-Apr-02, to lugnet.robotics.rcx.nqc)
 
  Problem with lejos-1.0.5
 
I just downloaded and installed lejos. Trying to "make" with java version 1.1.8, I get the following errors: javac `find . -name '*.java'` ./josx/rcxcomm/DataP....java:129: Variable DEFAULT_BUFFER_SIZE can't be static in inner class (...) (22 years ago, 21-Apr-02, to lugnet.robotics.rcx.java)
 
  Re: Makefile patch
 
(...) Excellent! (...) OSTYPE=cygwin should no longer be needed with latest legOS. Max. (22 years ago, 20-Apr-02, to lugnet.robotics.rcx.legos)
 
  legOS 0.2.6 - released!
 
The legOS team has released this interim version of legOS. A hearty thankyou goes to those who helped us test and suggest improvements for this release! We are (after a short rest ;-) moving on to work on our next significant legOS release: Remote (...) (22 years ago, 20-Apr-02, to lugnet.robotics.rcx.legos)
 
  RE: Joystick application for LegOS
 
You can still switch back and forth between legOS and NQC if you find the joystick control helpful. Another suggestion is to write a legOS program that runs all axis at intervals...if you just need it for testing. A final suggestion is to use the (...) (22 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
 
  RE: Makefile patch
 
I finally have everything working, here's what I did: Installed binutils and gcc with Max Bowsher's script. Extacted the /legOS directory CD to /legOS and 'make OSTYPE=cygwin' Export PATH=$PATH:/legOS/util Export PATH=$PATH:/h8x/bin Export (...) (22 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
 
  Joystick application for LegOS
 
Hi all, I've been toying with the idea of switching from NQC to LegOS, but one thing that is keeping me from doing so is that I have not seen a remote control from the PC application similar to that is included with the NQC IDE's on windows. I find (...) (22 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: CYGWIN & legOS 0.2.5.3
 
"Max Bowsher" <maxb@ukf.net> wrote in message news:015701c1e790$f6...ibm.com... (...) folks or (...) on (...) Max, I received errors at various places with various versions (when compiling gcc and once with binutils). Most often, the build would (...) (22 years ago, 19-Apr-02, 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