Skip to search.
rabbit-semi · Group for Rabbit C-programmable micros

Group Information

  • Members: 3907
  • Category: Microcontrollers
  • Founded: Oct 3, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 41387 - 41416 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41387 seecwriter Offline Send Email Feb 1, 2012
6:37 pm
I used to be able to right-click in the middle of the RFU window and get a pop-up of the most recent file uploads. Now I get error message: "List index out of...
41388 Scott Henion
shdesigns2003 Offline Send Email
Feb 1, 2012
6:46 pm
... It would be in the registry under: HKEY_CURRENT_USER\Software\ZWorld\RFU\3.05 -- ... Scott G. Henion, Consultant Web site: http://SHDesigns.org...
41389 Steve Trigero
seecwriter Offline Send Email
Feb 1, 2012
6:59 pm
That was it. Thanks Scott. ... That was it. Thanks Scott. From: Scott Henion <shenion@...> To: rabbit-semi@yahoogroups.com Sent: Wednesday, February...
41390 pjascol Offline Send Email Feb 7, 2012
5:20 pm
Hello Is it possible to implement a SLIP interface using a Rabbit processor. I have an embedded project that I used to connect through to, using windows xp...
41391 Tom Collins
tomcollinsaz Offline Send Email
Feb 7, 2012
9:31 pm
You'll probably have to implement it yourself, possibly by porting some existing code to the Rabbit. Take a look at the PPP driver as an example of a...
41392 tomborkin@...
tomborkin Offline Send Email
Feb 7, 2012
10:46 pm
Hi there, We are developing a device using RCM5750 and need to set up the ethernet port OFF the module. The module we have doesn't have ethernet built onto it...
41393 Tom Collins
tomcollinsaz Offline Send Email
Feb 8, 2012
6:38 am
Try reading the datasheet for the RJ45 with integrated magnetics, and then see if you can find a matching schematic for a discrete magnetics package through...
41394 Danilo Quinelato
danilo62x Offline Send Email
Feb 8, 2012
10:34 am
The Rabbit does not recommend this kind of transformer.**** ** ** We use this ...
41395 pjascol Offline Send Email Feb 8, 2012
11:51 am
Hi Tom Thanks for the reply, I will look at the example you described and see if I can get it working Cheers Peter...
41396 luidthedruid Offline Send Email Feb 12, 2012
4:36 am
Hello! We've got a rabbit 3720 together with prototyping board. We're using it to create counter of people walking into/out of the room for a school project....
41397 Dave McLaughlin
davepsion Offline Send Email
Feb 12, 2012
5:00 am
I am not familiar with your board but the specs show that it has outputs that support PWM so have look in the samples for the RCM3000 as there is a file called...
41398 Tom Collins
tomcollinsaz Offline Send Email
Feb 13, 2012
5:00 am
Couldn't you just add another current flow resistor as well? -Tom...
41399 mehiegl Offline Send Email Feb 13, 2012
2:37 pm
Assuming you want to dim the LEDs, pwm is the way to do it. The two LEDs that are under user control, DS1/DS2, are already wired to PF6/PF7 (PWM2/PWM3). The...
41400 w4jpa Offline Send Email Feb 13, 2012
4:04 pm
I have completed some Ethernet/RS232 development work and have some items for for sale if anyone is interested; RCM5700 PN 20-101-1235 ($20) Minicore RCM5700...
41401 swathi835 Offline Send Email Feb 13, 2012
7:41 pm
Hello everyone, Can anyone help me in solving out the error in Dynamic C for Rabbit 5700? I tried to use the array variable in a structure. And it is not...
41402 swathi835 Offline Send Email Feb 13, 2012
7:42 pm
41403 Glenn M
croc099 Offline Send Email
Feb 13, 2012
7:51 pm
Hi Use strcpy ( student.name, "xxxx" ); Have fun From: rabbit-semi@yahoogroups.com [mailto:rabbit-semi@yahoogroups.com] On Behalf Of swathi835 Sent: Tuesday,...
41404 Steve Trigero
seecwriter Offline Send Email
Feb 13, 2012
10:10 pm
Your statement is assigning a pointer to an array. Try changing the declaration of name to: char *name; ... Your statement is assigning a pointer to an array....
41405 Theodore Politis
akisppoli Offline Send Email
Feb 14, 2012
12:19 am
Hello guys   Does anybody knows the schematic, in order to programming a RCM6000 mini core using a COM port ? I try to decode it from the rabbit interface...
41406 OmarP
inecoiec Offline Send Email
Feb 14, 2012
10:09 am
Hi, I´m making a device that need record audio ( 3 a 5 mins ) to play this locally to an audio input amplifier. Can you orient me over the form to record and...
41407 swathi835 Offline Send Email Feb 14, 2012
7:23 pm
Hi, I am planning to buy the Rabbit module. I mailed you regarding this to your email id provided. Can you send me the details that I wanted about the price...
41408 swathi835 Offline Send Email Feb 14, 2012
7:32 pm
Hello all, I am computing the run time for a function in my program in Dynamic C using two ways: 1) Calculating the run time for that function using the...
41409 henry.huynh@... Send Email Feb 15, 2012
5:22 pm
Hello, I am using RCM3750 for SPI connection testing. Using: PB0 for CLK, PD4 for MOSI, PD5 for MISO andPB7 to CS. Here is my code: #define SPI_MASTER ...
41410 ontwerp@... Send Email Feb 15, 2012
5:23 pm
I have recently updated my Dyn C from 9.25 to 9.62. After that my code won't compile anymore. I get this error: "line 124 : ERROR SERLIB.LIB : Internal...
41411 Scott Henion
shdesigns2003 Offline Send Email
Feb 15, 2012
5:29 pm
... I don't see any code or defines to set up the CS line. We would need more than "it did not work". Do you get a clock? does it return any data? Code locks...
41412 Huynh, Henry
henry.huynh@... Send Email
Feb 15, 2012
6:15 pm
Hi, I monitor the MOSI and did not see any thing?, how to define the CS line? Thanks ________________________________ From: rabbit-semi@yahoogroups.com...
41413 Tom Collins
tomcollinsaz Offline Send Email
Feb 15, 2012
6:21 pm
I think Digi has a patch for 9.62 that you may need to install after upgrading. AFAIK, it isn't included in the 9.62 installer. Try that first, and if you...
41414 ontwerp@... Send Email Feb 16, 2012
7:22 am
I copied the path but it didn’t fixed it. When I copy the code to the place where the function is called, my code compiles with no problem. From: Tom Collins...
41415 henry.huynh@... Send Email Feb 18, 2012
6:15 pm
I am using SPIWrite() from SPI.LIB and just wonder if it sends MSBit first or LSBit first? Please help. If you have any function to send MSBit first, I...
41416 Scott Henion
shdesigns2003 Offline Send Email
Feb 18, 2012
6:21 pm
... The rabbit 3K does not have a way to sen MSB first, it is done via software. The lib functions will reverse the bytes unless SPI_NOREV is defined before...
Messages 41387 - 41416 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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