 | | Re: Wishlist leJOS
|
|
There's no need to implement this because Java allows you to create an array and store as much data as you want in it. You have a lot more power by using an array over the NQC feature, which I believe is limited to something like 100 numbers. Hope (...) (25 years ago, 21-May-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Problem with Lejos 1.0.0Beta3
|
|
Are you sure the port you IR tower is connected to is really com2? You might try connecting to com1, and then just use lejosfirndl . For me, this works - it tries com1, and then downloads. (...) (25 years ago, 17-May-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Data-transfering RCX -> PC in LeJOS
|
|
I hope you can solve your problem; I would be very interested in finding out how you did it. I also would like to upload large chunks of data from the RCX to calibrate the light sensor for example. (...) (25 years ago, 11-May-01, to lugnet.robotics.rcx.java)
|
| |
 | | Problem with Lejos 1.0.0Beta3
|
|
C:\>lejosfirmdl --tty=com2 Use --help for options. file://f/work/lejos/...josfirmdl: bad ir link what does this error mean? I did everything to work lejos, but I got that error all the time. There's nothing wrong with serial connection, nor tower (...) (25 years ago, 10-May-01, to lugnet.robotics.rcx.java)
|
| |
 | | 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)
|