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 / *2720 (-20)
  Re: lcd_refresh()- get rid of it?
 
Then I'll put a note in to that effect- can't believe I hadn't noticed that earlier. There are a couple of bugs in config.h, too (in the CONF_X depends on CONF_Y) sections, so I'll just check something in later. Nothing big, just irritating :) -Luis (...) (24 years ago, 9-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: lcd_refresh()- get rid of it?
 
"Luis Villa" <liv@duke.edu> wrote in message news:FvuEJE.F7I@lugnet.com... (...) Well, it depends on the line: #define CONF_LCD_REFRESH in file boot/config.h. If you comment it out, you still need lcd_refresh()... :-) Bye, Paolo. --- "The pessimist (...) (24 years ago, 8-Jun-00, to lugnet.robotics.rcx.legos)
 
  using the <remote> commmand in NQC
 
Does anyone know where I can find a listing of the 4 digit codes for the <remote> command? Thx, Brandon (24 years ago, 8-Jun-00, to lugnet.robotics.rcx)
 
  Re: SDL and legOS (was: memory left)
 
Quoting Torkel Niklasson <torkel.niklasson@te...ogic.com>: (...) That's what I gathered from the docs. Interesting- sounds much more productive, too, if perhaps a little limiting. (...) Great. What exactly do you mean by "adapt", by the way? Just (...) (24 years ago, 8-Jun-00, to lugnet.robotics.rcx.legos)
 
  lcd_refresh()- get rid of it?
 
Hey, everyone (but I suppose Markus in particular, if he's still even out there anymore)- I've been playing with the LCD functions in the CVS legOS and, as far as I can tell, not a single one of the functions requires lcd_refresh() anyome. So far, (...) (24 years ago, 8-Jun-00, to lugnet.robotics.rcx.legos)
 
  SDL and legOS (was: memory left)
 
Well, SDL is a very good programming language indeed. Its main attraction to me is that it draws your attention away from stupid little programming errors, such as memory allocation, pointers not pointing where they're supposed to point and (...) (24 years ago, 8-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: memory left
 
(...) This little program scans the memory list and prints the amount of free memory: Eddie C. Dost ecd@skynet.be -- #include <unistd.h> #include <stdlib.h> #include <sys/tm.h> #include <sys/mm.h> #include <sys/irq.h> #include <conio.h> extern (...) (24 years ago, 7-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: memory left
 
I'm pretty much always interested in anything that anyone does with legOS.... makes me feel less lonely here ;) I've never heard of SDL before, but after looking through some of the docs, I'll admit it looks quite interesting. Please keep up us to (...) (24 years ago, 7-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: memory left
 
Thank you. The reason I'm asking is that we are doing our master's work/thesis on adapting the Telelogic (Swedish company) SDL tool to the legos platform. I guess the measurement of memory is not a critical part of this, unless there is none left, (...) (24 years ago, 7-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: memory left
 
Not to the best of my knowledge, but I'll take a look later this afternoon. If you need to create more memory, take a look at kernel/config.h, and start undefining features that you don't need. None of those will make a huge difference, but they are (...) (24 years ago, 7-Jun-00, to lugnet.robotics.rcx.legos)
 
  memory left
 
Is there a way to check how much memory is still available on the RCX? Torkel (24 years ago, 7-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: where do I download lnpd+liblnp?
 
(...) ---...--- "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 Zeppelin, "Going to California" ---...--- (24 years ago, 6-Jun-00, to lugnet.robotics.rcx.legos)
 
  where do I download lnpd+liblnp?
 
I can't seem to find anywhere to download the lnpd+liblnp tar ball. Does anyone know where it might be? Torkel (24 years ago, 6-Jun-00, to lugnet.robotics.rcx.legos)
 
  RE: is include included in pbforth?
 
(...) And I would ike to say thanks! (...) The INCLUDE words are for the hFORTH scripts that this package is based on. I'm a terrible pack-rat, so I tend to put all the scripts in to give folks example code. It looks like I'm confusing things more (...) (24 years ago, 5-Jun-00, to lugnet.robotics.rcx.pbforth)
 
  Re: NQC 2.x event processing
 
(...) #3, which was the approach you took. (...) I think what I liked about the approach in pBrick script was that it was fairly like coding a microcontroller in assembler: set up an interrupt vector and then include a label and code for the (...) (24 years ago, 5-Jun-00, to lugnet.robotics.rcx.nqc)
 
  Re: Major breakthrough serial wise.
 
(...) I'm confusing everybody by asking questions that imply that I am changing existing code. I do not touch existing code. The question about where to enable the interrupt is a final cleanup one. It is not what I am doing now. I have not touched (...) (24 years ago, 5-Jun-00, to lugnet.robotics.rcx.pbforth)
 
  Re: TinyVM Cygwin Port
 
(...) Andy didn't mention that the only version that will probably work under CygWin is 0.1.4. A couple of things were fixed in the tools. Also, by 0.1.5 (hopefully next weekend) I'll try to incorporate Andy's feedback in the scripts, so they will (...) (24 years ago, 5-Jun-00, to lugnet.robotics, lugnet.robotics.rcx.java)
 
  Re: Power supply
 
(...) The 1.0 can accept a pretty standard DC convereter plug (look in the back). The 1.5 kits don't have this, the 2.0 kits will (supposedly.) I don't use this (which is dumb;) but many others have with good results. -Luis ---...--- "Going to (...) (24 years ago, 5-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: communication brick <-> PC
 
(...) Cool. We'll wait patiently. :) (24 years ago, 4-Jun-00, to lugnet.robotics.rcx.nqc)
 
  Re: communication brick <-> PC
 
(...) My current thoughts are to add "listen" support to rcxlib/RCX_Link, but not add anything else to the nqc tool itself. This would facilitate writing a small wrapper program around rcxlib/RCX_Link that could send/receive messages without (...) (24 years ago, 4-Jun-00, 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