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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 38510 - 38540 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38510
Hello! I m a very newbie to embedded systems, but for a school project I want to design an embedded internet device. As I am a learning-by-doing person, I...
jimmy_hanrun
Offline Send Email
Jan 2, 2009
9:57 pm
38511
Hi, I'm a newbie to the rabbit 2000 world and I was wondering if someone could point me in the right direction for something pretty basic. I want to implement...
phelipam
Offline Send Email
Jan 2, 2009
9:57 pm
38512
First of all, an SBC from rabbit has a whole load of interface hardware on board and is ready to connect directly to real world devices. A core module is ready...
eilidhs_daddy
Offline Send Email
Jan 2, 2009
10:30 pm
38513
... The debugger times out when you go down to 32kHz. Take a look at the samples in Samples/LowPower for examples on how to shift down to "sleepy" mode and...
Tom Collins
tomcollinsaz
Offline Send Email
Jan 3, 2009
12:23 am
38514
... If you get a development kit for a core module, it will include a prototyping board with an area to solder on extra components if you're going to tie into...
Tom Collins
tomcollinsaz
Offline Send Email
Jan 3, 2009
12:36 am
38515
Thx for your answer. As these SBCs are much more expensive than RCMs: If I buy a RCM and then create the hardware interfaces on my own, would that be in the...
jimmy_hanrun
Offline Send Email
Jan 3, 2009
4:11 pm
38516
The BL1800 family has a lot of hardware interface. Please go to: http://www.rabbit.com/products/bl1800/ <http://www.rabbit.com/products/bl1800/> They have...
Moore, Robert
rmoore007ri
Offline Send Email
Jan 3, 2009
7:43 pm
38517
I did the core module route - the four modules in the RCM3000/3100 series are all interchangable, depending on needs. The development kit was a good way to...
Jon
grandpotenta...
Offline Send Email
Jan 4, 2009
2:19 pm
38518
Check the reset chip operation on the core module. If it always acts fine with an external reset, but acts funny with some power-up resets, you might have a...
Jon
grandpotenta...
Offline Send Email
Jan 4, 2009
2:30 pm
38519
Hi, I have been using BL2600 for my projects. For one of my project I need to print the data every second. Is it possible to Connect a serial printer directly...
phahee
Offline Send Email
Jan 5, 2009
3:12 am
38520
... Hey, When I was trying to do the same thing, I found this page to be really helpful: http://www.shdesigns.org/tips/xmem.shtml . Pat...
pdaderko
Offline Send Email
Jan 5, 2009
1:20 pm
38521
No.... ... -- Hi Thanq for your response....
Shishir Parida
shishir111_2005
Offline Send Email
Jan 5, 2009
4:05 pm
38522
Hi, Can anyone offer any quick example of how to use Dynamic C (ver 9.21) to read a text file from the host computer? Thanks, Michael...
Michael Phelipa
phelipam
Offline Send Email
Jan 6, 2009
9:03 am
38523
Thanks Pat. That was extremely helpful, just wat I was looking for. Michael ________________________________ From: pdaderko <pdaderko@...> To:...
Michael Phelipa
phelipam
Offline Send Email
Jan 6, 2009
9:04 am
38524
... 9.21) to read a text file from the host computer? ... While Dynamic C may be able to "see" the computer it's running on to some extent, the rabbit board...
John
anotherzaph
Offline Send Email
Jan 6, 2009
9:07 am
38525
I need to populate several arrays with test data that is read from a file that resides on the host computer. Thanks, Michael ________________________________ ...
Michael Phelipa
phelipam
Offline Send Email
Jan 6, 2009
4:22 pm
38526
Take a look at the #ximport compiler directive. -Tom (sent from my Treo 680) ... From: Michael Phelipa <phelipam@...> Date: Tuesday, Jan 6, 2009 8:22 am ...
Tom Collins
tomcollinsaz
Offline Send Email
Jan 6, 2009
4:34 pm
38527
Thanks Tom, Exactly what I needed for getting a file of testdata into xmem. Michael ________________________________ From: Tom Collins <tom@...> To:...
Michael Phelipa
phelipam
Offline Send Email
Jan 8, 2009
6:15 am
38528
Does anyone know a way to dynamically change the http port from 80 to something else? I'm running an RCM3700 on DC9.62. The reason for this is that my...
joejaworski
Offline Send Email
Jan 10, 2009
2:55 pm
38529
... Change the port define from a constant into a simple 'word' variable. Then you can assign to it at runtime... or at least before you start accepting ...
wittb@...
sacnorthern
Offline Send Email
Jan 10, 2009
4:19 pm
38530
No, tcp_reserveport() allows pending connections to a socket that is already opened. It has nothing to do with port assignment. The newer routers (especially...
joejaworski
Offline Send Email
Jan 10, 2009
6:33 pm
38532
Does anyone know if the new R5000-based RCM's support DLM/DLP for downloads?...
ajf_alex
Offline Send Email
Jan 12, 2009
6:38 pm
38533
hi ! I looking for some example to use this TLC5940 with rabbit 4010 ? How i can setup SPI to send in 12bit ? How i can count 4096 Step in the Rabbit PWM ? ( I...
alain.tanguay
Offline Send Email
Jan 13, 2009
2:13 am
38534
Hi, I am using BL2600 and DC9.62 for my projects. I am a beginner. I have never used pointers with Dynamic C. I am able to write and run programs without...
phahee
Offline Send Email
Jan 13, 2009
4:04 pm
38535
Use Google to search for tutorials on using pointers in ANSI C. Keep clicking links and reading the tutorials until you start to understand. Here is just one...
ebrains2003
Offline Send Email
Jan 13, 2009
11:02 pm
38536
Have you read the DC Manual section on pointers? It's not a lot but there are a few examples. ... have never ... to ... uses...
mehiegl
Offline Send Email
Jan 14, 2009
12:32 am
38537
Thanks for your reply. I have already gone through the manual. But I could not find any samples that use pointers in Dynamic C samples folder _____ From:...
phahee
Offline Send Email
Jan 14, 2009
4:18 am
38538
Thank you for your help _____ From: rabbit-semi@yahoogroups.com [mailto:rabbit-semi@yahoogroups.com] On Behalf Of ebrains2003 Sent: Wednesday, January 14, 2009...
phahee
Offline Send Email
Jan 14, 2009
4:18 am
38539
Hi, In my application a rabbit based board is connected to a pc with ethernet interface. The application worked fine for many months. From yesterday, ethernet...
lorenzo.digiovanni@...
stack963
Offline Send Email
Jan 14, 2009
12:29 pm
38540
... ethernet interface. ... functionare right. ... Yip could be - but don't throw it away until you've checked everything else first - starting with the...
eilidhs_daddy
Offline Send Email
Jan 14, 2009
1:14 pm
Messages 38510 - 38540 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