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 / *7455 (-20)
  Re: Updated web page with old and new MOCs
 
(...) Hmm,under the PneumADDic the code reads, on the last thumb at the bottom <IMG src="(URL) you forget to put the closing quotation marks. At least for my screwy browser, it displays everything after that as the image file name. -JHK (22 years ago, 29-Mar-03, to lugnet.robotics, lugnet.robotics.microscout, lugnet.robotics.rcx, lugnet.technic, lugnet.publish)
 
  Re: Updated web page with old and new MOCs
 
(...) I've gotten the bulk of my pneumatics (32 medium pistons, 8 small) from bricklink. :^) (...) I fixed Synchropillar's link, but I had no prolems with IE and PneumADDic. Thanks Kevin (...) (22 years ago, 29-Mar-03, to lugnet.robotics, lugnet.robotics.microscout, lugnet.robotics.rcx, lugnet.technic, lugnet.publish)
 
  Re: Updated web page with old and new MOCs
 
Wow! cool stuff. Dang, where did you get all those pneumatics! :) Just a few errors: the synchropiller page link dosn't work, and the images at the bottom of the original counting machine are wierd. -JHK (...) (22 years ago, 28-Mar-03, to lugnet.robotics, lugnet.robotics.microscout, lugnet.robotics.rcx, lugnet.technic, lugnet.publish)
 
  Re: BrickOS on Mac OS X
 
(...) ... (...) This is a bug in binutils versions 2.12.2, 2.13 and 2.13.1 . Get the latest binutils (2.13.2.1). Max. (22 years ago, 28-Mar-03, to lugnet.robotics.rcx.legos)
 
  Updated web page with old and new MOCs
 
Hi all, Its been a long time since I updated my web page, but I finally did it. I've moved all my images to brickshelf, and reorganized things a bit. I hope you enjoy it. Too bad there isn't a lugnet.technic.pneumatics. (URL) (22 years ago, 28-Mar-03, to lugnet.robotics, lugnet.robotics.microscout, lugnet.robotics.rcx, lugnet.technic, lugnet.publish)
 
  Re: BrickOS on Mac OS X
 
Ed, thanks for the quick response. I wrote out a reply, deciding that I would scrap 2.95 and just go for 3.1, but then I got an email pointing out the problem I was having was a bug in binutils. So now with binutils-2.13.2.1, everything compiles (...) (22 years ago, 28-Mar-03, to lugnet.robotics.rcx.legos)
 
  chain list
 
(...) cause I've try but it don't work !! But it work on a PC nanobapt (22 years ago, 27-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS on Mac OS X
 
Matt, I have been working with Michael Zapp on "porting" brickOS to the Mac OS X. We too had a fairly easy time with the binutils (ver 20020918). And both of us had issues with GCC although we have been working on Ver 3.1. I have not kept up with (...) (22 years ago, 28-Mar-03, to lugnet.robotics.rcx.legos)
 
  BrickOS on Mac OS X
 
I'm trying to compile BrickOS on Mac OS X. I'm actually surprised at how well it's been going considering it looks like no one has tried it yet. I've compiled gnu binutils-2.13.1 hosted on darwin6.4, targeted at h8300. That seemed to work fine out (...) (22 years ago, 28-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: IR port Communication
 
(...) have you try to look at lnp.c and lnp-logical.c ? See the old version there are not the remote command it's easier It seems that lnp-logical.h use the S_RDR byte to understand what is send on the IR port look at this void rx_core(void) { (...) (22 years ago, 27-Mar-03, to lugnet.robotics.rcx.legos)
 
  IR port Communication
 
ERIKA is an RTOS(erika.sssup.it). The kernel of ERIKA does not support the the serial port communication through the IR port. I want to add that functionality to ERIKA. My final task will be to to develop an application the will allow communication (...) (22 years ago, 27-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Gcc/BrickOS installation issues
 
You did build binutils first didn't you? (22 years ago, 26-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Communications (I'm a total newbie by the way)
 
(...) A while ago I wrote some stuff in Delphi, you can find the example and sources here (URL) page may alos be of interest: (URL) Mientki (...) (22 years ago, 26-Mar-03, to lugnet.robotics.rcx.nqc)
 
  Re: Installing full BrickOS (in an easier way)
 
Carson, Sorry I don't have these packaged together but here is some more hints. One hint when downloading cygwin modules is to change the package listing view. In the upper left hand "Select Packages" window is a button labeled "View". Click on it (...) (22 years ago, 26-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Installing full BrickOS (in an easier way)
 
(...) What files do you mean? BrickOS itself comes in only one file: brickos-VERSION.tar.gz Do you mean binutils and gcc? Well, that's not many other files. Max. (22 years ago, 26-Mar-03, to lugnet.robotics.rcx.legos)
 
  Installing full BrickOS (in an easier way)
 
I am trying to install the full version of BrickOS. However, there are many files to download. Does anyone have all the files zipped together? thanks -- ===...=== Carson Au carson.au@myrealbox.com www.thunderobotics.zzn.com ===...=== (22 years ago, 27-Mar-03, to lugnet.robotics.rcx.legos)
 
  Communications (I'm a total newbie by the way)
 
Hi I've been reading the NQC guide v2.3 and I notice it tells me how to send and receive IR messages. Now I reckon I could send messages between RCX's, but how can I send messages to a program running on my PC via the IR tower (assuming that's (...) (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.nqc)
 
  Re: Gcc/BrickOS installation issues
 
(...) Not so. Here is the script I use. I suspect that the buildgcc.sh may have omitted to make sure the newly-installed binutils were in the PATH whilst building gcc. Max. BEGIN-SCRIPT #!/bin/bash # Syntax: ./build-h8x (binutils-srcdir|gcc-srcdir) (...) (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Gcc/BrickOS installation issues
 
(...) BricxCC page. (URL) Hansen (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Gcc/BrickOS installation issues
 
(...) It is extremely difficult to get GCC to build under cygwin. I would highly recommend installing the pre-built binaries from Hitachi's website. I have a set of instructions at (URL) Hansen (22 years ago, 25-Mar-03, 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