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 12226 - 12255 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12226
Florencia: This is an example on how to use timer B to generate with variable Ton and Toff. I hope it will be useful. Ernesto. ...
Ernesto Tolocka
e_tolocka
Offline Send Email
Mar 1, 2003
4:36 pm
12227
Hi Bill, Can you give us a history of the Softools C compiler for Rabbit? Thanks! Scot ... around. They ... would *love*...
Scot Kornak <skornak@...
skornak
Offline Send Email
Mar 1, 2003
5:09 pm
12228
The problem had nothing to do with array overflowing, but the MODBUS did need to be cleaned up; using large arrays because I have root data area to spare and...
Robert Richter
robertbrichter
Offline Send Email
Mar 1, 2003
6:27 pm
12229
Hi Scot, ... What did you have in mind? Date-wise, it was started in April 2000 and released in Dec 2000 with admittedly some roughness but done so to meet a ...
Bill Auerbach
bill_ct
Offline Send Email
Mar 1, 2003
7:03 pm
12230
I have included in the files section sample source files for downloading without hacking A18....
robertbrichter <Rober...
robertbrichter
Offline Send Email
Mar 1, 2003
11:15 pm
12231
Bill Come to think of it, I have your Z180 compiler on the shelf. Didn't use it much back then and when I looked it had disappeared from your web site at the...
Terry Sare
terrysare
Offline Send Email
Mar 2, 2003
1:44 am
12232
And about the 10 sec after I hit send I realized the MTbasic was Softaid, not Softtool, sigh. ts ... From: "Terry Sare" <tsare@...> To:...
Terry Sare
terrysare
Offline Send Email
Mar 2, 2003
2:05 am
12233
I've been using VC 6.0 to compile and partially debug a DC app. If interested see www.jolly-boat.com The RTC question: I need to have 100 milli-second...
poutineandpepsi <jef@...
poutineandpepsi
Offline Send Email
Mar 2, 2003
2:21 am
12234
Hi I am currently experiencing problems writing to ram using FS2 (dynamic c version 7.21SE). Most of the time everything is fine. Whenever something occurs...
kimlarwood <kim@...>
kimlarwood
Offline Send Email
Mar 2, 2003
12:38 pm
12235
Further to my previous post I now have some further information. I also received a value of 201 (bad sequence number in file??) in errno, even though the...
kimlarwood <kim@...>
kimlarwood
Offline Send Email
Mar 2, 2003
12:59 pm
12236
Hello I am trying to use the i2c lib functions for the rabbit 2000 BL 2030 but I dont know which pins correspond to PD6 and PD7 Any ideas on how one can...
Jaipreet S Bindra
jaipreetbindra
Offline Send Email
Mar 2, 2003
1:06 pm
12237
In Dynamic C 7.32TSE there seems to be an operator precedence error. Does anyone know if this is being fixed or has been fixed? Example: char s[155]; char *p; ...
Joseph Ferner
josephferner
Online Now Send Email
Mar 2, 2003
5:12 pm
12238
i know why i get this error and that is okay i just don't want to see it every time i compile line 267 : WARNING MY_ATA.LIB : Demotion of value may lose ...
lzars2000 <lzars@...>
lzars2000
Offline Send Email
Mar 2, 2003
6:29 pm
12239
PD6 and PD7 sound like port D pins 6 and 7. you will have to read the lib to find out what one is clock and data. I do not have a rabbit but plan on getting...
Tony Brenke
trbrenke
Offline Send Email
Mar 2, 2003
6:30 pm
12240
Yes ! Correct. If you goof up, you can change the pins afterwards by #define 's Kent (author of the I2C lib)...
Kent Johansen
kentanakron
Online Now Send Email
Mar 2, 2003
6:39 pm
12241
... Welcome back. :) ... Not sure how. Its still there and is still selling. ... I see your next post, yes, it was Softaid. I happen to be a guru with that ...
Bill Auerbach
bill_ct
Offline Send Email
Mar 2, 2003
7:02 pm
12242
... Use a cast? Bill...
Bill Auerbach
bill_ct
Offline Send Email
Mar 2, 2003
7:02 pm
12243
this error appair then your mixe the type or the wide of variables exemple : int a; char b; a=b ; --> warning a have 16 bits and b only 8 you must write a...
Rene Lefebvre
renewebdyn
Offline Send Email
Mar 2, 2003
8:05 pm
12244
... This is a promotion from char to int. He mentioned demotion. Bill...
Bill Auerbach
bill_ct
Offline Send Email
Mar 2, 2003
8:12 pm
12245
ok ok :-)) demotion and promotion are the two sides of the same thing sorry for my poor english, but I am a froggy :-)) ... De : Bill Auerbach...
Rene Lefebvre
renewebdyn
Offline Send Email
Mar 2, 2003
8:19 pm
12246
hi thanks for the answer so just defining the pins would let me use anyones i want . i thought i needed dual input as well as output pins for the SCL and SDA...
Jaipreet S Bindra
jaipreetbindra
Offline Send Email
Mar 2, 2003
9:36 pm
12247
I2C is something I know a great deal about. this works for all data on the data line. (both directions) the clock line is used to time the read on the data...
Tony Brenke
trbrenke
Offline Send Email
Mar 2, 2003
10:20 pm
12248
Hi: I am a freshhand working on the rabbit microcontroller, and now i am going to run uC/OS on the board. Can you give me some advice on how to start uC/OS on...
pedestrian2003 <panda...
pedestrian2003
Offline Send Email
Mar 3, 2003
7:38 am
12249
Hi Can anyone please enlighten me on what causes these three errors in the FS2 file system. I am encountering EBADSEQ (errno 201) and EUNEXEOC (errno 202)...
kimlarwood <kim@...>
kimlarwood
Offline Send Email
Mar 3, 2003
8:36 am
12250
Hi, I am working on FTP. I am able to create files on FTP server but unable to send data on to the created file. can any one solve my problem.... Find code...
babu_sura <babu_sura@...
babu_sura
Offline Send Email
Mar 3, 2003
8:41 am
12251
Hi. A few weeks ago, Rabbit were asking for beta testers for their new IDE. I am curious to know if anyone has been using it yet and what does it look like....
Robert Horton <mr_hor...
mr_horton
Online Now Send Email
Mar 3, 2003
8:55 am
12252
It's always nice to start with the examples. You'll see it's not that difficult. However, watch out for the following catches: 1) Some functions are not...
Hans Van Ingelgom
hans@...
Send Email
Mar 3, 2003
2:18 pm
12253
Hello, Can't you just do an explicit conversion? long a; int b; a=3; b=(int)a; Hans....
Hans Van Ingelgom
hans@...
Send Email
Mar 3, 2003
2:26 pm
12254
I can't establish PPP connection with RCM 3200. I am using the sample modem_test.c from Rabbit CD Dynamic C 7.32 P. The system returnes the following: ...
dobermaniukas <tharis...
dobermaniukas
Offline Send Email
Mar 3, 2003
3:21 pm
12255
On Monday, March 3, 2003, at 01:54 AM, Robert Horton ... I'm not sure how much the beta testers are allowed to say, but I'm sure Rabbit Semi wouldn't have a...
Tom Collins
tomcollinsaz
Offline Send Email
Mar 3, 2003
4:10 pm
Messages 12226 - 12255 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