 | | Re: Reset & running Main ( )
|
|
Fred, Man, do you ever sleep? I hope you know how much your support is appreciated. Here is a copy of my jrm1.c file. Just a reminder, if I type " main() " in the IC window on my PC, this file executes flawlessly. Thanks, John /* filename: jrm1.c (...) (24 years ago, 31-Dec-01, to lugnet.robotics.handyboard)
|
|
 | | Re: Reset & running Main ( )
|
|
Well, at this point I'm out of ideas. Would you please copy and paste your jrm1.c file into an email message and send that to the list. (LUGNET strips attachments, so it has to be plain text body of the msg.) thanks, Fred (...) (24 years ago, 31-Dec-01, to lugnet.robotics.handyboard)
|
|
 | | Re: Reset & running Main ( )
|
|
Fred, I double-checked, and my " main() " program (filename: jrm1.c) is all lower case letters. I confirmed case sensitivity by trying to call the " main() " file (filename: jrm1.c) which has been downloaded to the HB by typing " Main() " on the PC. (...) (24 years ago, 31-Dec-01, to lugnet.robotics.handyboard)
|
|
 | | Re: firmware update
|
|
(...) Where do you need the Visual Basic compiler for ? Stef Mientki (24 years ago, 31-Dec-01, to lugnet.robotics)
|
|
 | | Re: firmware update
|
|
(...) Thanks for everybody's help. It does appear that I was using an older version of RCXCC or NQC. Also, the firmware of the Vision Command was precisely what I needed. Now I only need to find a free Visual Basic compiler if such a thing exists. (...) (24 years ago, 30-Dec-01, to lugnet.robotics)
|
|
 | | Re: LNPD: communication between clients
|
|
In adding LNP support to EmuLegOS I needed this feature in the lnpd. If you grab EmuLegos there is a patch for lnpd that will add the feature you are looking for. The patch has nothing to do with EmuLegOS so you can apply it without setting up the (...) (24 years ago, 30-Dec-01, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Reset & running Main ( )
|
|
I wonder if it's because you've capitalized "Main()". C is case sensitive so main != Main. try it making your main program lower case and see if that works. Fred (...) (24 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
|
|
 | | Re: Reset & running Main ( )
|
|
Fred, Thanks for the very prompt response. Your responses to queries on this board continue to provide very useful insights. With respect to your response #1, it is helpful to know that "list files" does not actually read the Handy Board and is (...) (24 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
|
|
 | | Re: Version
|
|
(...) There's only one new part in RIS 2.0 - a fiber optic strand that can be used to route communication between the tower and a programmable brick. (...) You can download the SDK from the site, but I haven't seen the updated RCX Code (Lego's (...) (24 years ago, 30-Dec-01, to lugnet.robotics)
|
|
 | | Re: firmware update
|
|
(...) What version of RcxCC and/or NQC are you using? Old versions had trouble with the larger firmware files (such as firm0328.lgo). Grab the latest version of RcxCC (now called BricxCC) from (URL) or alternatively you can just replace the nqc.exe (...) (24 years ago, 30-Dec-01, to lugnet.robotics)
|
|
 | | Re: Version
|
|
Hi The 2.0 MS software is probably more than just the firmware? For people coding in NQC etc, firmware may be all that matters, but for those of us who (also) use the Lego application, a new version with new featueres may be worth it. I dont think (...) (24 years ago, 30-Dec-01, to lugnet.robotics)
|
|
 | | Devantech SRF04 library for HandyBoard
|
|
Today I posted a fully documented SONAR LIBRARY for the HandyBoard on my website: (URL) It uses the Devantech SRF04 to measure distance. The system is a-synchronious what makes it very little overhead and easy to use on your own programs. The (...) (24 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
|
|
 | | Re: host address
|
|
(...) Do you have a patch? (...) I'm writing a compiler (automaton model of the robot to C). With dynamic addresses, it could manage an "addresses pool", and simply add a call to change the address when the program starts... On the other hand, if (...) (24 years ago, 30-Dec-01, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Reset & running Main ( )
|
|
John, a couple things. 1. when you quit and restart IC, it forgets what programs you may have loaded into the HB. so that explains your #4 case below. 2. IC has its own way of storing vectors for user code like your main() program, so you should not (...) (24 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
|
|
 | | Re: Version
|
|
(...) AFAIK, RIS 2.0 has... * A few extra/different parts (but nothing significant I think). * New software (but you can download that from the Lego web site as the beta version). * The tower is a new design. It's interfaced via the USB port rather (...) (24 years ago, 30-Dec-01, to lugnet.robotics)
|
|
 | | Re: Reset & running Main ( )
|
|
John, Can you post a copy of your "Main()" file to the following site: (URL) will have to sign up with a yahoo account, but it is a lot easier to deal with code problems and board problems on that forum. -Dan (...) (24 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
|
|
 | | Version
|
|
What are the major differences between the 1.5 version and the 2.0 versions of the Mindstorm? Reason I ask is because I see that there are upgrades available to bring the 1.5 version up to 2.0 which, when combined with the lower prices that can be (...) (24 years ago, 30-Dec-01, to lugnet.robotics)
|
|
 | | Re: host address
|
|
Eric, see the thread started by Zhengrong Zhang on 11/5/01 about this. short: we can't find any compelling reason to hardcode the address. I'm not sure about Zhengrong, but I've modified my copy of LegOS to support "dynamic" addresses (i.e. can (...) (24 years ago, 30-Dec-01, to lugnet.robotics.rcx.legos)
|
|
 | | Re: NQC with USB Port
|
|
go here (URL) at the release list. USB support for some platforms "Peter Krengel" <lego-robotics@crynwr.com> wrote in message news:005001c18e55$80...0@peter... Hi all there, my son got a RIS2 were the IR Power uses a USB connector. We saw that NQC (...) (24 years ago, 27-Dec-01, to lugnet.robotics)
|
|
 | | Reset & running Main ( )
|
|
Dear "Group", ....what are we? Lugnetters? Lugheads? Lugnuts? Regardless, I need some guidance on getting my Handyboard to run a downloaded Main( ) program upon powerup/reset. Here are some facts regarding my problem. 1. The Handyboard downloads the (...) (24 years ago, 29-Dec-01, to lugnet.robotics.handyboard)
|