The '*' is used to designate a pointer to a type in a declaration: int *p; char *q; the '*' can be placed next to the type name or the variable, it doesn't ...
I've been getting these for over 2 weeks now...they appear to be from http://www.nit.at/ I am now sending two auto replies to kundensupport@... for every...
Hi people, I'm collecting Rabbit-based product success stories for some marketing material. I'm looking for a description of the product, what hardware and...
Here is a open source (hardware and software) design with a Rabbit processor. The controller operates on a high altitude weather balloon at altitude over...
hello, i'm now working on Rabbit2000+RTL8019AS+DynamicC8.10, and i want to modify the LIB files to support 802.1Q ethernet frame. How should i do? Which LIB...
The intent of the examples in PRECOMPILE.LIB is to demonstrate that #precompile directives should be within that library's header block. Placing a #precompile...
... I tried to track that user down recently, but couldn't locate them in the group membership list. There weren't any addresses from either domain that I...
Hi All, I've got RCM3300 dev board and DC 8.51. Currently I am using Win2K. I'd like to upgrade to Win XP SP2. Can anyone tell me whether DC 8.51 works...
I seem to remember the same post, but rememeber a series of replies of people saying it worked ok. I 'm using SP2 and use DC8.30, 8.51 and 8.61 without any...
... It's probably an alias that forwards to the full mailbox.. I've didn't see the error messages myself (don't know why actually...) but do they perhaps...
Hi All, I m using RCM 3000 module with DC 8.30. i am interfacing two sensors on the two diffrerent serial port at Baud rate 115200. Each sensor can repply me...
Forget the interrupts with serial ports. When you open two serial ports, Rabbit automatically ear and fill up the buffers that you have previously defined. If...
We have a product that uses the RCM3000 CPU Module. We have used many of these modules and have noticed some high pitched sounds coming from some of the Core...
Hello, I have problem. I use RCM 2200. I ken not how setting 9 Bit for serial communication. I need serial communication: baud rate 9600, 9 bits, 2 stop bits....
... I've heard the high pitched noise but I believe it was because other problems, like the motherboard it's plugged into during initial hardware development. ...
I don't believe you can have 9-data bits and 2-stop bits. The R2000 doesn't do 9-data bits in the hardware. Your application has to take care of that, which...
It appears that nit.at may have finally figured out their suse linux and have stopped sending their mailbox full messages out. I still however get one like the...
Hi, I what to program a delay loop in assembly for my RCM 3600. It is only a few instructions, so not very difficult to program. What am I doing wrong because...
What do you mean when you say "it does not work?" You should be able to single-step through the code with the debugger and figure out what its doing wrong. How...
... If you want to have delay of 255 max, you can use djnz instruction but it must be reg B not a. ld b, 0 ;255 because dec happens prior to NZ test loop: ...
I think it's coming from a DSL account on swbell.net thats where all mine are now going. Abuse@... I've also contacted swbell to see if they will look...
The program below has a problem. It only runs the printf() but does not run the BitWrPortI() function. Can anyone tell me where the error is? Thanks #class...