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 / *8670 (-20)
  Re: control RCX from PC
 
(...) Thanks for this suggestion, but I don't want to use Lejos. It is too much a high-level language for the purpose of this class. (...) That's also one of my problems: I only use Linux, but the school uses Windows for this class. (...) Merci. (20 years ago, 18-Apr-04, to lugnet.robotics.rcx)
 
  Re: control RCX from PC
 
(...) I just looked over it, and it seems very near to my needs. I may try to modify it for writing to the USB tower. Thanks. By the way, which C++ compiler do you use ? (...) Remote" program. Am I right ? If so, it would be quite easy for me to (...) (20 years ago, 18-Apr-04, to lugnet.robotics.rcx)
 
  Re: control RCX from PC
 
(...) Here are a couple of websites that may help: (URL) got them from other members in response to my request for help with communication via the USB port. My request was posted on the NQC site: (URL) (20 years ago, 18-Apr-04, to lugnet.robotics.rcx)
 
  Re: control RCX from PC
 
Salut Benjamin, (...) Lejos can do that, and it could also be used on the RCX. (...) I would bet on the RemoteCommand (0xD2) LASM command. There is a description in the SDK 2.5, "LASM byte codes.pdf", page 61. The SDK can be found by (URL) could (...) (20 years ago, 16-Apr-04, to lugnet.robotics.rcx)
 
  Re: control RCX from PC
 
(...) I have a simple WIN32 console application (with C source code) that opens the USB tower to listen for messages from the RCX. You can easily modify this program (using the WriteFile() API system function) to talk to the RCX. (URL) not exactly (...) (20 years ago, 16-Apr-04, to lugnet.robotics.rcx)
 
  control RCX from PC
 
Hi all, I'm writing down some practical work for students that learn computer science. The goal is to teach them how a serial communication works. Therefore, we want them to write a program that listens to serial communications. The PC will send (...) (20 years ago, 15-Apr-04, to lugnet.robotics.rcx)
 
  Re: Differences between Raw Sensor readings and Light Sensor
 
(...) I'd guess it depends on what you are doing. Without a doubt, raw gives you the best sensor resolution. I'd guess that for kids it is easier to think in terms of 0 to 100%. Since you are not a kid, raw is probably better. (...) Kevin (20 years ago, 15-Apr-04, to lugnet.robotics.rcx)
 
  Differences between Raw Sensor readings and Light Sensor
 
Hi, Can someone point out the differences between setting a sensor as Light (or any custom sensor) vs setting the sensor as Raw? Isnt it better to use the RAW readings since it reports a range of 0 to 1023 as opposed to scaling the readings to 0 to (...) (20 years ago, 14-Apr-04, to lugnet.robotics.rcx)
 
  Re: brickOS & Cygwin with BricxCC
 
(...) It sounds like you are having cygwin issues. Do you have a copy of bash.exe in a directory on your path somewhere other than in c:\cygwin\bin? Does your path include c:\cygwin\bin? If it doesn't then you need to add it to your path. You should (...) (20 years ago, 12-Apr-04, to lugnet.robotics.rcx.legos)
 
  Re: brickOS & Cygwin with BricxCC
 
Hi, Yesterday I changed it into "\brickos", but as wanted to download a Programm again today, it didn't work (also only with Cygwin not). So I tried everything, I have also deinstalled BricxCC, Cygwin and BrickOS (perhaps some registry files (...) (20 years ago, 12-Apr-04, to lugnet.robotics.rcx.legos)
 
  Re: brickOS & Cygwin with BricxCC
 
(...) Can you explain a little more what you mean by "sometimes"? Are you saying that with the OS root set to \brickos compiling works for some programs but not for others or are you saying that with BricxCC installed on one computer it works with (...) (20 years ago, 12-Apr-04, to lugnet.robotics.rcx.legos)
 
  Re: brickOS & Cygwin with BricxCC
 
Hi, I've again found a way to solve this problem: Sometimes you have to replace the OS root "\brickos" with "c:\cygwin\brickos". Sometimes it works just with "\brickos". I don't know why. Franz Steinmetz www.roboshow.de franzsteinmetz@roboshow.de (20 years ago, 12-Apr-04, to lugnet.robotics.rcx.legos)
 
  Re: BricxCC & downloading NQC programs failing
 
Hi, (...) do you have any idea what the write timeout does and is needed for? I'm wondering whether I would need that in the Linux driver, currently I only have the other two. Jürgen (20 years ago, 11-Apr-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  BricxCC & downloading NQC programs failing
 
I have heard from a user of BricxCC who has been experiencing the "compile failed: no (or bad) reply from RCX" (or words to that effect) error message when trying to download pretty much any NQC program either using BricxCC or using NQC directly (...) (20 years ago, 11-Apr-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: brickOS & Cygwin with BricxCC
 
(...) I am glad you were able to get this sorted out. I should add a note to the readme.txt which makes this additional configuration step for folks who already have earlier releases of BricxCC installed clear. John Hansen (20 years ago, 11-Apr-04, to lugnet.robotics.rcx.legos)
 
  Re: brickOS & Cygwin with BricxCC
 
I have found the solution myself (and with the help of the Mindstorms Forum): Edit -> Preferences -> Compiler C/C++/Pascal Here you have to set the right paths. The OS root was wrong. (At me) It has to be /brickos and not /brickos-0.2.6.09.newConf2 (...) (20 years ago, 11-Apr-04, to lugnet.robotics.rcx.legos)
 
  Re: brickOS & Cygwin with BricxCC
 
It was just a testprogram: int main(int argc, char *argv[]) { return 0; } But it's the same with all other progs, too. Thx Franz Steinmetz www.roboshow.de franzsteinmetz@roboshow.de (20 years ago, 11-Apr-04, to lugnet.robotics.rcx.legos)
 
  Re: brickOS & Cygwin with BricxCC
 
(...) Post your source code and we'll tell you. (20 years ago, 11-Apr-04, to lugnet.robotics.rcx.legos)
 
  Re: NQC's future
 
(...) Ok, I was right. That one didn't work, so I pasted together some DOS UART code and made a PSerial_dos.cpp file that does seem to work my antique 486 DOS PC. I put a zip file with the DOS nqc.exe, the CWSDPMI.EXE DOS extender, and the source (...) (20 years ago, 11-Apr-04, to lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: brickOS & Cygwin with BricxCC
 
Hi, I want to say thanks, too, but I have a problem: I cant't compile and download programmes to the RCX. I always get the message: Compile Failed Errors found during compilation But I can download the firmware. Does anyone has a solution? Thx Franz (...) (20 years ago, 10-Apr-04, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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