 | | Re: Simplifying Cygwin & brickOS/leJOS
|
|
(...) Apparently, there are problems running on Win98 (I've heard from another person who is having similar issues). I am trying to figure them out. I'll post here once I have a definitive answer. John Hansen (23 years ago, 4-Nov-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
|
| |
 | | 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)
|