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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 26663 - 26692 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26663
The '*' is used to designate a pointer to a type in a declaration: int *p; char *q; the '*' can be placed next to the type name or the variable, it doesn't ...
Aaron Carlson
fatboyberzerk
Offline Send Email
Mar 1, 2005
8:09 am
26664
moderator, an email box from nitweb2.nit-mail.com is sending full mailbox emails (Mailbox Voll). please remove the user....
Aaron Carlson
fatboyberzerk
Offline Send Email
Mar 1, 2005
8:33 am
26665
I've been getting these for over 2 weeks now...they appear to be from http://www.nit.at/ I am now sending two auto replies to kundensupport@... for every...
mlinder
linder2010
Offline Send Email
Mar 1, 2005
3:44 pm
26666
Ich erhalte diese Nachrichten von Ihrem Dienst, wenn ich zu Yahoogruppen aufstelle, bitte Kontrolle in sie....
mlinder
linder2010
Offline Send Email
Mar 1, 2005
3:44 pm
26667
You need to get a book on C and read up on the language. One of the best is "The C Programming Language" by Kernighan & Richie. Steve...
Steve Trigero
seecwriter
Offline Send Email
Mar 1, 2005
4:19 pm
26668
Hi people, I'm collecting Rabbit-based product success stories for some marketing material. I'm looking for a description of the product, what hardware and...
bmurthazw
Offline Send Email
Mar 1, 2005
5:19 pm
26669
Here is a open source (hardware and software) design with a Rabbit processor. The controller operates on a high altitude weather balloon at altitude over...
mgray@...
kd7lmo
Offline Send Email
Mar 1, 2005
5:26 pm
26670
hello, i'm now working on Rabbit2000+RTL8019AS+DynamicC8.10, and i want to modify the LIB files to support 802.1Q ethernet frame. How should i do? Which LIB...
angel_inelcom
Offline Send Email
Mar 1, 2005
5:35 pm
26671
The intent of the examples in PRECOMPILE.LIB is to demonstrate that #precompile directives should be within that library's header block. Placing a #precompile...
Bruce Isted
sser2k
Offline Send Email
Mar 1, 2005
5:42 pm
26672
... I tried to track that user down recently, but couldn't locate them in the group membership list. There weren't any addresses from either domain that I...
Tom Collins
tomcollinsaz
Offline Send Email
Mar 1, 2005
6:46 pm
26673
Hi All, I've got RCM3300 dev board and DC 8.51. Currently I am using Win2K. I'd like to upgrade to Win XP SP2. Can anyone tell me whether DC 8.51 works...
Andy J
ajpriv
Offline Send Email
Mar 2, 2005
2:19 am
26674
I seem to remember the same post, but rememeber a series of replies of people saying it worked ok. I 'm using SP2 and use DC8.30, 8.51 and 8.61 without any...
Nathan Johnston
nb_johnston
Offline Send Email
Mar 2, 2005
2:29 am
26675
... It's probably an alias that forwards to the full mailbox.. I've didn't see the error messages myself (don't know why actually...) but do they perhaps...
Maurits van de Kamp
maurits_vand...
Offline Send Email
Mar 2, 2005
7:42 am
26676
On Mar 02, 2005 08:41 AM, Maurits van de Kamp <mvk@...> ... I just got the message as well :o) and no, there's indeed nothing in it. ... Maurits....
Maurits van de Kamp
maurits_vand...
Offline Send Email
Mar 2, 2005
7:54 am
26677
Hi All, I m using RCM 3000 module with DC 8.30. i am interfacing two sensors on the two diffrerent serial port at Baud rate 115200. Each sensor can repply me...
Prafulla Mirajkar
praffullamir...
Offline Send Email
Mar 2, 2005
10:09 am
26678
Forget the interrupts with serial ports. When you open two serial ports, Rabbit automatically ear and fill up the buffers that you have previously defined. If...
Jesús Manuel Cone...
jesconsa22
Offline Send Email
Mar 2, 2005
10:50 am
26679
We have a product that uses the RCM3000 CPU Module. We have used many of these modules and have noticed some high pitched sounds coming from some of the Core...
Sean Ryan
nerdx86
Offline Send Email
Mar 2, 2005
3:17 pm
26680
Hello, I have problem. I use RCM 2200. I ken not how setting 9 Bit for serial communication. I need serial communication: baud rate 9600, 9 bits, 2 stop bits....
Miroslav teiger
mireksteiger
Offline Send Email
Mar 2, 2005
3:27 pm
26681
... I've heard the high pitched noise but I believe it was because other problems, like the motherboard it's plugged into during initial hardware development. ...
mlinder
linder2010
Offline Send Email
Mar 2, 2005
3:40 pm
26682
I don't believe you can have 9-data bits and 2-stop bits. The R2000 doesn't do 9-data bits in the hardware. Your application has to take care of that, which...
Steve Trigero
seecwriter
Offline Send Email
Mar 2, 2005
3:53 pm
26683
It appears that nit.at may have finally figured out their suse linux and have stopped sending their mailbox full messages out. I still however get one like the...
mlinder
linder2010
Offline Send Email
Mar 2, 2005
4:04 pm
26684
Hi, I what to program a delay loop in assembly for my RCM 3600. It is only a few instructions, so not very difficult to program. What am I doing wrong because...
groenenberg25
Offline Send Email
Mar 2, 2005
4:18 pm
26685
Yep, I still get a "delivery failure" email with each posting to this group. Steve...
Steve Trigero
seecwriter
Offline Send Email
Mar 2, 2005
4:26 pm
26686
What do you mean when you say "it does not work?" You should be able to single-step through the code with the debugger and figure out what its doing wrong. How...
Steve Trigero
seecwriter
Offline Send Email
Mar 2, 2005
4:36 pm
26687
... If you want to have delay of 255 max, you can use djnz instruction but it must be reg B not a. ld b, 0 ;255 because dec happens prior to NZ test loop: ...
mlinder
linder2010
Offline Send Email
Mar 2, 2005
4:39 pm
26688
... Also dec sets sign and zero flag so cp is not needed...
mlinder
linder2010
Offline Send Email
Mar 2, 2005
4:44 pm
26689
Steve are the headers you get the same as the ones I get??? Return-Path: <postmaster@yahoogroups.com> Delivered-To:...
mlinder
linder2010
Offline Send Email
Mar 2, 2005
4:48 pm
26690
They look pretty close. Here is the header: X-Apparently-To: seecwriter@... via 66.218.93.104; Wed, 02 Mar 2005 08:28:59 -0800 X-YahooFilteredBulk:...
Steve Trigero
seecwriter
Offline Send Email
Mar 2, 2005
4:56 pm
26691
I think it's coming from a DSL account on swbell.net thats where all mine are now going. Abuse@... I've also contacted swbell to see if they will look...
mlinder
linder2010
Offline Send Email
Mar 2, 2005
5:00 pm
26692
The program below has a problem. It only runs the printf() but does not run the BitWrPortI() function. Can anyone tell me where the error is? Thanks #class...
koonming_lkm
Offline Send Email
Mar 2, 2005
5:54 pm
Messages 26663 - 26692 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