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 / *1379 (-20)
  Re: GCC - Cross-compiler
 
Sorry I've been out of the loop for so long, guys... I'm moving tomorrow, so I've been packing and such. (...) cool. Which Cygwin, though? It'd be really nice if we could "move up" to Cygwin 1.0, which is a lot easier to install than the beta (...) (24 years ago, 16-Aug-00, to lugnet.robotics.rcx.legos)
 
  GCC - Cross-compiler
 
(...) Some (good!) news: 1) I've compiled gcc-2.95.2 for h8300-hitachi-hms using cygnwin and it works. :-) 2) I'm working to a script to automate the process 3) I'm still gettind some warnings (but it works well, does some warnings appear on Linux (...) (24 years ago, 16-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Idle Powerdown
 
Also, Paolo gets credit for the code that resets the idle counter inside IR activity. It will not reset on invalid packets or packets sent to a different RCX unit, so a unit will quietly go to sleep after 15 minutes in the midst of LNP (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Idle Powerdown
 
Paolo was kind enough to check into Sourceforge my changes to implement idle powerdown. The default is 15 minutes of idle time (no programs running, no buttons pressed, no LNP activity) before automatically turning itself off. BTW, in my previous (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Multiple RCXs
 
(...) You can control RCXs via LNP using different addresses. The problem is that no example and no working code is available in legOS distribution, but you can find something searching this newsgroup. A good possibility is using WinLNP (URL) LNP (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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