Search the web
Sign In
New User? Sign Up
rabbit-semi · Group for Rabbit C-programmable micros
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 33205 - 33234 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33205
while(1) { costate { serCwrFlush(); serCrdFlush(); printf("Enter a string:"); gets(data1); lenofstr = strlen(data1); //Send and receive data on SerC for(y=0;...
ah_blue85
Offline Send Email
Aug 1, 2006
11:10 am
33206
So which mean i have to write a source code for serCgets() izzit? Doesn't anyone have written this source code can send it to me? thx....
ah_blue85
Offline Send Email
Aug 1, 2006
11:11 am
33207
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:...
kapil_chittewan
Offline Send Email
Aug 1, 2006
11:13 am
33208
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...
kapil_chittewan
Offline Send Email
Aug 1, 2006
11:20 am
33209
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,...
Patrick Sweeney
thpdg
Offline Send Email
Aug 1, 2006
12:49 pm
33210
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. ...
Patrick Sweeney
thpdg
Offline Send Email
Aug 1, 2006
12:50 pm
33211
... 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...
Scott Henion
shdesigns2003
Offline Send Email
Aug 1, 2006
1:30 pm
33212
Hi All, Happy Friendship Week to All of you......... Keep in touch. Bye ___________________________________________________________ To help you stay safe and...
prajyot neve
prajyot_neve
Offline Send Email
Aug 1, 2006
1:36 pm
33213
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,...
Steve Trigero
seecwriter
Offline Send Email
Aug 1, 2006
4:12 pm
33214
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
4:42 pm
33215
... 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...
Scott Henion
shdesigns2003
Offline Send Email
Aug 1, 2006
5:00 pm
33216
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
5:19 pm
33217
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
5:19 pm
33218
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
5:25 pm
33219
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
6:11 pm
33220
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
7:12 pm
33221
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
7:20 pm
33222
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...
f_sapelli
Offline Send Email
Aug 1, 2006
9:01 pm
33223
Maybe you should read the specs for the different types of flash memory cards first, and then decide on which one you want to use....
Geoff Swan
the_mixmaste...
Offline Send Email
Aug 1, 2006
11:15 pm
33224
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...
orlando
nwengengelab
Offline Send Email
Aug 1, 2006
11:21 pm
33225
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...
kevin asato
kc6pob
Offline Send Email
Aug 2, 2006
12:48 am
33226
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...
kwinters@...
krwinters
Offline Send Email
Aug 2, 2006
2:12 am
33227
The problem is solve. Bad board id! Thanks anyway...
f_sapelli
Offline Send Email
Aug 2, 2006
2:14 am
33228
... 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...
Scott K WIlson
metropilog
Offline Send Email
Aug 2, 2006
3:31 am
33229
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...
Darren Simons
darrens1962
Offline Send Email
Aug 2, 2006
1:25 pm
33230
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...
ak100467
Offline Send Email
Aug 2, 2006
1:52 pm
33231
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....
pian_andre
Offline Send Email
Aug 2, 2006
2:56 pm
33232
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...
peter_dettori
Offline Send Email
Aug 2, 2006
3:11 pm
33233
... 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...
Tom Collins
tomcollinsaz
Offline Send Email
Aug 2, 2006
3:45 pm
33234
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...
Will Keogh
wmk0608
Offline Send Email
Aug 2, 2006
4:18 pm
Messages 33205 - 33234 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help