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 / *8575 (-20)
  Re: USB tower/Linux/Firmdl not working nicely together
 
(...) I have a working USB-tower in linux 2.4.21 using the cvs legousbdriver and nqc2.5r3. I use nqc for brickos installation 2.5.09 and dll included for lx uploads. I think I patched the brickos source with a usb patch from either (...) (21 years ago, 9-Mar-04, to lugnet.robotics.rcx.legos)
 
  RE: Ideas for NQC
 
(...) ...a bit like NQP (Not Quite Pascal) :D ? (...) That would have to be called NQB (Not Quite BASIC) ;) Ok, now, seriously, this could be usefull for lazzy typists like me, but remember that C is case sensitive, so, how could BricxCC decide (...) (21 years ago, 9-Mar-04, to lugnet.robotics.rcx.nqc)
 
  Voltage>10V????
 
Hi and thanks to all that answered my questions. I'm using the method 'getVoltageMilliVolt()' in my robot. But i don't understand the value that i get, more than 10000 mV, why? if 9600mV is the total voltage that batteries provide. Bye and thanks (...) (21 years ago, 9-Mar-04, to lugnet.robotics.rcx.java)
 
  Change the the parity setting of the IR tower.
 
Can I change the parity setting of ther IR tower so that I can use 8 data bit, no parity, 1 stopbit instead of 8 databit, odd parity, 1 stopbit. I want to access the IR tower with a serial port that has only the settings 8N1. (21 years ago, 9-Mar-04, to lugnet.robotics.rcx)
 
  Ideas for NQC
 
Hi John, Now that Dave Baum has given you the control under NQC, how will you manage to work both on NQC and on BricxCC??? I recomend the following changes: For NQC, something that you can add is optional use of semi-colon. It's a pain when I do a (...) (21 years ago, 8-Mar-04, to lugnet.robotics.rcx.nqc)
 
  RE: NEW LEGO USB Driver
 
(...) Someone who's name I forget (you know who you are!) said definitely that hyperthreading cannot be simply disabled in BIOS - that Windows has to be reinstalled with a non-hyperthreading kernel. And to answer your musings in the first (...) (21 years ago, 8-Mar-04, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.robolab)
 
  RE: NEW LEGO USB Driver
 
As Mike pointed out, it is a hyper-threading problem. The reason for winXP not working, but W2K works, may very well be that W2K does not support hyperthreading feature, but WinXP does. I wonder if Mike or anyone does indeed disable the (...) (21 years ago, 8-Mar-04, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.robolab)
 
  Re: LegOS USB Support (for RCX 2.0)
 
Could you please send me all your files? (21 years ago, 8-Mar-04, to lugnet.robotics.rcx.legos)
 
  Re: USB tower/Linux/Firmdl not working nicely together
 
(...) Sounds promising. I can do some testing for you is you want. Is the code where you are working on available via CVS, perhaps I can do some coding too. Cheers Bart (21 years ago, 6-Mar-04, to lugnet.robotics.rcx.legos)
 
  Re: USB tower/Linux/Firmdl not working nicely together
 
Definitely interested in helping you test when it's working. Regards, Mark. (...) ---...--- The real purpose of books is to trap the mind into doing its own thinking. -- Christopher Morley Mark Syms <mark@marksyms.demon.co.uk> (21 years ago, 6-Mar-04, to lugnet.robotics.rcx.legos)
 
  Re: USB tower/Linux/Firmdl not working nicely together
 
Bart, (...) The problem is that USB tower on linux is not supported by firmdl3/dll at the moment. I'm working on that capability now. If I can, my intent is to have it work for 2.4 (user added driver) and 2.6 (built-in driver) kernels. The USB tower (...) (21 years ago, 6-Mar-04, to lugnet.robotics.rcx.legos)
 
  Re: [long] Interrupt programming, buggy code
 
On Tue, 2 Mar 2004 17:54:47 GMT "Mark Riley" <markril@hotmail.com> wrote: Hi Mark, (...) [snip] (...) [snip] And that was it, indeed! Many to you, as well as Ralph and Kevin who tried to help me. There shouldn't be much trouble for me I think (if we (...) (21 years ago, 2-Mar-04, to lugnet.robotics.rcx)
 
  Re: [long] Interrupt programming, buggy code
 
(...) Eh... Never mind this bit. I just had a gander at Kekoa's rcxlib and he already handles this correctly in debug_value(). Should've known! :-) Mark (21 years ago, 2-Mar-04, to lugnet.robotics.rcx)
 
  RE: [long] Interrupt programming, buggy code
 
Much better and more accurate answer from Mark - who knows a lot more about GCC that I do :-) I should stick to commenting on assembly language stuff. Ralph (...) <snippage> (21 years ago, 2-Mar-04, to lugnet.robotics.rcx)
 
  Re: [long] Interrupt programming, buggy code
 
Hi Benjamin, When you declare your ISR as an interrupt_handler, GCC terminates the function with an "rte" instead of an "rts". The ROM code that dispatches the interrupt to your function is already doing the rte so your function should not. Here's (...) (21 years ago, 2-Mar-04, to lugnet.robotics.rcx)
 
  Re: [long] Interrupt programming, buggy code
 
(...) All I can give you is guesses. There are pleny of gurus here who will know the answer. Do you know if the display_debug() routine or any of the things it uses depends on the interrupts you are taking over? If default interrupt handler provides (...) (21 years ago, 2-Mar-04, to lugnet.robotics.rcx)
 
  RE: [long] Interrupt programming, buggy code
 
Having fun yet :-) There are a few things you might want to keep in mind when writing ISRs for the RCX... First, avoid calling into the ROM from an interrupt handler. You never know how long they take, and you may in fact be hitting another OCIA (...) (21 years ago, 2-Mar-04, to lugnet.robotics.rcx)
 
  [long] Interrupt programming, buggy code
 
Hi all, I am currently programming the Lego RCX at low-level (plain C) using the GCC cross-compiler for Hitachi H8/300 and Kekoa Proudfoot's LibRCX. In fact, I'm designing exercises for students that learn micro-controller programming. Therefore, I (...) (21 years ago, 2-Mar-04, to lugnet.robotics.rcx)
 
  rcx communications
 
hello, for the needs of a robotic course, I am looking for programs for 2 rcx that will make 2 robots communicate and enable some "team play". if you have examples to send me, I will be pleased to get some help. my email: gros_chacal@hotmail.com (...) (21 years ago, 2-Mar-04, to lugnet.robotics.rcx.java)
 
  Re: Get/SetCommTimeouts
 
"Dick Swan" <dickswan@sbcglobal.net> wrote in message (...) I kind of suspected that .. but was not sure. I looked in the source of NQC and brickOS (and some programs I found on the Web) and they all seemed to use these functions regardless. But I (...) (21 years ago, 1-Mar-04, to lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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