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 / *50 (-20)
  enhancing the motor driver
 
Hi all, I couldn't resist the urge to do something productive after taking the exam today. Dan sent me some code offering 256 levels of power, and I hacked away at it. I played around with the assembler, and here's my new version. It adheres to the (...) (26 years ago, 24-Feb-99, to lugnet.robotics.rcx.legos)
 
  Re: legOS API documentation in PDF --- volunteer
 
(...) You're on. (26 years ago, 24-Feb-99, to lugnet.robotics.rcx.legos)
 
  Re: Anyone building a Java VM base
 
Yep, I am planning to implement a JVM for RCX, as I have a lot of knowledge on JavaCard (java running on smartcards) I am going to pursue something along the same lines, that is split classloading/verifyi.../resolving away from the executing device (...) (26 years ago, 24-Feb-99, to lugnet.robotics.rcx.legos)
 
  Re: PDF (was Re: legOS docs - what do people want?)
 
(...) I'm not sure I'd know what to do with it. I'd be happy to see how it looks on my system, but I think Markus is the destination you want, since he'll be the one hosting it (I assume). --Todd (26 years ago, 24-Feb-99, to lugnet.robotics.rcx.legos)
 
  Re: PDF (was Re: legOS docs - what do people want?)
 
(...) Thank you Todd. I'll work on it tonight and email the pdf back to you sometime tomorrow. (...) (26 years ago, 24-Feb-99, to lugnet.robotics.rcx.legos)
 
  Re: PDF (was Re: legOS docs - what do people want?)
 
(...) Hmm... Well, I think it was only earlier today that Markus officially gave his blessing on conversions to other formats (not that we thought he wouldn't, but it seems fair to wait and see for sure). So going by what Markus wrote here: (URL) (...) (26 years ago, 24-Feb-99, to lugnet.robotics.rcx.legos)
 
  Re: PDF (was Re: legOS docs - what do people want?)
 
Well, I've waited and waited, but nobody has volunteered to send me the existing docs to convert to PDF. I'm afraid I don't have the facilities myself to download the entire documentation tree at the LegOS site. I thought that freely offering my (...) (26 years ago, 24-Feb-99, to lugnet.robotics.rcx.legos)
 
  Enhancing the motor driver
 
Hi, does somebody feel up to renovating the motor driver? We have discussed a new PCM scheme earlier on the lego-robotics list, it's just a question of implementing it. This will require changes to direct_motor.c and direct_motor.h and a little (...) (26 years ago, 23-Feb-99, to lugnet.robotics.rcx.legos)
 
  Re: PDF (was Re: legOS docs - what do people want?)
 
It's Doxygen. (URL) doc++ is also a viable alternative, but I've used doxygen before in Qt-based projects, where it is clearly superior. (26 years ago, 23-Feb-99, to lugnet.robotics.rcx.legos)
 
  Re: Anyone building a Java VM based on legOS?
 
At least as far as CE is concerned, you need at least 8Mo to run a java VM. This is due to the size of the classes however. On the other hand there are smartcards which have an embedded VM cf: (URL) believe the VM can probably develloped but the (...) (26 years ago, 22-Feb-99, to lugnet.robotics.rcx.legos)
 
  Re: legOS docs - what do people want?
 
(...) online (...) modem-dialup (...) US$20- (...) hourly-metered (...) 6 (...) pretty (...) The problem isn't the ISP but the phone charge. And the speed of the transatlantic connection at peak hour (like when you are home to dial). Also you still (...) (26 years ago, 22-Feb-99, to lugnet.robotics.rcx.legos)
 
  Re: PDF (was Re: legOS docs - what do people want?)
 
(...) Well what about ONE html file. Nobody ever said you had to fragment html files. Or whatabout a group but zipped or tar.gzed (26 years ago, 22-Feb-99, to lugnet.robotics.rcx.legos)
 
  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)
 
  Re: PDF (was Re: legOS docs - what do people want?)
 
Hello. The API documentation tool I use can generate HTML, LaTeX and manpages. Unless Dimiti expands its capabilities to also generate PDF - or somebody points me to a better tool and volunteers to convert the sources that exist already - HTML (...) (26 years ago, 23-Feb-99, to lugnet.robotics.rcx.legos)
 
  Re: One Big Program
 
Small misunderstanding... The RCX firmware contains a small interpreter which runs "RCX bytecodes". These are very different from H8 machine language. NQC generates code that runs within the interpreter, and asm statements just generate raw (...) (26 years ago, 23-Feb-99, to lugnet.robotics.rcx.nqc)
 
  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)
 
  Re: NQC 1.2 in beta testing
 
The thing to remember about legOS is that pretty much anything you can do in C (gcc, egcs) in 32k of RAM, you can do with legOS. I believe that both legOS and NQC have definite places in the RCX programming universe. I happen to have been using gcc (...) (26 years ago, 22-Feb-99, to lugnet.robotics.rcx.nqc)
 
  RE: NQC 1.2 in beta testing
 
Well, those are still cool new functions...I will keep wishing the RCX firmware allowed runtime evaluations instead of constants. Maybe LegOS does...does anyone know? Rich (URL) Message----- From: news-gateway@lugnet.com (...) (26 years ago, 22-Feb-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 1.2 in beta testing
 
(...) No, you still wouldn't be able to do that since the RCX bytecode to play a tone requires compile time constants as its arguments. The scoping would let you put variables inside of tasks (hiding them from other tasks), if you wanted... task foo (...) (26 years ago, 22-Feb-99, to lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  Re: NQC 1.2 in beta testing
 
(...) Yep, MT-newswatcher can do that. Sorry I didn't remember to crosspost - must've been brain dead or something. (...) Very cool. A lot of people send me e-mail about NQC. I'll encourage them to raise issues on lugnet.robotics.rcx.nqc instead - (...) (26 years ago, 22-Feb-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