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 / Search Results: range USB IR long Tower
 Results 1761 – 1780 of 2193.
Search took 0.02 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  Re: constant green light
 
(...) That's interesting. On my new XP eMachine PC we have noticed that when we shutdown (and it powers off the PC) that we have to switch the power switch on the power strip that our computer plugs into or it will sometimes hold our phone line open (...) (22 years ago, 27-Feb-03, to lugnet.robotics.rcx)
 

tower
(score: 1.869)

  RE: pbFORTH needs better uploading, docs
 
Ben, Thanks for emailing and feeding back some important issues for the rest of the Mindstorms pbForth community. I'll always welcome comments and respond as quickly as possible... Let me address each point, sorry about the quoting, but it's needed (...) (25 years ago, 9-Jan-00, to lugnet.robotics.rcx.pbforth)
 

tower
(score: 1.869)

  RE: Which terminal on Linux? plus random thoughts.
 
(...) I have beta quality Tcl code that sends an SRECORD firmware imge up to the RCX (fast or slow) and has basic terminal capabilities. It also strips comments and whitespace out of files as they are uploaded to reduce the time. I'd like to put a (...) (24 years ago, 4-May-00, to lugnet.robotics.rcx.pbforth)
 

tower
(score: 1.869)

  RE: The pain of communicating with the RCX
 
(...) Yup. Remember that the Forth interpreter can't deal with text in special packets. It may be an improvement by limiting the time between characters. I think that ascii-xfr may dump chars without enough time between them... (...) If you use the (...) (25 years ago, 10-Mar-00, to lugnet.robotics.rcx.pbforth)
 

tower
(score: 1.869)

  Re: patch for lnpd ( Collision problem in far-mode )
 
(...) Pardon, Mike, i should have anticipated that, because i had the same problem when i first tried to apply a patch. The usage of patch is a little uncommon: You have to provide the patch through stdin !. Thus, i'd suggest the following (...) (25 years ago, 13-Feb-00, to lugnet.robotics.rcx.legos)
 

tower
(score: 1.869)

  Re: CPR for RCX?
 
(...) Thanks. Good to know. (...) I'm familiar with that procedure, too. Thank goodness for the '-firmfast' flag in NQC... I do have another question, though (Oh, the joys of actually testing on real hardware...) 1) When I load a program, does it (...) (22 years ago, 7-Jun-02, to lugnet.robotics.rcx.pbforth)
 

tower
(score: 1.869)

  RE: serial port interrupts
 
(...) Sounds good Steve, see notes below for some pointers... (...) Absolutely. All we have to do is enable the interrupts on the receiver throw the chars into a buffer. I'd keep the standard FORTH words that already exist so less system source (...) (24 years ago, 14-May-00, to lugnet.robotics.rcx.pbforth)
 

tower
(score: 1.869)

  FW: Window CE Support for the Mindstorm Unit
 
-----Original Message----- From: Stalker-Wilde, Graham [mailto:graham.stalk...@csfb.com] Sent: Friday, November 19, 1999 2:30 PM To: 'Ralph Hempel' Subject: RE: Window CE Support for the Mindstorm Unit no problem. wait a minute - there is no.... No (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 

tower
(score: 1.869)

  Re: LNP Addressing Schemes
 
(...) It's quite simple: Currently, there are two kinds of LNP-Packets: the first one is called the integrity packet (switch your mail-reader to fixed font now): +--+---+---...---+---+ |F0|LEN| IDATA |CHK| +--+---+---...---+---+ F0 : identifies an (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.legos)
 

tower
(score: 1.869)

  Re: Float and int
 
(...) int is 16 bits, big endian, signed. It goes from -32768 to 32767. unsigned int goes from 0 to 65535. char is 8, long is 32, long long is 64, with the standard limits. Floats and doubles are emulated in software, as the H8/300 processor has no (...) (22 years ago, 30-Dec-02, to lugnet.robotics.rcx.legos)
 

long
(score: 1.417)

  Re: location of NQC group?
 
(...) Just a long term tickler. Long term, it should come to pass that this is not true, and that moving a group is not an impossible thing to do. ++Lar (25 years ago, 9-Apr-00, to lugnet.admin.general, lugnet.robotics.rcx.nqc)
 

long
(score: 1.412)

  Re: Development status
 
(...) Hi Stephen, 2*Michael and others, I've (finally) started playing around with brickOS again. My RCX and almost all of my Lego is in storage a long long way from here, but that may actually be a good thing in this context. I've applied Jochen's (...) (16 years ago, 25-Jan-09, to lugnet.robotics.rcx.legos)
 

long
(score: 1.412)

  Re: learning RoboLab (long)
 
(...) Miles, thanks for posting that long catalog of available reference material for ROBOLAB. I too have been through the frustrating experience of finding learning resources. ROBOLAB is good software because it is in the spirit of LEGO, where you (...) (23 years ago, 9-Dec-01, to lugnet.robotics.rcx.robolab, lugnet.edu, lugnet.dacta, lugnet.books, lugnet.robotics.scout, lugnet.robotics.vll)
 

long
(score: 1.410)

  Re: Linking failure when 'making' an lx file
 
(...) Sorry about the extra stuff, the linking problem was due to the compiler trying to find the above link "___ucmpsi2". When I used h8300-hitachi-hms-nm I could see all the methods and links in my code, and this was the only strange looking one. (...) (24 years ago, 28-Aug-00, to lugnet.robotics.rcx.legos)
 

long
(score: 1.410)

  Re: Incorrect result
 
(...) 256 * 128 = 32768, one higher as the biggest positive integer value. The cast to long would help, but your cast is too late. I have not tested, but I think rc += ( (long)b->magnitude * (long)TA_costable[...] ) >> 7; will help. Try output in (...) (23 years ago, 30-Jan-02, to lugnet.robotics.rcx.legos)
 

long
(score: 1.407)

  Re: Help with Clock
 
Hi Scott, (...) yes. It is like a big wall clock that shows milliseconds. (...) System.currentTimeMillis(); Note that this is a long integer. If you need more than one timer you can remember the time in variables and then compute the difference, (...) (22 years ago, 1-Sep-02, to lugnet.robotics.rcx.java)
 

long
(score: 1.407)

  Re: LinuxPPC success
 
(...) I would like to add it to the HOWTO, or at least to someplace where it is widely publicly available- probably with the instructions at (URL) On another note, where does one find the LNP stuff these days? Arthurdent (...) /Everything/ is a bad (...) (24 years ago, 12-Jul-00, to lugnet.robotics.rcx.legos)
 

long
(score: 1.406)

  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
(score: 1.406)

  Re: 0.2.4 API (Long)
 
I'll look at this and probably post it tomorrow (very, very long day, which you'd think would be surprising on a Saturday :| On first glance, it looks like a very useful document. Unfortunately, the autogenerated API docs have become more and more (...) (24 years ago, 29-Oct-00, to lugnet.robotics.rcx.legos)
 

long
(score: 1.406)

  RE: H8/300 Assembler/C interface
 
(...) Sorry, looks like I need sleep too! (...) Hmm, looks like r2 is a copy of the high byte of the second long, but the complete long is pushed onto the stack! So the thing about GCC NOT splitting is true, it just keeps a copy of the higher order (...) (23 years ago, 21-Apr-01, to lugnet.robotics.rcx)
 

long
(score: 1.406)

More:  Next Page >>


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