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.
hello every body
i m sachin Gupta from KIET Ghaziabad.
i m new to Rabbit Micro Controller I want to know Some thing as i show the code that
is:
#define SYSIO
#define RECEIVER 0 //Laser Receiver, Port A bit 0
void main()
{
int laserInput;
WrPortI(PBDDR, &PBDDRShadow, 0x00);
laserInput = 0;
while (1)
{
laserInput = RdPortI(PBDR);
printf("laser input = %d\n", laserInput);
}
}
it run & give the response Is
""" laser input = 62 """"
cont........
but i want to know
there is one function RdPortI(PBDR)
And Function
WrPortI(PBDDR, &PBDDRShadow, 0x00);
plese tell me
functionalty of these function and Why Use "PBDR"
please give me response on my e-mailid s...@gmail.com
my contact no is +91- 09259065693
please response
i m waiting
please help me

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )