Rabbit-Semi
This is a group for folks designing and programming embedded systems using the Rabbit Semiconductor C-programmable microcontroller. Rabbit Semi is a spin-off from Z-World who makes a variety of embedded modules and tools. This group is not affiliated with either Rabbit or Z-World, but is a user forum for sharing ideas, asking questions,
flaunting knowledge, and other typical user group stuff. The Rabbit is a powerful uC, supported by a full-featured C-compiler.
Post a new Thread
Steve Trigero - Aug 12 2008
Given the sample code below, what value of 'len' should be pass to CheckSum()?
int len;
char p[20];
strcpy( p, "Hello" );
len = strlen(p);
p[len++] = CheckSum( p, len );
... 
Adnan Mohammad-Ali - Aug 11 2008
Hey everyone.
I am looking for an touch screen interface (preferably
colour) to work with a bL2600.
(an upgrade from the OP7200)
I was wondering what has e... 
kara_liao - Aug 8 2008
All, I have a project with a Rabbit RCM3720 and I'm having mistook to
caused my hardware to died in RCM3720. I would like to consult all of
you this mistook for the module outp... 
moises_colin - Aug 7 2008
I have two brand new RCM3610 boards,
And I am getting this error:
line 33 : WARNING BOARDTYPES.LIB : No ID Block found on the target;
defining _BOARD_TYPE_ to be a BL18... 
Omar - Aug 6 2008
Hello:
I'm ussing this rutine to sends an e-mail
//---------------------------------------------------------------------
void SendMensPrueba()
//-----------------------------... 
Donald Shimoda - Aug 6 2008
I must say NEVER before in my life have to use that things.
I must connect to a device using that kinds of parity, the first byte
use MARK parity, the others SPACE parity.
N... 
chrisvdkruit - Aug 5 2008
I added errorlogging to my app but it doesn't seem to work.
The results I get are always the same.
this is the code i use (nearly the same as the example):
n = (errLogIn... 
Julian Higginson - Aug 5 2008
Hi all,
The standard BitWrPortI() function is usually not a problem for me, but
today I have an application where I'm finding it takes longer than I'd like.
Even pre-calcu... 
davidmagin - Aug 2 2008
My question is about a problem communicating a rabbit 3720 zigbee
application kit with a Wimax router.
I have a static public IP address assigned to the router, I use this
one t... 
dbasberg - Aug 1 2008
If anyone can steer me to any info on my problem, I would greatly
appreciate it. I am doing a system with UCOSII with 5 tasks. From the
lowest priority task I attempt to save a... 
previous |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
next