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 / *7395 (-20)
  desperate: USB tower and XP
 
Hi, I'm trying to get my USB tower to work with XP. So far I had no luck. I followed the instructions on www.mindstroms.com but it doesn't work. Windows XP simply sits there and reports the USB tower as an "unknown device". Doesn't matter if I (...) (22 years ago, 23-Feb-03, to lugnet.robotics.rcx)
 
  Re: constant green light
 
In summary, I think now we say: Anyone interested enough to go see if their Win XP experience matches with/ differs from mine? Me, I've been reporting Yes Yes Yes in reply to the Three point quiz: Q1) Does your serial/IR tower green light shine (...) (22 years ago, 23-Feb-03, to lugnet.robotics.rcx)
 
  Re: constant green light
 
(...) That the light stays on during Windows Suspend suggests to me that it has something to do with the power management features of your laptop. Try temporarily turning off the power management option and see if the tower behaves differently. I (...) (22 years ago, 22-Feb-03, to lugnet.robotics.rcx)
 
  Re: constant green light
 
Just yesterday I reinstalled my serial IR Tower on a Win 98 machine and had the green light stay on all the time. It turned out to be an issue of 'port confusion'. When I switched ports (put the tower on COM1 and the other device on COM2) the (...) (22 years ago, 22-Feb-03, to lugnet.robotics.rcx)
 
  Re: BricxCC on Win XP how
 
I have a nasty feeling this a "facility" in windows at work here. I have noted that the "classic" ports (serial i/o and parallel) "jabber" when windows doesn't think they are in use. My suspicion is that there is some kind of a legacy port plug and (...) (22 years ago, 21-Feb-03, to lugnet.robotics.rcx)
 
  Re: BricxCC on Win XP how
 
(...) If your green light is on all the time I am amazed that you are successful with any communication. Do you need to do the "open the port and wait 5 seconds" procedure to get RIS, javax.comm, and nqc to work? Something BIOS or hardware-related (...) (22 years ago, 21-Feb-03, to lugnet.robotics.rcx)
 
  Re: constant green light
 
(...) By now I have two more clues: 1) Not only does powering down the PC or booting Linux turn the light Off, but so likewise does a Windows Hibernate. 2) Leaving the port open and unused turns the light Off only until I try a Windows Suspend. (...) (22 years ago, 21-Feb-03, to lugnet.robotics.rcx)
 
  Re: BricxCC on Win XP how
 
Again intriguing, again I thank you. /// BricxCC Without Firmware /// (...) Yes, does BricxCC COM1 fail for anyone else when firmware is erased? Anyone? /// Versions /// BricxCC Help About tells me I have "3.3.7.2" of "2/12/2003". Bundled with (...) (22 years ago, 21-Feb-03, to lugnet.robotics.rcx)
 
  Re: BricxCC on Win XP how
 
(...) You are welcome. I'm still a bit muddled as to your current situation re BricxCC and your RIS with or without the firmware installed. (...) If the port is in use NQC always reports, in my case, the following message: Could not open serial port (...) (22 years ago, 20-Feb-03, to lugnet.robotics.rcx)
 
  Re: BricxCC on Win XP how
 
(...) Wow, key tips, great questions, fun links, thanks again for leading me into hours of enlightening experimentation. As a newbie, I'm surprised to think I see nqc reports port in use by exiting immediately without complaint, and BricxCC reports (...) (22 years ago, 20-Feb-03, to lugnet.robotics.rcx)
 
  New robotics book by Eric Wang
 
New book "Engineering with LEGO Bricks and RoboLab" by Eric Wang. See (URL) . Sample at (URL) More info at (URL) . (22 years ago, 19-Feb-03, to lugnet.edu, lugnet.robotics.rcx.robolab, lugnet.robotics.edu)
 
  Re: BricxCC on Win XP how
 
(...) Which COM port is RIS using? Can you describe exactly what BricxCC says/does when you try to get it to find your brick? Does the tower light come on at all? As was suggested already, try choosing the same COM port that RIS uses rather than (...) (22 years ago, 18-Feb-03, to lugnet.robotics.rcx)
 
  Re: BricxCC on Win XP how
 
(...) Did you try to fix communication port instead of using automatic configuration ? On my machine (Win2000) where I have both a serial Spybotics cable and a RIS USB tower, I have to specify the port that BricxCC must use. Philo www.philohome.com (22 years ago, 18-Feb-03, to lugnet.robotics.rcx)
 
  Re: BricxCC on Win XP how
 
Pat For what its worth, BricxCC (latest version) works 100% fine with my Win XP setup. I am however using it with a Spybot and the included serial cable. Good luck with it Regards Philip "Pat LaVarre" <ppaatt@aol.com> wrote in message (...) (22 years ago, 18-Feb-03, to lugnet.robotics.rcx)
 
  BricxCC on Win XP how
 
Is there some trick I need to learn to run BricxCC on Win XP? (...) For me BricxCC hardly ever works. I tried un/installing the last three available versions. Always I fail to connect via serial via IR with my brick. Lego RIS talks no worries, (...) (22 years ago, 18-Feb-03, to lugnet.robotics.rcx)
 
  Release candidate brickos-0.2.6.10 avail for testing
 
The brickOS team is pleased to announce our next test release. We are heading for our formal brickos-1.0.0 release but anticipate at least one more test release before then. Details regarding how to provide feedback are at (URL) can download from (...) (22 years ago, 18-Feb-03, to lugnet.robotics.rcx.legos)
 
  More warning cleanup - const qualifier ignored on asm
 
In include/sys/bitops.h : // g++ warns about __asm__ const. we define the problem away. // the CXX symbol is predefined in the Makefile // #ifdef CXX # define ASMCONST #else # define ASMCONST const #endif But CXX is *not* defined in the Makefile. In (...) (22 years ago, 16-Feb-03, to lugnet.robotics.rcx.legos)
 
  Trivial warning fix
 
This avoids an "implicit declaration of exit" warning. Max. Index: util/firmdl/mkimg.c ===...=== RCS file: /cvsroot/brickos/bri.../mkimg.c,v retrieving revision 1.1 diff -u -p -r1.1 mkimg.c --- util/firmdl/mkimg.c 20 Aug 2002 03:04:29 -0000 1.1 +++ (...) (22 years ago, 15-Feb-03, to lugnet.robotics.rcx.legos)
 
  Re: Declaration of kernel_critsect_count
 
(...) Your request couldn't be more timely as I'm wrapping up a 0.2.6.10 test release this weekend. I've made this change in CVS and you will see it in the .10 test release. As I publish the 0.2.6.10 test release I'll post a message here explaining (...) (22 years ago, 15-Feb-03, to lugnet.robotics.rcx.legos)
 
  Re: How could I tell if I'd cooked the motor controllers ?
 
I presume you did all the usual things: Clean the RCX terminals, try other motors, check for unusual friction in the drivetrain (like, something is out of adjustment) ...etc? Jerry (...) (22 years ago, 15-Feb-03, 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