 | | Re: Simplifying Cygwin & brickOS/leJOS
|
|
(...) been thinking that somebody should do this for quite some time now. I downloaded this package and installed it on my Windows 98 machine. Unfortunately, I have been having problems getting it to build the libraries. This is probably just a case (...) (23 years ago, 4-Nov-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
|
| |
 | | LDCC.java
|
|
I've developed an LDCC protocol stack for lejOS. Well, 1/4 of it. It's currently receive-only and only on the RCX platform. It needs another pair of eyes to make sure I haven't done anything stupid or inefficient, as this is only my second Java (...) (23 years ago, 26-Oct-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: RCX Communications problems
|
|
(...) the LNP class also uses LLC, it just doesn't implement receiveAck(). (...) You could work ACKs into LNP (e.g. create a LNPReliableHandler), or you could add multi-byte support into and put an addressing layer over LLCReliableHandler. The (...) (23 years ago, 9-Oct-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: leJOS auto power-off
|
|
(...) your programs, lest you forget to turn off the RCX while a program is running and waste a set of batteries ... Like while(System.current...meMillis() < 600000) { // 10 minutes timeout ... } as a main loop instead of while(true){...} Jürgen (23 years ago, 9-Oct-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: leJOS auto power-off
|
|
Works for me! Thanks for the pointer (I think I searched everywhere *but* lugNET :O). (...) (23 years ago, 8-Oct-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: RCX Communications problems
|
|
Hi everyone, I did take a look at LNP, but I need to be sure that the RCX received the packet. As far as I Know, LNP is an UDP kind of communication. LLC is more reliable way to communicate as it uses ACK. Im thinking know in recompile the RCXPort (...) (23 years ago, 7-Oct-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: leJOS auto power-off
|
|
(...) It can't be done. (URL) Hansen (URL) (23 years ago, 8-Oct-03, to lugnet.robotics.rcx.java)
|
| |
 | | leJOS auto power-off
|
|
How does one disable the auto power-off feature in leJOS? I've scanned the API and can't find it. Thanks. -Brian (23 years ago, 8-Oct-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: More than 1 integer in a data packet?
|
|
(...) I'm not a leJOS expert by any stretch of the imagination. But I think I can help. (...) That is not a correct understanding of the rcxcomm package API. The RCXOutputStream class, for example, which descends from java.io.OutputStream inherits (...) (23 years ago, 2-Oct-03, to lugnet.robotics.rcx.java)
|
| |
 | | More than 1 integer in a data packet?
|
|
Hi there, Does anyone know if I can send more than 1 byte/integer per packet between the PC and RCX. From what I understand of the rcxcomm package API, one can only send an integer at a time. Also, the example supplied with the rcxcomm package only (...) (23 years ago, 1-Oct-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Force number programname on RCX
|
|
Hi Admir, (...) once on the RCX a Lejos program has no name, there is only one program with possibly several numbered entry points. Maybe you can clarify your question? Greetings to København Jürgen (23 years ago, 30-Sep-03, to lugnet.robotics.rcx.java)
|
| |
 | | javac Makefile in Cygwin enviorment
|
|
Hi all, I'm developing some client/server on Lejos/win32(sdk.1.40) -> RCX, and I wonder if somebody arround have Makefile in Cygwin??? My exemple (bellow) is not good since I get pcrxcomm.jar problemms ... --- MAIN_PROGRAM = [xxx] PACKAGE = (...) (23 years ago, 30-Sep-03, to lugnet.robotics.rcx.java)
|
| |
 | | Force number programname on RCX
|
|
Hi, Is there any chance to force program name on RCX ??? (23 years ago, 30-Sep-03, to lugnet.robotics.rcx.java)
|
| |
 | | Simplifying Cygwin & brickOS/leJOS
|
|
I have been working on creating a single (large) installer for cygwin with everything you need to build brickOS (and leJOS as well). Download one large file (which is, unfortunately, 18.9 MB) and you are ready to go. I've tested it on W2K and it (...) (23 years ago, 29-Sep-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
|
| |
 | | Re: RCX Communications problems
|
|
Hi Gabriel, did you take a look at LNP? It can address several RCXs. Jürgen (23 years ago, 29-Sep-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: RCX Communications problems
|
|
I obviously didn't read your message very carefully. Sorry. For some reason I was reading it as "how can I control two robots remotely" and not the more specific stuff you're asking. If that acknowledgement protocol you have allows inheritance, then (...) (23 years ago, 29-Sep-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: RCX Communications problems
|
|
What I would do is give each RCX an internal "name" -- an identifier. When you send a message from the PC, the first part is the identifier. So if robot B gets a message intended for robot A, it should ignore it. And vice versa. The same thing would (...) (23 years ago, 29-Sep-03, to lugnet.robotics.rcx.java)
|
| |
 | | RCX Communications problems
|
|
Hi everyone!!! Im a desperate soul in search of some answers and no much luck, so Im writing here to see if someone can help me... Im trying to control two RCX bricks from one or two towers on different computers (this depends on the answers I (...) (23 years ago, 25-Sep-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Aaargh...I need some help
|
|
(...) 1. Make sure LEJOS_HOME is set properly: echo %LEJOS_HOME% 2. Make sure there is a file lib\classes.jar in your LEJOS_HOME directory: dir %LEJOS_HOME%\lib\classes.jar 3. Try including the percentage signs and using backslashes: set (...) (23 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Aaargh...I need some help
|
|
(...) I would put the following two lines into a batch file which you execute prior to trying to compile and download your lejos programs. set LEJOS_HOME=<some path to lejos directory without a trailing slash> set CLASSPATH=%LEJOS_HOM...cxcomm.jar (...) (23 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
|