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 / Search Results: range USB IR long Tower
 Results 1721 – 1740 of 2193.
Search took 0.01 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  Re: direct manipulation of bits in RCX registers using NQC
 
Hey, Thanks for all the helpful responses, everyone. Brian: (...) I guess that "firmware" must be the code that tells RCX how to interpret user instructions (NQC, C, IC, opcodes, or whatever), and convert them to binary machine-specific code. Right? (...) (19 years ago, 16-Sep-05, to lugnet.robotics.rcx.nqc)
 

ir
(score: 1.224)

  Some info if you want to use Lejos with Cygwin
 
Hello, Some info if you want to use Lejos with Cygwin: Download Lejos for Linux/OSX/Solaris. (I used v2.1.0) (URL) the sake of comprehension, decompress it in ~/temp/lejos $ tar -xvzf lejos_2_1_0.tar.gz $ mv lejos_2_1_0 lejos $ (...) (18 years ago, 5-Jun-06, to lugnet.robotics.rcx)
 

usb
(score: 1.223)

  Re: PDF (was Re: legOS docs - what do people want?)
 
Well as long as there is an html version I don't care. I still think pdf is a pain to read because it doesn't scroll well. (26 years ago, 22-Feb-99, to lugnet.robotics.rcx.legos)
 

long
(score: 1.222)

  Re: PDF (was Re: legOS docs - what do people want?)
 
(...) Ahh, but this specialized newsgroup -is- for cluttering up :) with comments of that nature -- as long as things remain on-topic to legOS and still helpful to Markus and comrades. (...) It costs money? Bummer. So only the viewer is free then? (...) (26 years ago, 20-Feb-99, to lugnet.robotics.rcx.legos)
 

long
(score: 1.221)

  One Big Program
 
I'm going to follow Dave's suggestion in an earlier post, and post to this group, on an issue I raised to him earlier: The three principal limitations to "large" program development on the RCX are: 1. 32 variables globally 2. 8 subroutines/ program (...) (26 years ago, 23-Feb-99, to lugnet.robotics.rcx.nqc)
 

long
(score: 1.220)

  A few notes...
 
Ha! Just completed my first LegOS program - and it only took a month! (off and on :) ) I'm going to note some things which stalled me, in the hope that they won't stall anyone else.. (1) I was trying to count how long the sensor was being pressed (...) (26 years ago, 28-Feb-99, to lugnet.robotics.rcx.legos)
 

long
(score: 1.220)

  Re: direct manipulation of bits in RCX registers using NQC
 
(...) Correct. A NQC command (say, "Wait(10);") is converted to one or more "bytecodes" (in this case, one bytecode, namely a string of 4 bytes (0x43 0x02 0x0a 0x00), the first of which is a command (0x43) while the following three are information (...) (19 years ago, 16-Sep-05, to lugnet.robotics.rcx.nqc)
 

range
(score: 1.219)

  Re: FW: H8300 Stack and SLEEP
 
(...) To be more precise, it applies to sleep mode and software standby mode as long as you set port 5 bit 2 to high before activating either mode. It does not apply to hardware standby mode, since that does not save registers or end with an (...) (26 years ago, 16-Mar-99, to lugnet.robotics.rcx.legos, lugnet.robotics, lugnet.robotics.rcx.pbforth)
 

long
(score: 1.218)

  Re: firmdl error
 
(...) [Luis sent me the .srec file so I could take a look at it.] The problem is the length of the first line of the srec file. The first line is 80 characters long, which is too long. The cryptic error message is because the line passed into the (...) (26 years ago, 14-Apr-99, to lugnet.robotics.rcx.legos)
 

long
(score: 1.217)

  Re: dll 'error deleting program' with briskOS-0.9.0
 
(...) I am also encountering this same problem: - I am working with a Linux 2.6 (Fedora Core 3). - The system was downloaded successfully to the RCX 1.0 brick with firmdl3. - But I COULD NOT load ANY program with the dll utility! Each time I got an (...) (19 years ago, 25-Aug-05, to lugnet.robotics.rcx.legos)
 

tower
(score: 1.215)

  NQC release 3.1r4
 
(URL) changed the Spybot program code generation slightly so that it matches that generated by the MindScript compiler. Tasks which are not empty are no longer ended with a Stop Task sequence. Empty tasks are ended (as before) by a Stop Task (...) (19 years ago, 13-Oct-05, to lugnet.robotics.rcx.nqc)
 

range
(score: 1.214)

  Re: Rotation sensor bug found
 
(...) OK. I was wrong. I should have better analyzed your code... This definitively prove how long still is my way to get my hands on C :) BTW, I wrote an e-mail to Markus but got it bounced back. Mario (25 years ago, 19-Apr-99, to lugnet.robotics.rcx.legos)
 

long
(score: 1.214)

  Re: Problem with IR
 
(...) Can you post the output generated by NQC when you add -v to the command line? nqc -Susb -TRCX2 -v -d filename.nqc > output.txt Or you could just email it to me directly. John Hansen (19 years ago, 24-Nov-05, to lugnet.robotics.rcx)
 

ir
(score: 1.214)

  Re: Problem with IR
 
(...) Since posting I found the old post reporting this problem and have since tried this fix. Alas it didn't work but I will try it again. Steve (19 years ago, 21-Nov-05, to lugnet.robotics.rcx)
 

ir
(score: 1.214)

  Re: Problem with IR
 
(...) Why couldn't it be that if the firmware downloads? When I download my firmware, it's completely seperate from when I download nqc progs. Hope you get it sorted soon. (...) (19 years ago, 22-Nov-05, to lugnet.robotics.rcx)
 

ir
(score: 1.214)

  RE: Linux Newbie
 
Linux is a full blown Operating System, available with full source code. A good place to start is (URL) legOS is built using the same tools that are used to build Linux (GNU compiler and tools, etc.), I don't believe that you need to use Linux to (...) (25 years ago, 18-Apr-99, to lugnet.robotics.rcx.legos)
 

long
(score: 1.214)

  Re: Problem with IR
 
(...) I tried adding -v & > output.txt but it didn't work. All it did was light up the towers LED for a bit then quit back to the command line. It did work when I used -v, showing all the sent bytes, but the download still failed. I also managed to (...) (19 years ago, 24-Nov-05, to lugnet.robotics.rcx)
 

ir
(score: 1.213)

  Re: legOS Network Protocol
 
(...) From what little I remember about the Lego protocol, here are some thoughts. *) On reception, some Lego packets may contain data which look like the beginning of a legOS native protocol frame. Most likely, the checksum would fail (once enough (...) (25 years ago, 20-Apr-99, to lugnet.robotics.rcx.legos)
 

long
(score: 1.213)

  FWD: Re: Some comments (long)
 
(...) In environments which provide general purpose pointer types which can be assigned to addresses of explicitly allocated memory (like C and C++), garbage collection becomes an NP-hard problem. In environments which have no end-user accessible (...) (25 years ago, 8-May-99, to lugnet.robotics.rcx)
 

long
(score: 1.213)

  Re: Some goals, ideas, etc. for a new bytecode interpreter (long)
 
(...) In light of some of your points raised earlier and consideration since I first brought it up, I can see that bytecode level compatibility is not strictly required. By Look & Feel, I refer only to the observable behaviour of the RCX, not the (...) (25 years ago, 9-May-99, to lugnet.robotics.rcx)
 

long
(score: 1.212)

More:  Next Page >>


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