while(1) { costate { serCwrFlush(); serCrdFlush(); printf("Enter a string:"); gets(data1); lenofstr = strlen(data1); //Send and receive data on SerC for(y=0;...
hello all, We have made Rabbit 3000 based module at our place. When i run some sample code on it, Dynamic C gives me an error like "While sendig pilot BIOS:...
hello all, We have made Rabbit 3000 based module at our place. When I run the sample code on my target it is successfully loading the Triplet. Because while...
No, because of the pull downs, this code should work properly. Even if it didn't, he'd have a LED that stays on most of the time and shuts off for 2 seconds,...
Everyone missed what looks like a problem to me, is that data1 should be defined as an array of characters if you're going to be putting a string into it. ...
... Yes, looks like they need to get a book on C programming. Then they would understand the warnings the compiler is giving. -- ... today's fortune When you...
Hi All, Happy Friendship Week to All of you......... Keep in touch. Bye ___________________________________________________________ To help you stay safe and...
The current DC manual says that a serial port needs to be open before setting the parity and data bits. However, when I first started programming with Rabbits,...
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
... MMC/SD is probably the simplest as it only requires 4 signals and power. I have a development kit for MMC: http://shdesigns.org/rabbit/spi-MMC.html Due to...
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
Hi, maybe someone can help me with this... I get the SHDesigns DLM and have problems using it. I first flashed in the DLM-III-D.bin file you provide. The dlm...
I have a BL2500, and I am trying to monitor it's digital input pins. i connected 3 switches to IN00, IN01, & IN02, and then to ground. the ground of the switch...
Are you using pull up resistors between the signal input and logic voltage? A quick check of the demonstration board schematic shows that Rabbit is using a...
Yes, the logistics of handling a potential of 100's or 1000's of modems so each Rabbit can transfer it's data does seem like a mess. That's why I was...
... depends on how much data you need to transfer....if you can use sms...am running one cingular acct for 4.99/mo....ppp tmobile @ 26.99/mo unlimited...
I work in a similar business line that have about 180+ Rabbits around the country (UK) using modem and/or live netconnection to report data back, modems are...
Hello all, Our application uses 2260 board compiled with DC 9.25. We transfer large amounts of data (about 1500 records 100+ bytes each) between the board and...
Hello, everyone. I have a little experience with the BL2600 but now have an application where I need to interface the controller to an ADS1253 sigma delta ADC....
Hi, I am running linux on my desktop with Windows installed under VMWare. I would like to get dynamic C working on it but it fails to communicate over the on...
... Are you sending them over a TCP connection? If so, are you checking the return value of of your sockwrite calls to make sure the data actually got into...
Look in the samples/SPI directory. Z-world provides a library for the ADS7870, which is SPI interfaced (it is used in the RCM3400 core module). I have...