To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *3864 (-20)
  Re: LNPd keeps sending TX_FAILURE
 
(...) I tried the PARENB | PARODD fix. All it did was prevent the PC from receiving anything from the RCX, and it still didn't send anything. Is there anything I missed? (19 years ago, 7-Jan-05, to lugnet.robotics.rcx.legos)
 
  Re: LNPd keeps sending TX_FAILURE
 
(...) Keep in mind that lnpd out of the box does _not_ work with brickOS out of the box! This item was discussed in this forum several times, you should search for lnpd in older postings. The next version of brickOS will be accompanied by an updated (...) (19 years ago, 7-Jan-05, to lugnet.robotics.rcx.legos)
 
  Re: LNPd keeps sending TX_FAILURE
 
I don't use LNPd or BrickOS so I don't know if this will work. It makes all sorts of problems go away when using the RCX ROM message handling routines, I don't know how much of the ROM routines are used by LNPd or whether, if it doesn't, it has (...) (19 years ago, 7-Jan-05, to lugnet.robotics.rcx.legos)
 
  LNPd keeps sending TX_FAILURE
 
I'm running LNPd on Gentoo Linux 2.6.7. Everything seems to work fine except transmitting messages to the RCX. The lnptest application that comes with LNPd keeps reporting a Collision every time it tries to transmit something. It does however (...) (19 years ago, 7-Jan-05, to lugnet.robotics.rcx.legos, FTX)
 
  crosscompiler does not compile arrays of objects
 
Hello! I made a cross-compiler with the sources of gcc-3.4.2 and tried to compile this: Behavior a(); Behavior b() Behavior behaviors[] = {a,b}; ... Make fails with the error message: conversion from Behavior()() to non-scalar type Behavior (...) (20 years ago, 30-Dec-04, to lugnet.robotics.rcx.legos)
 
  RE: brickOS port to FreeBSD
 
John, I'm interested in how you got the USB tower working... I've got a Tcl package that talks to the LEGO USB tower driver under Windows, but nothing for FreeBSD yet. I'm willing to share the Tcl script with you if I ever get the tower working (...) (20 years ago, 23-Dec-04, to lugnet.robotics.rcx.legos)
 
  Re: Errors while installing brickOS 0.2.6.10
 
(...) These two installers offer the brickOS beginner an extremely easy way to get Cygwin and the necessary cross compilers installed on a Win32 system as well as all the brickOS files (and LeJOS files also). If you download and run these two (...) (20 years ago, 28-Dec-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: brickOS port to FreeBSD
 
Hi Jarod, (...) Ok, you can get it from ftp://ftp2.za.freebs...d-usb.diff I haven't been able to get the fast mode to work yet. I guess firmdl needs something different from NQC because it do work in NQC. I have tried to make the changes so that (...) (20 years ago, 27-Dec-04, to lugnet.robotics.rcx.legos)
 
  Re: Errors while installing brickOS 0.2.6.10
 
(...) Sorry for the late reply! I am wondering if the two installers are required, and what they are for. (20 years ago, 27-Dec-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: brickOS port to FreeBSD
 
(...) Hi John, I would be interested in the patches to firmdl and dll. If you could please post them somewhere or email them to me. Thanks, Jarod (20 years ago, 25-Dec-04, to lugnet.robotics.rcx.legos)
 
  Re: brickOS port to FreeBSD
 
(...) Thanks, I'm up and running using binutils-2.15, gcc-3.4-20041217 and your gcc-3.3 patch to the cvs version of brickOS. I also have the USB Tower working. Would the brickOS guys be interested in FreeBSD patches to firmdl and dll? John (20 years ago, 23-Dec-04, to lugnet.robotics.rcx.legos)
 
  Re: Wire communication
 
(...) Hi, yep it does. Regards Ronald (20 years ago, 15-Dec-04, to lugnet.robotics.rcx.legos)
 
  Re: Wire communication
 
A few questions and another answer: I don’t have my nqc ref to hand, but does the one external output on the cybermaster support float? I also have the suspicion that a more efficient (fewer ports tied up) solution might be achieved by wiring two (...) (20 years ago, 14-Dec-04, to lugnet.robotics.rcx.legos)
 
  Re: brickOS port to FreeBSD
 
(...) I think the latest official gcc-binaries for brickOS are still 2.95.x. However, I have binutils-2.15 and gcc-3.4.0 running under linux and had only minor problems. Make sure you compile gcc without the stdc++ libraries or just ignore the (...) (20 years ago, 9-Dec-04, to lugnet.robotics.rcx.legos)
 
  Re: Wire communication
 
(...) I think all you really need to do is switch the motor port between "float" and "brake". That's the same as opening and closing a touch sensor. I've used that for simple signals, and it seems to work fine, but I haven't tried more complex (...) (20 years ago, 9-Dec-04, to lugnet.robotics.rcx.legos)
 
  Wire communication
 
Hello, I am currently trying to implement a communication protocol between two bricks using just one of the copper wire given with the brick. The protocol is based on manchester encoding, using a well-timed alternation of up and low signals. My (...) (20 years ago, 9-Dec-04, to lugnet.robotics.rcx.legos)
 
  brickOS port to FreeBSD
 
Hi, I'm looking at porting brickOS to FreeBSD. I guess the first step is to get the crosscompiler etc. going. Which version of gcc and binutils is the best to use? I searched a bit but it isn't very clear which version to use, except that lots of (...) (20 years ago, 8-Dec-04, to lugnet.robotics.rcx.legos)
 
  Code Archive, Links or Send Me Email Attachment/s
 
Hi I am a newbie. I have Extreme mindstorms, Lego Mindsorms Robots books, but was wondering if there is/will be a code archive available, or can anyone please direct me to where I can get lots of example code?, even email me some (zip file?)if they (...) (20 years ago, 7-Dec-04, to lugnet.robotics.rcx.legos)
 
  Re: Errors while installing brickOS 0.2.6.10
 
(...) I highly recommend that you use my cygwin and brickOS installers. If you use them you will more than likely be up and running with brickOS in a matter of minutes. See my BricxCC page at (URL) are links to the two installers: (URL) Hansen (20 years ago, 2-Dec-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Errors while installing brickOS 0.2.6.10
 
Hi, I am a newbie. I have encountered some errors while installing brickOS 0.2.6.10. (URL) anyone encounter the same problems before? 1. When I just start cygwin, it gives me an error message like this: This application program can not be executed (...) (20 years ago, 2-Dec-04, to lugnet.robotics, lugnet.robotics.cybermaster, lugnet.robotics.edu, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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