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 / *1054 (-20)
  Re: lnp communication question
 
(...) Ok, this brings up more questions :). I have never had any problems with errors when sending messages. Sometimes the message is not recieved but when it is, I have never seen any errors in the transmission. Am I missing your point? Second, (...) (24 years ago, 20-May-00, to lugnet.robotics.rcx.legos)
 
  DJGPP GNU cross compiler tools
 
It looks like my ISP has changed their policy about anonymous ftp and now allow it. I've placed the DJGPP port of the GNU tools on my website here: (URL) It's a 5 meg download. Please let me know if you have any problems downloading this file. I (...) (24 years ago, 19-May-00, to lugnet.robotics.rcx.legos)
 
  Re: We need a FULL install of everything!
 
On Thu, 18 May 2000 18:00:11 GMT, "Matt McDevitt" <maktos@maktos.com> wrote: <snip> I aggree fully with your statement Matt. I've tried to install LegOS several times and i always failed because of lack of time (and of course lack of knowledge <s>). (...) (24 years ago, 19-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Does anyone have Spirit.OCX?
 
You can download it at www.legomindstorms.com. Just click look for RCX SDK. "Matt McDevitt" <maktos@maktos.com> wrote in message news:Furpv7.JMH@lugnet.com... (...) (24 years ago, 18-May-00, to lugnet.robotics, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)
 
  Does anyone have Spirit.OCX?
 
Could someone send me the file SPIRIT.OCX ? Matt maktos@maktos.com (24 years ago, 18-May-00, to lugnet.robotics, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)
 
  We need a FULL install of everything!
 
In response to your e-mail message: I realize it's *technically* better from a logistics standpoint to require people to download everything seperately, so they'll get the "absolute" latest version. However, I think that you have to give a little (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos)
 
  Re: New Windows HOWTO
 
I seem to have missed this message. :( If someone would like to do it, great, elsewise I may be doing something similar this weekend. Let me know, Rossz... Luis (...) ---...--- "Going to California with an aching in my heart. Someone told me there's (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos)
 
  Re: HOWTO going down
 
Like I said later, they are all at (URL) bad in forgetting the ~louie earlier) Since it is nearly 100M at this point (including all the various compilers and such) I think we'll just leave it there, until I can move it to sourceforge (which'll (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Re: New Windows HOWTO
 
Why doesn't someone do all this, and put it all in a big ZIP file? Better yet, someone could make an "install" so it would be a big self-extracting EXE. Matt Rossz V$BaN(Bos-Wentworth wrote in message ... (...) you (...) preserves (...) (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Can't get Windows compiler!
 
Everything is now at (URL) for the dead links, but I had to move out of my dorm :( Luis (...) ---...--- "Going to California with an aching in my heart. Someone told me there's a girl out there with love in her eyes and flowers in her hair." -Led (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos)
 
  Re: HOWTO going down
 
I'll put them up on Maktos.com's server! Just e-mail them to me. I'll send you the link when they're uploaded. Matt Luis Villa wrote in message ... (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Can't get Windows compiler!
 
The main LegOS site has some MAJOR dead links! Does anyone have a mirror I could use? I need the Windows version of the cross compiler, etc. A LOT of links were dead...probly because it was a university server, and they all go down for the summer. (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos)
 
  Re: local variables
 
(...) This is completely true and is basically a feature of the C language. Globals aren't technically "initialized" at all. They are just loaded as part of the image. You could consider that they are initialized at compile time. On a workstation OS (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  Re: lnp communication question
 
Remember the medium... cheap IR basically stinks for transmission. You get transients from the lights in your room, the outdoors, yadda, yadda. Luis (wishing for RF like the Europeans get ;) (...) ---...--- "Going to California with an aching in my (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  Re: lnp communication question
 
(...) This suprises me. I have never heard of such high packet losses. How does dll do this? With some kind of ack and retry mechanism? dll seems reliable. Of course dll is going in the other direction. (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  Re: lnp communication question
 
You just pass an array and give the length, to send it. In theory you can send packets with a size up to 255 bytes (look in this group, the info is in here somewhere), but sending 1 byte has a packet loss of aprox. 1% and 4 bytes aprox. 10%, over (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  Re: local variables
 
(...) I think you're confusing the issue a little bit. LegOS only initializes GLOBAL variables when the program is loaded. So, for example, a global variable declared like: int foo = 4; Will only be initialized to 4 when the program is loaded. If (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  local variables
 
Hi! I read that legOS only declared varibles the first time the program is run. Does this mean I cannot use local variables. I have loops in different functions using 'i' as looping variable, which is locally declared. Should I avoid this? Tobias (24 years ago, 16-May-00, to lugnet.robotics.rcx.legos)
 
  Re: lnp communication question
 
(...) So the length-argument tells lnp_integrity_write how many bytes to send? Doesn't that mean that it would be possible to send an array consisting of many integers, for example? How would this be done? (...) We plan to build a six-legged lego (...) (24 years ago, 16-May-00, to lugnet.robotics.rcx.legos)
 
  winlegos compiler problem
 
I am trying out the lnp functionality with addressing and such, and of course I had to recompile the legos kernel. That, in itself, seemed to go without a hitch, but when I later tried to compile one of the demo programs, this is what I got. djecho (...) (24 years ago, 16-May-00, 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