| | constants for NQC using firmware 0328
|
|
Hi All, Has anyone succedded using the SetSerialComm() Command with the constants as described in the NQC documentation (in the Extreme Mindstorms book as well, Dave are you listening ?) ? I tried today, but did'nt succeed. I tried it this way : (...) (23 years ago, 27-Jun-01, to lugnet.robotics.rcx)
|
|
| | Re: constants for NQC using firmware 0328
|
|
Make sure that you are targeting RCX 2.0. Some IDEs allow you to set this in a preference. For the command line version, add -Trcx2 to the command. You can also use the NQC_OPTIONS environment variable. See (URL) for more info. Dave Baum (...) (23 years ago, 27-Jun-01, to lugnet.robotics.rcx)
|
|
| | Re: constants for NQC using firmware 0328
|
|
Ooops, sorry, I did'nt notice this section in the FAQ (in your book as well !). Thanks a lot Dave best regards Rainer (...) (23 years ago, 27-Jun-01, to lugnet.robotics.rcx)
|
|
| | Re: constants for NQC using firmware 0328
|
|
Dave, do I understand it right, that i can use 4800 baud only to transmit data and not to receive data ? best regards, Rainer (...) (23 years ago, 27-Jun-01, to lugnet.robotics.rcx)
|
|
| | Re: constants for NQC using firmware 0328
|
|
(...) The wierd thing about the bytecodes provided by lego for direct serial communication (used by SendSerial() etc.) is that they are Tx only - there aren't any corresponding Rx capabilities. However, its possible that the 4800 baud setting is (...) (23 years ago, 4-Jul-01, to lugnet.robotics.rcx)
|