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 / *295 (-20)
  Re: Lego Network Protocol questions
 
In lugnet.robotics.rcx.legos, Ralph Hempel writes: [ ... ] (...) This is actually the book from which the thoughts I posted about arose. It is, indeed, a great book ;-) (25 years ago, 5-May-99, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Re: communication Linux - NQC - Cybermaster
 
(...) Yep, NQC assigns from 0 up. The listing (use -L) will print out the variable cross reference for an NQC program. Dave (25 years ago, 5-May-99, to lugnet.robotics.rcx.nqc)
 
  Re: I'm being stupid. But how?
 
(...) Considering the past history of TLG, I'd say the fact that they haven't said anything about the name LegOS says a lot. TLG is paranoid about their trademark. Use Lego like a noun (as in, "I liked Legos a lot when I was a kid," or "I play with (...) (25 years ago, 4-May-99, to lugnet.robotics.rcx.legos)
 
  Re: I'm being stupid. But how?
 
(...) Lego's always been a bit of a hobbyist's thing[1] so probably even TLG thinks there isn't much point in siccing lawyers on us, even if they disapproved. Big companies[2] lawyering hobbyists is really bad PR :) [1] not in any way derogatory, (...) (25 years ago, 4-May-99, to lugnet.robotics.rcx.legos)
 
  Re: HOWTO v 0.1
 
(...) Not ATM. (If I get gdb actually *working* with the LegOS I'll do a little HOWTO for that and stick it on the web, though... has anyone got it working right yet? I'm not stuck or anything, I just haven't finished getting it running.) (25 years ago, 4-May-99, to lugnet.robotics.rcx.legos)
 
  tm-and-ir.c
 
Is anyone else having problems with this? The receive and display part works fine but it won't send "Hello World" when I press the View button. The srec from the LegOS home page works fine but if I build it myself it doesn't. I've tried both the web (...) (25 years ago, 1-May-99, to lugnet.robotics.rcx.legos)
 
  Re: communication Linux - NQC - Cybermaster
 
(...) Thanks for your suggestions. Say, just what is variable 0? The first variable assigned? I should probably try to read some more about the internals of the RCX/Cybermaster, I suppose. Fredrik (25 years ago, 4-May-99, to lugnet.robotics.rcx.nqc)
 
  Re: I'm being stupid. But how?
 
(...) Hahaha, regarding that LegOS is more of a library than an OS, my opinion too. But you have to admit the name has some appeal, even if it is something of a misnomer... :) Clearly it says something about TLG's attitude toward LegOS that they (...) (25 years ago, 3-May-99, to lugnet.robotics.rcx.legos)
 
  Re: HOWTO v 0.1
 
(...) Thanks (I think...) (...) Because I've found that it is significantly faster, and nearly canonical (as, technically speaking, it is part of the same domain, despite being hosted elsewhere(Stanford, IIRC.)) The only reason I found it in the (...) (25 years ago, 3-May-99, to lugnet.robotics.rcx.legos)
 
  I'm being stupid. But how?
 
I've written a test program using the 19990330 LegOS snapshot[1], and it's misbehaving oddly. The program looks like this: (the headers are the result of my frobbing the LegOS headers to refer to <mindstorms/{legOS header}>...) #include (...) (25 years ago, 29-Apr-99, to lugnet.robotics.rcx.legos)
 
  Re: HOWTO v 0.1
 
(...) Not half bad IMHO. But why point egcs searchers at ftp://go.cygnus.com/...gcs-1.1.2/ ? The canonical site is ftp://egcs.cygnus.co...cs-1.1.2/. egcs-1.2 will be out fairly soon. There have been changes to the h8300 support, but the changes are (...) (25 years ago, 29-Apr-99, to lugnet.robotics.rcx.legos)
 
  Read me first! Re: case statement doesn't work- any clue?
 
Nevermind. Dangit. Forgot break statements like a moron. -Luis (...) ###...### God was my co-pilot, but we crashed in the mountains and I had to eat him. -bumper sticker ###...### (25 years ago, 3-May-99, to lugnet.robotics.rcx.legos)
 
  Re: case statement doesn't work- any clue?
 
(...) Doh! You haven't put any breaks between the cases. BTW, if LegOS can change the semantics of C its cleverer than I thought ... :-) Cheers, Ben. -- (URL) grandfather once told me that there are two kinds of people: those who work and those who (...) (25 years ago, 3-May-99, to lugnet.robotics.rcx.legos)
 
  case statement doesn't work- any clue?
 
I'm trying to program some very rudimentary debugging stuff- just outputting variables to the screen. Basically, I want to use a switch/case statement to read an integer variable (in this case ID_number) which is then linked (by the case statement) (...) (25 years ago, 3-May-99, to lugnet.robotics.rcx.legos)
 
  Re: Lego Network Protocol questions
 
(...) Oops, I must've just caught the tail end of the conversation. I assumed the standard [lame] lego protocol was being discussed, not a custom protocol. Sorry. Dave (25 years ago, 2-May-99, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Re: communication Linux - NQC - Cybermaster
 
(...) You can probably do anything you want with the [minimally documented] -raw option for nqc. You can use it to send arbitrary packets to the RCX or Cybermaster. For example, to query variable 0, you could do this: nqc -c -raw 120000 Of course, (...) (25 years ago, 2-May-99, to lugnet.robotics.rcx.nqc)
 
  communication Linux - NQC - Cybermaster
 
I'm running NQC on a Linux system. Is there any way to communicate between the computer and the Cybermaster mobile unit using this software? Or are there any other types of software I might consider to do this? Fredrik (25 years ago, 2-May-99, to lugnet.robotics.rcx.nqc)
 
  Re: JAVA and Cybermaster ?
 
(...) Question: Why do you want to use JAVA with the CyberMaster? JAVA is similar to C++, which is was developed from C and which is the base language of NQC. What are you expecting to do with JAVA that can not be made with NQC? And if you are in a (...) (25 years ago, 2-May-99, to lugnet.robotics.rcx.nqc)
 
  JAVA and Cybermaster ?
 
I saw some Java stuff for the RCX. Is there soemthing for the Cybermaster? Stefan -- ***...*** Stefan Prescher prescher@hermes.fho-emden.de (25 years ago, 2-May-99, to lugnet.robotics.rcx.nqc)
 
  two task and while true
 
Hi I made a small programm task main if IN_3 ==1 start wb else stop wb task sb while (true) if () fwd(Out_a,7); I found out that the prgramms goes into the while loop but it never started the motor if I copied it into the main part it runs fine Is (...) (25 years ago, 2-May-99, to 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