| | RE: decoding a message sent by an RCX
|
|
Dave wrote... (...) Remember, you can send arbitrary ASCII data using pbFORTH. For example, to send "Hello World" you just use... : HELLO ." Hello World" CR ; Or to identify your RCX, you could use something like... : WHOAMI ." I am RCX number " (...) (25 years ago, 4-Sep-99, to lugnet.robotics.rcx.nqc)
|
|
| | Re: decoding a message sent by an RCX
|
|
(...) Yes, you are correct - 11 bits total per byte. And yes, this is very non-standard. I believe the signal is inverted - meaning that IR light is present for "0" bits, and no light for "1" bits. But I'm going from memory here and haven't looked (...) (25 years ago, 4-Sep-99, to lugnet.robotics.rcx.nqc)
|
|
| | decoding a message sent by an RCX
|
|
hiya, I have been working on an idea to extend the number and type of devices that the RCX can control. I started with the idea of encoding serial data on one of the motor lines and decoding that in a PIC to do <stuff>. However, because working at (...) (25 years ago, 3-Sep-99, to lugnet.robotics.rcx.nqc)
|
|
| | MacNQC in beta test
|
|
MacNQC is a GUI based version of NQC for the Macintosh. You can read more about it here: (URL) course, you can also find it from the main NQC site: (URL) Baum (25 years ago, 23-Aug-99, to lugnet.robotics, lugnet.robotics.rcx.nqc)
|
|
| | Rcx Command Center version 3.0 beta avaialbe
|
|
Dear All, I am happy to announce that on the RcxCC web site there now is a beta release of RCX Command Center version 3.0 available. (URL) version uses NQC 2.0 (beta). Note that NQC 2.0 is not compatible with previous versions. RcxCC 3.0 includes a (...) (25 years ago, 16-Aug-99, to lugnet.robotics.rcx.nqc)
|
|
| | Re: NQC floating point library?
|
|
(...) Sorry, the standard RCX firmware doesn't support anything other than signed 16 bit integer math, so NQC doesn't do floating point. Depending upon the problem, you may still be able to convert the operation into appropriate integer math. If you (...) (25 years ago, 15-Aug-99, to lugnet.robotics.rcx.nqc)
|
|
| | Re: NQC floating point library?
|
|
I don't think the rcx supports floating point, but you could scale by a certain amount to do the math. Jim Knepley wrote in message ... (...) (25 years ago, 15-Aug-99, to lugnet.robotics.rcx.nqc)
|
|
| | NQC floating point library?
|
|
I have a need to do floating point math in the RCX, but NQC only seems to natively support integers. Is there a floating point library for NQC? Jim (25 years ago, 15-Aug-99, to lugnet.robotics.rcx.nqc)
|
|
| | Re: IR-Tower and PowerBook-G3 ?
|
|
(...) Well, that beats my Centris 610 (1993, with a 68040 upgrade) as the oldest Mac I've heard running NQC. -Tim (25 years ago, 15-Aug-99, to lugnet.robotics.rcx.nqc)
|
|
| | WindowsCE?
|
|
Has anyone ported NQC tools to WindowsCE? -gyug (25 years ago, 14-Aug-99, to lugnet.robotics.rcx.nqc)
|