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 / *6210 (-20)
  Re: linux USB driver.
 
I've just upgraded to the kernel 2.4.9-31 and tried to compile this driver. I get the following errors: [root@kelcsts38b usb_lego]# make install /sbin/modprobe -r usb_lego cp usb_lego.o /lib/modules/2.4.9-3...rivers/usb /sbin/modprobe usb_lego (...) (22 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
 
  Re: sys_timer
 
(...) Yes. It is updated from an interrupt routine that fires every 1 ms (IIRC). However.... (...) wait_event is only accurate to 20ms or so, depending on what your other tasks do. So your timing is very accurate, but you're not timing what you (...) (22 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
 
  Re: Current Makefile logic fails for nonNT Windows OS
 
Taking a second look at this and noticing some past post about this issue with WinXP ((URL) a much cleaner code might look like the following # # WindowsNT/Cygnwin, test against several values: # ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin (...) (22 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
 
  RE: Co-operative Multi tasking in pbforth 2.1
 
Phil, I have some hooks in the current version of pbForth that you can use to implement cooperative multi-tasking. Have you read the article on implementing a background monitor to check for button presses? It's at: (URL) I was going to write (...) (22 years ago, 3-May-02, to lugnet.robotics.rcx.pbforth)
 
  Current Makefile logic fails for nonNT Windows OS
 
I am compiling under windows 98 using cygwin version 1.3.10. In Makefile.common (/legOS-0.2.6,/legOS....2.6/util) the logic to determine whether the OS is a windows system fails due to the fact that uname returns CYGWIN_98-4.10. I submitted a bug (...) (22 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
 
  Accurate msleep and timeslicing - was Re: sys_timer
 
"Michael Obenland" <obenland@t-online.de> wrote in message news:GvJ5vD.7MC@lugnet.com... <snip> (...) switch. (...) I made some modifications to the tm_sleep_wakeup that allows high priority tasks to wake up at exactly the time specified for msleep (...) (22 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
 
  Re: sys_timer
 
(...) Yes. (...) That is right. (...) It does, actually. The timer itself counts the millisec. But if you do a wait_event() call, your running program gives up its time slice, the OS waits for the event and then continues your task with the next (...) (22 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
 
  Co-operative Multi tasking in pbforth 2.1
 
I am have been programming the brick in nqc but have started to find this a little restrictive. I have just started using pbFORTH. Would anyone be able to help me with a sample script to impliment Multi-Tasking. I am using this to set up an "infra (...) (22 years ago, 3-May-02, to lugnet.robotics.rcx.pbforth)
 
  sys_timer
 
I recently adopted legOS as my development environment and I have to say I tremendously impressed. Thanks to everyone who has worked so hard on it. It is really a first class, grade A product. Is sys_timer accurate to within 1 ms? unsigned long (...) (22 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
 
  Re: installing legOS 0.2.6?
 
(...) I noticed this the other day. The link to 0.2.6 is broken (as is one other link in the document). Please accept my apologies as I missed it during my testing. I'll fix the document source and post the new version to the web. Meanwhile please (...) (22 years ago, 1-May-02, to lugnet.robotics.rcx.legos)
 
  installing legOS 0.2.6?
 
Hello! I have been following the instructions for installing legOS 0.2.6 according to: (URL) but failing to dowlnload the actual legOS file (legos-0.2.6.tar.gz .). Why is this so? (22 years ago, 1-May-02, to lugnet.robotics.rcx.legos)
 
  Phantom.dll (Spirit.ocx replacement) Update.
 
I have updated the Phantom.dll component due to a minor bug. The bug involved the DataLog functions not working when used with VB.Net. Both updated source and binaries are available at: (URL) Jacquemin kjacquemin@cox.net (22 years ago, 1-May-02, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: Want to help? Use LNP or LEGO IR Remote Control?
 
(...) Pretty cool / innovative idea! I also like the codesize reduction this would be. I'm also looking at the post by Ted Hess. His blend of the two patch solutions seems intrigueing. I'll look at that solution too. Either way, the final form we (...) (22 years ago, 30-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Lego IR Remote - What is max send rate?
 
Stephen - I've recently taken a couple of patch postings to legos.sourceforge.net by Ross Crawford and Zhengrong Zang and have come up with a hybrd solution (on 0.2.6) to implement the remote control. I am quite happy with the results. The original (...) (22 years ago, 29-Apr-02, to lugnet.robotics.rcx.legos)
 
  RIS 2.0 and Windows 2000
 
I spent a week googling about trying to see if RIS 2.0 worked under Windows 2000 or not, to no avail. I specifically asked Lego and they said it was unsupported (as expected). However, I went out and bought RIS 2.0 anyway and it's worked just fine (...) (22 years ago, 29-Apr-02, to lugnet.robotics.rcx)
 
  Re: Want to help? Use LNP or LEGO IR Remote Control?
 
(...) Pressing a motor key continously gives a short run of the motor and then it stops. To let the motor run, one has to press the remote control motor key very fast. Why not run the motor with the appropriate key and if one wants to stop the (...) (22 years ago, 29-Apr-02, to lugnet.robotics.rcx.legos)
 
  Want to help? Use LNP or LEGO IR Remote Control?
 
We are looking for help testing a very-early integration! We have added all existing LNP patches and we have added (NEW) support for the LEGO Infrared Remote Control to the released 0.2.6 to create this new test version. If you are an avid LNP user (...) (22 years ago, 28-Apr-02, to lugnet.robotics.rcx.legos)
 
  [ANN] pbForth Assembler for the RCX
 
With the release of pbForth 2.1.2 last week, I've finally got things stable enough to warrant adding some really neat tutorials. This week, thanks to Darin Johnson, I am happy to announce that you can write new words in assembler right on the RCX! (...) (22 years ago, 28-Apr-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
 
  Re: Multiple source files
 
(this comes up because I'm finally trying to incorporate these changes into the next release of legOS... -Stephen) (...) This part didn't work for me! The dependency only rule didn't work. I'm running on Debian (GNU make 3.79.1, as shown by 'make (...) (22 years ago, 28-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Multi Source Programs
 
(...) Frank, This question has come up a number of times. I spent some time on this answer so I'd understand the current state of this problem. Part of the answer is found in an earlier post from Pat Welch: (URL) Some changes in our makefiles have (...) (22 years ago, 28-Apr-02, 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