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 / *1250 (-20)
  Re: converting Mac to PC and the Lego remote
 
Hi Jenny, It sounds like you have two different versions of NQC. Make sure you get NQC 2 for both Mac and PC. Regards, Jonathan (...) (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: converting Mac to PC and the Lego remote
 
(...) Dave Baum is right (and he wrote the language, so he should know :-). The language IS the same across environments. Your problem is a version one: you apparently have the older 1.x version of the compiler on the PC: upgrade it to 2.x and all (...) (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: converting Mac to PC and the Lego remote
 
Yes I am just converting programs and no the language is not the same regardless of the enviornment. On a PC wait = until on a Mac, void does not compile, and several others. I recently received The Unofficial Guide to LEGO® MINDSTORMS™ Robots By (...) (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: converting Mac to PC and the Lego remote
 
(...) I assume you want to move an NQC program (and not the compiler itself) from a Mac to a PC. If so, just copy the file. The NQC language is the same regardless of the environment it is used in (Mac, Windows, Linux, FreeBSD, OS/2...) Also, the (...) (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.nqc)
 
  LNP not multitasking proof ?
 
Hi there, during my study of LNP i just stumbled across a point where i doubt it's not multitasking proof. it's related to transmissions of lnp-messages. lnp_logical_write() is ok, it waits for semaphore tx_sem at the beginning and posts the (...) (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.legos)
 
  Re: converting Mac to PC and the Lego remote
 
(...) I use mac_nqc and normal nqc quite happily. DW (25 years ago, 1-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: LegOS 0.2.2 on Win95 (almost)
 
I have helloworld.lx running on my rcx, compiled and downloaded with legOS 0.2.2 on cygwin and Win95! Rover.lx doesn't work right now, don't know why yet (i get 'unable to load legOS executable from rover.lx'). I had to use a little workaround. (...) (25 years ago, 1-Dec-99, to lugnet.robotics.rcx.legos)
 
  converting Mac to PC and the Lego remote
 
Are there any reference pages that show how to convert nqc from a Mac to a PC version, vice versa? Or perhaps a program that will do it? I am also having some trouble with the Lego remote. It can send messages to a RCX, but I only am able to do this (...) (25 years ago, 1-Dec-99, to lugnet.robotics.rcx.nqc)
 
  IR proximity
 
I've managed to get a proximity detection working in legOS, using egcs 1.1.1 as the cross compiler. It has a very short range, and I haven't yet tested if the NQC variants have better range. If that is the case, I believe somebody will have to fix (...) (25 years ago, 1-Dec-99, to lugnet.robotics.rcx.legos)
 
  Re: LegOS 0.2.2 on Win95 (almost) - NOT
 
I finally succeeded in compiling an egcs-1.1.2 compiler for cygwin with the patch for enhanced RCX interrupt support applied. The bad news is: this doesn't change a thing. I still get "error deleting program". I can see the send light on the tower (...) (25 years ago, 1-Dec-99, to lugnet.robotics.rcx.legos)
 
  Re: LegOS 2.2 on solaris
 
G'day, (...) Do you know if/how they were able to fix the problem? Btw. I used binutils 2.9.1 and gcc 2.95.2 (with the patches for the interrupts applied) to create the legOS and gcc 2.8.1 to build the cross compiler. Carsten (25 years ago, 1-Dec-99, to lugnet.robotics.rcx.legos)
 
  Re: LegOS 2.2 on solaris
 
(...) You're right, that's the echo of what you're sending. This looks suspiciously like the problems many people had with gcc-2.9.5 compiled legOS on regular Linux boxes, you know. Maybe you should try downloading a kernel known to work? Markus. (25 years ago, 30-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: LegOS 2.2 on solaris
 
Hi Luis, thanks for your help. I tried both versions, the one using aioread and the one using the ioctl. Both run better than before, but still don't work (both give similar results). I now get signaled when I can read from the serial port, but what (...) (25 years ago, 30-Nov-99, to lugnet.robotics.rcx.legos)
 
  RE: problem downloading srec file to RCX
 
(...) Since I use nqc for non-standard firmware uploads, I vote for 3), with a command line option to suppress in 2) You can never have enough command line options, right? Cheers, Ralph Hempel - P.Eng ---...--- Check out pbFORTH for LEGO Mindstorms (...) (25 years ago, 30-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: problem downloading srec file to RCX
 
Dave ... although at this point I'm not using non-standard firmware, I'd like to cast my vote for option (2). The command line may be a bit "unwieldy", but (2) gives the best solution. Thanks, - Nick - Dave Baum wrote: [snip] (...) (25 years ago, 30-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: problem downloading srec file to RCX
 
(...) In the process of adding support for quad-speed download to nqc I noticed a bug in the firmware download code that caused problems with short downloads. This may (or may not) account for your problem. Either way, the bug will be fixed next (...) (25 years ago, 30-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: Play tunes with legOS: "Wir sind die Roboter"
 
Cool. There is something quite appropriate about using a lego to play Kraftwerk :) -Luis (...) ###...### Profanity is the one language that all programmers understand. -Anonymous ###...### (25 years ago, 30-Nov-99, to lugnet.robotics.rcx.legos)
 
  Play tunes with legOS: "Wir sind die Roboter"
 
well, yesterday i promised to post some header file that makes it easy to program the sound timer for playing tunes in a memory saving way - here it is. ( see below, file notedefs.h ) the numbering scheme is N_<key>[m]_<number_of_octave> N_A_0 (...) (25 years ago, 30-Nov-99, to lugnet.robotics.rcx.legos)
 
  Educators: Vote for RCX and ROBOLAB over iBook!
 
Go to (URL) click on the voting page. Robolab is up against School master, Site Central, and Virtual Language Lab, while the hardware is up against the iBook. You can only vote if you are an education professional and are familar with these (...) (25 years ago, 29-Nov-99, to lugnet.edu, lugnet.robotics.edu, lugnet.robotics.rcx.robolab)
 
  Re: PC <> RCX Communication?
 
(...) The op-code for sending a message is $F7 "set message". Unfortunately somehow it is left out of spirit.ocx, so you have to go down to the serial protocol in order to use it. See (URL) for the details. If you want to stick to spirit.ocx, you (...) (25 years ago, 29-Nov-99, to lugnet.robotics, lugnet.robotics.rcx, 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