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 / *6820 (-20)
  Re: How to setup gcc and make in cygwin
 
Follow these instuctions word for word: (URL) 0.2.6 in place of 0.2.4 wherever it crops up and you'll have no problems. (Well, it worked for me using Win98 so hopefully it'll work for you) "Redline" <trust@global.net.au> wrote in message (...) (22 years ago, 16-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Pass by reference
 
More specifically, how can you pass by reference to a thread?? I thought a thread could only take chracter arguments in an array? Thanks "Ralph Clark" <ralph.clark@ntlworld.com> wrote in message news:H2HwuD.L6L@lugnet.com... (...) (22 years ago, 16-Sep-02, to lugnet.robotics.rcx.legos)
 
  How to setup gcc and make in cygwin
 
Hi all, I've been trying to get LegOS working on my Win XP machine using the cygwin emulator but I cannot execute "Makefile"; hence I downloaded "make" from the fs foundation but I am new to this, so have no idea how to install make --- generally I (...) (22 years ago, 16-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: RCX <-> PC communication, more details
 
Hi Kaspar, Thanx for the information. In the Lejos-discussion mailing list (Sept 13), Lawrie Griffiths wrote: "A timeout of 100 milliseconds or more should ensure that it reads all the bytes in one message." Looks like it confirms what you (...) (22 years ago, 16-Sep-02, to lugnet.robotics.rcx.java)
 
  Re: RCX <-> PC communication, more details
 
(...) Great, I just had too much time at hand, so I could already test the hypothesis above. Great, to be able to post a followup to my own message within half an hour... Ok, here it comes: The PC __IS__ swamping the RCX when using the LNP protocol. (...) (22 years ago, 16-Sep-02, to lugnet.robotics.rcx.java)
 
  RCX <-> PC communication, more details
 
Thanks for the three of you (Francois, Roger and Lawrence) who have answered to my questions. I was asked to state some more details, which I'll do here: I am working under linux (SuSE 7.3) and since the linux version of java does not yet support (...) (22 years ago, 16-Sep-02, to lugnet.robotics.rcx.java)
 
  Re: RCX simulator ?
 
just what is an RCX simulator? is it a virtual brick that resides on your computer? -tk (22 years ago, 16-Sep-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Pass by reference
 
Hi. Do we have pass by reference in the current version of legOS? If we don't, I'd be very grateful if anyone could give me a simple example of how to do the same thing in C using pointers and whatever. (22 years ago, 15-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: RCX <-> PC communication
 
(...) Lawrie Griffiths asked me to forward the following to you: RCXPort should be about twice as fast as RCXF7Port. Do you have a serial or USB tower? I am concerned that you don't get complete reliabilty with RCXPort - I do with a USB Tower. (22 years ago, 14-Sep-02, to lugnet.robotics.rcx.java)
 
  Re: RCX simulator ?
 
thanks Ralf, this may be a very good starting point ;-) I'm considering to create a RCX simulator (if there isn't any), but cann't oversee how much work it is .... cheers, Stef Mientki (...) (22 years ago, 13-Sep-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: RCX simulator ?
 
Look at (URL) has a simulator for the RCX. It's in beta but I saw that there is all of the sources on his page. Hope this helps ... Ralf (...) (22 years ago, 13-Sep-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: RCX <-> PC communication
 
(...) I have not done any experimenting with Data Streams yet since I can get by with bytes. I have tried both the RCXPort and the RCXF7Port. The big advantage of the RCXPort using the LLC protocol is that if the RCX gets out of range or behind an (...) (22 years ago, 13-Sep-02, to lugnet.robotics.rcx.java)
 
  RCX simulator ?
 
hello All, I was wondering if there exists a RCX-simulator for M$-Windows ? best regards, Stef Mientki (22 years ago, 12-Sep-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: RCX <-> PC communication
 
Hi Kaspar, Did you compile the PC end program using javac and did you add pcrcxcomm.jar from the lejos lib directory to your CLASSPATH? Could you give some more details about your problem (what platform are you working on? complete code...)? Wap (...) (22 years ago, 12-Sep-02, to lugnet.robotics.rcx.java)
 
  Re: small patch to build dll on linux
 
John, I believe I have a good solution. I ran a test both under Win98 and a forced Linux OS (set OSTYPE=LINUX in makefiles). Below is a patch file for the current CVS version of brickOS. As soon as I get confirmation that this does fix my bug I will (...) (22 years ago, 12-Sep-02, to lugnet.robotics.rcx.legos)
 
  brickOS general news
 
We've been working on our web-site (URL) welcome comments. If you'd like to see something specific that is not already there please let us know. Development work on brickOS has been lively over the past couple of weeks. So watch for another test (...) (22 years ago, 12-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Winliblnp problems
 
(...) The usual method is to put the following near the top of the .h file: #ifdef __cplusplus extern "C" { #endif and the following at the bottom: #ifdef __cplusplus } #endif This eliminates the need for 2 .h files. HTH. ROSCO (22 years ago, 10-Sep-02, to lugnet.robotics.rcx.legos)
 
  Re: Winliblnp problems
 
From: "Tim Auton" <tim.lugnet@uton.org> Sent: Friday, September 06, 2002 4:07 PM (...) [snip] (...) I do, it's a namespace problem, down to you working in a C++ project and winliblnp being in C. I suggest a quick and dirty hack of creating a (...) (22 years ago, 10-Sep-02, to lugnet.robotics.rcx.legos)
 
  RCX <-> PC communication
 
Ok, here's a little something to think about: I have been testing the three communication protocol stacks of LeJOS 2.0 (josx.rcxcomm package; LLC, LNP and F7 protocols). Simple application: Array (size 20) of ints on both PC and RCX. Got both a (...) (22 years ago, 10-Sep-02, to lugnet.robotics.rcx.java)
 
  Re: Continous operation
 
(...) Hi Remko, So what has your RCX been doing all this time?? Just curious, ;-) Roger (22 years ago, 10-Sep-02, 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