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 / *3045 (-20)
  Re: Expanding the available input/output ports of the RCX
 
(...) (URL) is VERY easy to program for... Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 9-Aug-00, to lugnet.robotics, lugnet.robotics.rcx)
 
  NQC stdin & stdout
 
I'm looking for some way in windows to send files to and from stdin & stdout. I'm not 'C' savvy. I'm building a macro set for a editor to NQC for the disabled and would like to talk to NQC via the above. If I can't talk to it directly I'd love a cmd (...) (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Need help with my program
 
(...) Oops I forgot the code. Here it is. #define RUNTIME 100 #define REVERSTIME 30 #define TURNTIME 100 #define BUMPTURNTIME 100 #define STOPTIME 25 int lastlevel; // STARTUP TASK task main() { SetSensor(SENSOR_1,S...OR_TOUCH); (...) (24 years ago, 8-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Need help with my program
 
(...) Why don't you post the code here? That'll help us help you! (24 years ago, 8-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Need help with my program
 
I just started with NQC and attempted to make a light-seeking program. It is supposed to go forward for a wile and them stop and then turn a little, check the light level, turn again, check again and keep doing it until it gets darker then the last (...) (24 years ago, 8-Aug-00, to lugnet.robotics.rcx.nqc)
 
  license question
 
Hello, I'm working with TinyVM, an implementation of the Java VM for the RCX. I'm am looking into expanding the LCD capabilities to display text characters, and I was hoping to copy some of the data and/or algorithm for displaying text. I am not (...) (24 years ago, 7-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Troubleshooting RCX Problems
 
On Sun, 6 Aug 2000 14:11:46 GMT, "Tim Courtney" <tim@zacktron.com> wrote: The Japanese comes out all garbled. Could you please translate to enlish? (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx)
 
  Re: LNP Addressing Scheme
 
(...) the (...) True. (...) reflect (...) as well, (...) Two problems here: 1) There is a bug in dll that displays a fixed value. Ignore it, now is fixed on CVS. 2) You must specify host address in "raw" hex form (0x10) (...) I've patched dll to (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Arrays not working
 
(...) MacNQC 2.2a3 predates array support. MacNQC 2.2a3 uses NQC compiler 2.2a2, and arrays were added at NQC 2.2b1. You can find out what version of compiler is being used in the "About..." box. In theory the fix is simple...just release MacNQC (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Troubleshooting RCX Problems
 
(...) Aha, that's famous MIBO code. Unfortunately japanise comments don't help so much :-) Can you tell me which rotation sensor shows the problem, I mean port 1, 2 or 3. Mario (24 years ago, 6-Aug-00, to lugnet.robotics.rcx)
 
  WinLNP usage in VC++
 
Hi. Can anyone who has used the WinLNP control please help me get started with it. I have been using LNP via my own PC-side code based on Manuel Cabido Lopes' RCX Talker application (thanks Manuel) , but now want to build a server application that (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Troubleshooting RCX Problems
 
"Mario Ferrari" <mario.ferrari@edis.it> wrote in message news:FyvIAK.8or@lugnet.com... (...) Here you go: -- Tim Courtney - tim@zacktron.com (URL) - Centralized LDraw Resources (URL) - Zacktron Alliance ICQ: 23951114 AIM: TimCourtne -- //---...--- (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx)
 
  Re: Troubleshooting RCX Problems
 
(...) the (...) Hi Tim, would you post here your code so we can have a look at it? Mario (24 years ago, 6-Aug-00, to lugnet.robotics.rcx)
 
  Arrays not working
 
I'm trying to define an array with MacNQC 2.2a3, but this: int foo[10]; produces this error: Error: parse error untitled line 1 int foo[10]; ~ (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Troubleshooting RCX Problems
 
Hello I've been having trouble with an RCX. It relates to a rotation sensor. What will happen is in the program, the motor will run until the sensor activates and instead of reversing direction like its supposed to, it continues at a slower speed in (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx)
 
  Re: Cygnus Installation troubles
 
I think I am running into this problem. How do I remove all traces of my previous Cygwin 0.2.3 WinLegOS installation so the djgpp can run cleanly? Dave (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.legos)
 
  LNP Addressing Scheme
 
Hi All, I've been playing around with LNP's logical layer and now want to use the addressing layer to enable communication with specific destination hosts (and ports) for my project: (URL) having a difficulty though. I understand that by changing (...) (24 years ago, 5-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: light sensor LED control
 
(...) The LED is on whenever you configure the sensor port to be an "active" port (ROTATION or LIGHT sensor type). You can turn off the LED by setting the port's type to one of the passive types (TOUCH, TEMPERATURE). Actually, you can get reasonable (...) (24 years ago, 5-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Mindstorm firmware C compiler for W95 platform ready for download.
 
I've downloaded the files and unzipped it and tried to compile the code in C:\QC\demo which contains all the C source codes. However, when I tried to compile the hello.C program, I encountered a problem. I entered "qc hello" in the directory and (...) (24 years ago, 4-Aug-00, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  RIS 2.0 software now in beta
 
Dear All The beta version of the RIS 2.0 ATLClient software, firmware (firm0328.lgo), and documentation are now available for download from the LEGO Mindstorms site: (URL) the winners of the alpha bug reporting competition are posted ;p Cheers JP (24 years ago, 4-Aug-00, to lugnet.robotics.rcx, lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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