 | | Data-transfering RCX -> PC in LeJOS
|
|
I'm trying to transfer some log-data from the RCX to the PC, using the "Serial.sendPacket(byte[] aBuffer, int aOffset, int aLen)", but it does not seem to work with a packet-length bigger than approx.. 24 bytes. The packet is constructed as a (...) (25 years ago, 18-Apr-01, to lugnet.robotics.rcx.java)
|
| |
 | | Wishlist leJOS
|
|
Hi! I'm a leJos newbie, but at a glance, I miss the logging functions that I think NQC has, the ability to store numbers in the RCX for later upload. Is ther a chance that it will be implemented ? At least I would appreciate it Björn Lundin (25 years ago, 13-Apr-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Lejos Rerun
|
|
(...) Isn't the memory battery backed? I had intended to get it to shut down before the batteries go completely flat for this reason. I can then swap battery packs(I am using external sealed lead acid batteries and the internal batteries back this (...) (25 years ago, 5-Apr-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Lejos Rerun
|
|
(...) If the batteries are flat, then nothing would be remembered anyway, right? :) I guess that you could upload data to the PC, and then download it again when the 'bot needs it. The PC could also do some processing on the data to make the RCX's (...) (25 years ago, 30-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Lejos Rerun
|
|
Hi All, I am working in Lejos, which I've found to be a great environment to get working (on Windows 98) and to work in, and have a problem. In earlier versions of Lejos(at least according to the docs), and Tinyvm, objects persisted across runs. I (...) (25 years ago, 30-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | RCXTools v1.1
|
|
There is a new release of RCXDownload and RCXDirectMode at (URL) "install.class" will accomplish the whole installation process. - Tim RELEASENOTES - Made installation easier using a completely modified version of install.java from Andrew Hunt, (...) (25 years ago, 20-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: [tinyvm-discussion] Re: LVI version 1.2.1
|
|
Last post, I swear :-) The site is fixed with the links in the download area, it should work now... Sorry for all the OT posts. Andy (...) (25 years ago, 18-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: LVI version 1.2.1
|
|
Before I get e-mails saying the links are broken, I'll say that I am having problems getting the files to appear on the ftp site. You can get the current sources, but no classes yet. I will try to fix this soon. Andy (...) (25 years ago, 18-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | LVI version 1.2.1
|
|
There is a new version up at (URL) It includes an auto-typer, more color customizations (and a bunch that don't work ;), and support for loading previously opened files. There is a mailing list on the project page that will be used for announcements (...) (25 years ago, 17-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: leJOS: anyone building under Cygwin? problem! (very long, not wrapped)
|
|
(...) I think that if you are running this under bash (which it sounds like), you need to have only colons in your classpath. I had some of these same problems when I was trying to get TinyVM to run on Cygwin, although I wasn't using ant. Andy (...) (25 years ago, 17-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: leJOS: anyone building under Cygwin? problem! (very long, not wrapped)
|
|
(...) Twice, even! (...) I think it is. Putting "" around the entire classpath fixed the problem. This works: /prosrm/lejos:lejosc -d D:/dev/prosrm/build/classes -classpath "D:/dev/jdk1.3/j re/lib/rt.jar;C:/tem...arser.jar" D:/dev/prosrm/lejos/src/L (...) (25 years ago, 16-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: leJOS: anyone building under Cygwin? problem! (very long, not wrapped)
|
|
(...) [snipped description of garbage characters output from lejosc] I hate to follow up to my own post, but I have some more info. This command line, with one item in the classpath, succeeds (well, it actually launches the compiler on the correct (...) (25 years ago, 16-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | leJOS: anyone building under Cygwin? problem! (very long, not wrapped)
|
|
I'm trying to run lejosc under Cygwin, and I'm running into an unusual problem. Background: I am actually attempting to fix up a system so that I can use Jakarta-Ant (URL) to manage the build process. It's a long story, but we use Ant here at work (...) (25 years ago, 16-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: LVI on SourceForge
|
|
I think Andy tried to include the URL and LUGNET dropped it. Anyhow, here is the project at Sourceforge: (...) (25 years ago, 1-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Garbage Collection
|
|
Hi Chris, Hemorrhage you will. Instead of creating new objects in a loop, reuse existing objects. (This is a good move anyhow to improve the performance of your application.) You may have to change some of your own APIs to accomplish this, but it (...) (25 years ago, 1-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Garbage Collection
|
|
I'm a tad fuzzy on working without GC. If I create objects in an inner loop, is that memory lost? Will I not hemorrhage memory like a sieve? (25 years ago, 1-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | LVI on SourceForge
|
|
The move have been made, and now lVI is up on SourceForge here. The page sucks now, but I will add additional features as I get to them. The Geocities file will still be up for a few weeks, but will not be updated. Andy (25 years ago, 27-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: article in JavaWorld and Garbage Collection
|
|
(...) I would not call it running counter to many folks' Java sensibilities, this suggestion simply violates one of the main Java principles. I sincerely hope that nobody even remotely considers implementing this. The only correct way of (...) (25 years ago, 27-Feb-01, to lugnet.robotics, lugnet.robotics.rcx.java)
|
| |
 | | Re: article in JavaWorld and Garbage Collection
|
|
Great article, Jonathan! That's exactly what I need to get started. Your point about garbage collection (esp. lack thereof) reminded me of a question I have for everyone: Since LeJOS doesn't currently implement garbage collection, it seems there are (...) (25 years ago, 24-Feb-01, to lugnet.robotics, lugnet.robotics.rcx.java)
|
| |
 | | ANN:lVI v1.1.2
|
|
This version can be downloaded at www.geocities.com/gombos_2000/. It fixes the option saving bug, and adds syntax coloring. The classes have been put into packages for easier mantinence, so note the startup changes. Thumbnails up soon. Andy BTW This (...) (25 years ago, 23-Feb-01, to lugnet.robotics.rcx.java)
|