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 to share photos of your group with the world? 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 36741 - 36770 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36741
CoPause and Coresume was exactly what I was looking for! Thank you...
argy.tzak
Offline Send Email
Sep 1, 2007
1:30 pm
36742
My Rabbit Core Module act as FTP server. I will upload file to it. How do I program to make the Rabbit Core Module receive the uploaded file and read the...
cgngo1983
Offline Send Email
Sep 1, 2007
5:59 pm
36743
Hi Everyone, My program was working well and I needed to add some functions. After I successfuly compiled the program with no errors I tried to run it. No go!...
bmatr003
Offline Send Email
Sep 2, 2007
1:27 am
36744
Hi All, Does DC 8.51 support the following #define operation #define A 1 #define B 2 #define C A | B The following test code gave incorrect results for( i =...
Andy J
ajpriv
Offline Send Email
Sep 2, 2007
11:31 am
36745
... Those results seem correct, given the order of precedence of the equality and bitwise-OR operators. For any value of <i>, you're evaluating: if ( i == 1 |...
Don Starr
donstarr
Offline Send Email
Sep 2, 2007
11:51 am
36746
... The solution to your problem is: #define C (A | B) It's ALWAYS a good idea to put a set of parenthesis around your defines when there are any operators in...
Tom Collins
tomcollinsaz
Offline Send Email
Sep 2, 2007
3:28 pm
36747
I am just trying out SHDesigns timerB.lib. It seems to be quite easy to use but with my simple test prog running on a 44Mhz RCM3365 I seem to be getting an...
neil2452
Offline Send Email
Sep 2, 2007
5:45 pm
36748
If I define TIMER_DEBUG I see the following output : Timer B divisor=553, _timerb_scale=0, timeradiv=256, match=bf58 Timer Running at 100.007240 Rollover I am...
neil2452
Offline Send Email
Sep 2, 2007
6:11 pm
36749
... What is the date of the lib? Should be 2/14/2007. There was a bug similar in a previous version. If latest, send me a sample and I'll try it. -- ... Rabbit...
Scott Henion
shdesigns2003
Offline Send Email
Sep 2, 2007
6:21 pm
36750
Dear Scott I downloaded the library today so its has the correct date. I added the following printf to my my test prog: printf("freq_divider = %ld XTAL_FREQ =...
neil2452
Offline Send Email
Sep 2, 2007
6:43 pm
36751
Dear Scott Putting this in the top of timerb.lib seems to do the trick #ifdef USE_TIMERA_PRESCALE #define _freq_divider (freq_divider >> 1) #else #define...
neil2452
Offline Send Email
Sep 2, 2007
8:01 pm
36752
Thanks Don and Tom, I can see now what I was doing wrong. Regards, Andy ... ...
Andy
ajpriv
Offline Send Email
Sep 2, 2007
11:08 pm
36753
... I never used the option, so I did not see that. Thanks. There is a new version onb the web site with the changes. -- ... Rabbit libs:...
Scott Henion
shdesigns2003
Offline Send Email
Sep 2, 2007
11:19 pm
36754
Dear Scott In posting a fix for my issue you have introduced a small typo in the lib which prevents complilation. The following line has two 'L's in the...
neil2452
Offline Send Email
Sep 3, 2007
9:05 am
36755
Dear Scott There still appears to be some quirk in the library when the USE_TIMERA_PRESCALE is in use. Using a larger period, ie TimerBInit(17500L,3), results...
neil2452
Offline Send Email
Sep 3, 2007
11:35 am
36756
Hi, Does anyone know where can I find a tray (or some other mounting system) to install a Rabbit BL2100 on a DIN rail. Thanks, Mircea Neacsu...
neacsum
Offline Send Email
Sep 3, 2007
7:04 pm
36757
Does this fit your case? http://scidyne.com/snaptrck.htm ... Flickr agora em português. Você clica, todo mundo vê. http://www.flickr.com.br/...
Alexandre Kremer
alekremer
Offline Send Email
Sep 3, 2007
8:14 pm
36758
Anyone else have issues with DHCP not recovering very well? My DHCP server died over the weekend, presumably after my lease ran out I lost all connectivity to...
Dan Allen
maesoftgroup
Offline Send Email
Sep 4, 2007
12:46 am
36759
... You'd have to check the RFCs on BOOTP and DHCP, but I'm pretty sure that's expected behavior. When the lease is up, it's up. If the client can't renew, it...
Tom Collins
tomcollinsaz
Offline Send Email
Sep 4, 2007
4:13 am
36760
I am trying to use timerb.lib but it seems to have poor accuracy. I have written a simple test program using timerb.lib in which the user interrupt function...
neil2452
Offline Send Email
Sep 4, 2007
7:43 am
36761
... Tried it here on an RCM3750 and it was off by 0.3% The timer is accurate as it is based on the CPU crystal. The rtc is based on the 32khz clock, it is...
Scott Henion
shdesigns2003
Offline Send Email
Sep 4, 2007
10:46 am
36762
Dear Scott I tried another version this time using SEC_TIMER to time against. Thus I am using the same clock source that drives timerB. The result is an even...
neil2452
Offline Send Email
Sep 4, 2007
11:37 am
36763
Correct, that's the issue. When the DHCP Server comes back, the Rabbit remains unreachable. Unknowingly, i let this go on for days recently as the board...
Dan Allen
maesoftgroup
Offline Send Email
Sep 4, 2007
11:57 am
36764
I don't think so: the 4 inch track doesn't seem to have DIN rail mountings. :(...
neacsum
Offline Send Email
Sep 4, 2007
1:12 pm
36765
The 4 inch (with the "D" suffix) does support DIN rail clips (we use a 4-inch with 2 din rail clips). Check out ...
icc_thewoodlands
icc_thewoodl...
Offline Send Email
Sep 4, 2007
2:43 pm
36766
... The SEC_TIMER runs off the RTC timer. That runs off the 32khz clock. -- ... Rabbit libs: http://www.shdesigns.org/rabbit/ today's fortune Hubbard's Law: ...
Scott Henion
shdesigns2003
Offline Send Email
Sep 4, 2007
2:57 pm
36767
The link doesn't work for me....
neacsum
Offline Send Email
Sep 4, 2007
3:23 pm
36768
Dear Scott I having run the test again. This time I also timed against a stop watch. The rabbit RTC clock gave me the same result as my stop watch. If all...
neil2452
Offline Send Email
Sep 4, 2007
3:53 pm
36769
Hi, I want to send an array of integer values (can be char as well, will convert if neccessary) to an HTML page to be used in the page to plot a graph using...
wynielampies1
Offline Send Email
Sep 4, 2007
5:12 pm
36770
I am new to the Rabbit programming, but just got an RCM-4400W running as a data gathering device sending data over a wireless link to a laptop. In order to...
tdoyon@...
nhdadfor2
Offline Send Email
Sep 4, 2007
6:10 pm
Messages 36741 - 36770 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