To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *1374 (-20)
  Re: CVS write problem solved
 
(...) Well, after fiddling lots, I finally got it working. Turns out :ext: is correct, dunno why the CVS page at SourceForge says :pserver:. Anyway, I successfully commited CONTRIBUTORS (had my name wrong!), and will soon be putting in some code to (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Idle Powerdown - CVS write problems
 
(...) Sorry. Linux. (...) Hmmm. Tried this (checked out the whole module to a new dir), but same problem. (...) My connection string is the same except ext->pserver. Must be a Unix thing. Is there any developers out there using cvs under Linux? I (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Idle Powerdown - CVS write problems
 
(...) login (...) But when I (...) I've checked sourceforge and you have correct permissions. What platform are you using? Windows? (...) before - (...) My problem was that if you checked-out files as "anonymous", you need to re-check-out them. CVS (...) (24 years ago, 14-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Idle Powerdown
 
(...) Paolo, Maybe you can help with mine, too. Luis gave me CVS access, and I can login using my sourceforge name & password, and checking out's no problem. But when I try to check in, I get: cvs [server aborted]: "commit" requires write access to (...) (24 years ago, 14-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Idle Powerdown
 
(...) need to (...) You can send the code/patch to me, Rossz. I can commit it for you. As anyone knows :-) I've solved my old problems with CVS (WINCVS). Please feel free to contact me if you need to solve your CVS problem too. :-) Bye, Paolo. --- (...) (24 years ago, 13-Aug-00, to lugnet.robotics.rcx.legos)
 
  Idle Powerdown
 
I've successfully implemented an idle powerdown into the legOS kernel. On more than one occasion I have left my RCX on overnight, resulting in the need to buy a new set of batteries. The tricky part was doing a successful powerdown from within the (...) (24 years ago, 13-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Multiple RCXs
 
If the functions you wish to perform can be done in simple tasks you could probably program each RCX to recognize a specific range of message numbers. In this way, a 'function' on the RCXs can be 'invoked' by the PC by having it send a specific (...) (24 years ago, 12-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: questions, comments, and suggestions
 
(...) If you don't find it defined in gcc-2.95.2/config/h8300/*, then yes. Eddie C. Dost ecd@skynet.be (24 years ago, 12-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: questions, comments, and suggestions
 
(...) only (...) Do you know if RCX_COMPILER patch need to be used in GCC 2.95.2 cross compiler too? (...) Fixed right now. I'm ready to commit. (...) indicator (...) could (...) It will be changed in 0.2.5, but two notes: 1) The counter is in ms. (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: legOS Addressing - Packet Handler
 
(...) Semaphores: You said you installed Linux, try "man sem_post". Also kernel/program.c is a good reference for a semaphore use. A more complicated example is the tx_sem in kernel/lnp-logical.c and kernel/lnp.c. Eddie C. Dost ecd@skynet.be (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: legOS Addressing - Packet Handler
 
Thanks Eddie, Sorry for posting a message I should have known the answer to. I'll have a look at the semaphore example. If anyone knows of a good refence for semaphore programming could they please let me know?Its taken me a while to get into the (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: legOS Addressing - Packet Handler
 
(...) Take the sleep(1) out of the code! The function addressHandlerPortOne() is called from an interrupt, so you must not call any function which might cause a reschedule (which sleep() definitely does). You can do all this by having a separate (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  LNPD on Linux - Thanks for all the documentation
 
Hi All I've just installed LNPD on Linux and have it up and running. (In the past few hours, I have installed and configured Linux as a LAN workstation, built the egcs and binutils, installed and compiled legOS and finally compiled and linked liblnp (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  legOS Addressing - Packet Handler
 
Hi All I have a very simple RCX legos program (which I've attached), that I'm having difficulty with. I have compiled legOS with the default host address of 0 (0x00). I am using WinLNP to send data to the RCX (simple short strings), but the RCX will (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Getting the Windows LegOS 0.2.3 compiler package to compile 0.2.4
 
Hi, Dave I think it is no problem, I am using it in NT and 98, both are ok. (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: license question
 
(...) I guess its all my fault :) The choice between GPL and MPL was a tough one. My main worry with using GPL was that I have a lot of "generic" code from other projects in NQC. Now if had I released under GPL, and other people made improvements to (...) (24 years ago, 10-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: license question
 
(...) I chose MPL because Dave did! :) It probably would have been GPL otherwise though. -Kekoa (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: lnpd
 
Michael- Where is the link that points to arthurdent? Because I no longer live in the Duke dorms, that URL is permanently fubared, so I'm slowly trying to eliminate all the dead links that point there. If you could let me know where this one is, I (...) (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: license question
 
(...) IIRC, legOS is MPL because Kekoa released some of his code under MPL, and so Markus released the rest under MPL in order to allow him to use that particular section of code. I believe that he once mentioned that his natural leanings would (...) (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: lnpd
 
(...) (URL) "Do not go gentle into that good night. Rage, rage against the dying of the light." - Dylan Thomas Mike Ash - (URL), <mailto:mail@mikeash.com> (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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