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 / *6615 (-20)
  Re: Running legOS under DJGPP Status
 
(...) This whole thread is about using legOS under DJGPP, not Cygwin. I really don't know why, but some people, me included, like DOS better. (22 years ago, 21-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Running legOS under DJGPP Status
 
(...) What about using Cygwin instead of DJGPP ? Max. (22 years ago, 21-Jul-02, to lugnet.robotics.rcx.legos)
 
  LNPD and Cygwin
 
Is it possible to build and use LNPD under cygwin? None of the windows implementations of LNP really fit my needs (WinLNP might, if it would ever work) And if it is possible to build it, how? I attempted to and just ended up with build errors about (...) (22 years ago, 21-Jul-02, to lugnet.robotics.rcx.legos)
 
  RE: lnp on alternate microcontrollers
 
I'm very interested in this as well. I hope to work on it this winter, when I spend my free time on legos and computers instead of boating and playing sports. I've ordered a couple Hitachi h8 series microcontrollers and developer kits. If anyone (...) (22 years ago, 21-Jul-02, to lugnet.robotics.rcx.legos)
 
  RE: new name
 
When I checked last, getting a trademark on a name costed (I believe) about $45. Just my 2 cents Matt -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of Frank Carney Sent: Saturday, July 20, 2002 (...) (22 years ago, 21-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Running legOS under DJGPP Status
 
(...) If it helps, I got binutils to compile by using the --disable-bfd-assembler option to configure. Then I ran into gcc troubles. I just gave up and bought Linux. dll and firmdl3 will need major rewrites because DJGPP has no tty functionality. A (...) (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.legos)
 
  re: new name
 
You might consider getting a trademark so that not even lego can say anything to us about the name. Is this an expensive prospect? How about a superfund for it? Probably would want to get it in the names of all the major authors. Frank (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.legos)
 
  lnp on alternate microcontrollers
 
Has anyone tackled putting lnp on a non-lego microcontroller? This would be an interesting project. Frank (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: XP vs USB Tower and BrixCC
 
This problem is solved. Brixcc thought my modem was a serial tower. "Bob Fay" <rfay@attbi.com> wrote in message news:GzIzFH.96G@lugnet.com... (...) Arg! (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.nqc)
 
  Re: Aborting from ISR
 
(...) Hi, the nice thing in this solution is that it doesn't inspect or touch the user return stack at all. The structures that are used to get to the FIP (instruction pointer) - namely: the position of the saved D-stack in the *private* R-stack and (...) (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Aborting from ISR
 
Hi, (...) Yup, that does what I want, although I can't remember enough about forth internals to work out why it works. But it does seem to depend on the return stack having a particular structure, so I do wonder - what happens if the interrupt (...) (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.pbforth)
 
  Re: XP vs USB Tower and BrixCC
 
"Bob Fay" <rfay@attbi.com> wrote in message news:GzIyn4.71H@lugnet.com... (...) Now this is blowing my mind. If I open two applications of Brixcc, the second works fine with the tower. The first will not turn on the tower. Arg! -- Bob Fay THE SHOP (...) (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.nqc)
 
  Re: XP vs USB Tower and BrixCC
 
"Rob Doucette" <lego@nospam.doucettenet.com> wrote in message news:GzIx1o.3wL@lugnet.com... (...) mine (...) will check it again. (...) (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.nqc)
 
  Re: XP vs USB Tower and BrixCC
 
(...) Have you tried installing the SDK 2.0? (URL) had to do that on my W2K laptop in order to get the USB Tower to work. -Rob. (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.nqc)
 
  XP vs USB Tower and BrixCC
 
Does BrixCC support the USB tower in Windows XP? I cannot seem to make mine work. I have reinstalled the program, but to no avail. Any ideas? -- Bob Fay THE SHOP (URL) (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.nqc)
 
  Re: Re: Scheduler patch
 
Nice to see that someone is so involved in BrickOS like you are. Just don't go dissapear. /Joel (22 years ago, 19-Jul-02, to lugnet.robotics.rcx.legos)
 
  *** legOS new name: And the winner is... ***
 
It is over now. There is a clear winner. The votes with the following phrases for osmOS are as follows: Too late for brickfest obscured by clouds since the open source alchemie... lbDPL cos' the brick is thick fischkopp more things considered next (...) (22 years ago, 18-Jul-02, to lugnet.robotics.rcx.legos)
 
  RE: Aborting from ISR
 
(...) Alex, I'll have a good look at this and then post an article. I have a funny feeling you're doing it the hard way, but that's because I know the insides of the patient better than you do - I am Dr Frankenforth after all! Oh, and sorry for the (...) (22 years ago, 17-Jul-02, to lugnet.robotics.rcx.pbforth)
 
  RE: Lazy newbieish question
 
(...) Matt, I see this all the time when I teach embedded C programming to desktop guys - it's an objectification of things at the wrong level. Maybe you could consider this: (setup-light-sensor 'PORT2) which expands to 3 1 SENSOR_TYPE 128 1 (...) (22 years ago, 17-Jul-02, to lugnet.robotics.rcx.pbforth)
 
  Lazy newbieish question
 
If I wasn't in a hurry with so many things to do in the next two days, I would figure this out for myself. My apologies for such a simple question. We're wrapping a lot sensor input stuff at a higher level of abstraction than the raw pbForth words. (...) (22 years ago, 17-Jul-02, to lugnet.robotics.rcx.pbforth)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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