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 37667 - 37696 of 39538   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37667
Per Rabbit's recommendation, bought the book "Understanding SNMP MIBs", and I don't particularly care for it. Are there other resources that any here could...
Steve Trigero
seecwriter
Offline Send Email
Apr 1, 2008
6:02 pm
37668
What are you trying to accomplish? Learning, or an implementation in mind? Dan......
Dan Allen
maesoftgroup
Offline Send Email
Apr 2, 2008
12:24 am
37669
I suppose a little of both, but at this point I'm trying to understand. I've run the SNMP sample program in DC, and if you do an snmpwalk, it gets all the...
Steve Trigero
seecwriter
Offline Send Email
Apr 2, 2008
2:33 am
37670
Steve, I have a couple of books that I refer to from time to time - Windows NT SNMP and Essential SNMP, both published by O'Reilly. I think that Windows NT...
kevin asato
kc6pob
Offline Send Email
Apr 2, 2008
4:38 am
37671
Does anyone have any EMI test results with the Rabbit 2100 (Radiated Emissions or Susceptibility)? Steve...
rocketscientific
rocketscient...
Offline Send Email
Apr 2, 2008
3:08 pm
37672
Rabbit only supports v1, don't bother asking for anything newer (from what i've gathered). As kevin stated there are more security features in the other...
Dan Allen
maesoftgroup
Offline Send Email
Apr 2, 2008
4:32 pm
37673
We had a Rabbit 2100 tested within an instrument a year or so back. The complete instrument was well under the maximum levels specified for the European CE...
Alan Matheson
alan_matheson
Offline Send Email
Apr 3, 2008
1:34 am
37674
hi, im actually doing project in interpret SMS into functions currently using the (strlen) funct. problem in execute 2nd function 1st turn LED on - successfull...
affa_3
Offline Send Email
Apr 3, 2008
7:47 am
37675
First of all: you make if (strchr((inbox.txt_msg),ON)) How do you define "ON"? A string? Or do you have a macro for it? Next: strchr() searches...
Adrian Mojoatca
adrianmojoatca
Offline Send Email
Apr 3, 2008
8:23 am
37676
I have web pages with buttons that use .gif images and sometimes the outline of a button appears with an "X" up in the corner instead of the .gif image. If I...
Bob Hohentanner
rhohentanner
Offline Send Email
Apr 3, 2008
8:29 pm
37677
...strictly a guess? the web browser is requesting the images at a rate faster than the rcm can serve them. there is a limit to the number of tcp connections...
Dan Allen
maesoftgroup
Offline Send Email
Apr 3, 2008
8:49 pm
37678
Maybe the rcm cannot server as requests as it is asked. Try to increment HTTP_MAXSERVERS (maximum number of simultaneous http requests you are serving). You...
dtriskel
Offline Send Email
Apr 4, 2008
7:42 am
37679
Hi, I have a simple listen tcp/ip port based on RCM3200. I need to have a black (or white) list of IP (or MAC) addresses for incoming connections to this port....
Yanho
yanho5
Offline Send Email
Apr 6, 2008
2:58 pm
37680
Hello everyone i have a little query. I would like to know what the default baud rate for the serial ports B and C are for the rabbit 3000 ? Thanks in advance ...
IAN LEWIS
sleepyianlewis
Offline Send Email
Apr 6, 2008
3:02 pm
37681
... serial ports B and C are for the rabbit 3000 ? ... This seems like an odd question, because in order to use the serial ports you're going to have to write...
eilidhs_daddy
Offline Send Email
Apr 6, 2008
3:10 pm
37682
There is no default baud rate. To be able to use a serial port you have to call the open procedure (serCopen() ) and it requires a baud rate as the argument....
Steve Trigero
seecwriter
Offline Send Email
Apr 6, 2008
3:15 pm
37683
Hi, I have a question about using _GetFlashID (located in FLASHWR.LIB) to obtain the flash id. I am using Dynamic C 8.61 with a Rabbit 2000 running a program...
Matt
seacow_uri
Offline Send Email
Apr 7, 2008
3:57 pm
37684
I have an application using a RCM 3400 (Rabbit 3000) It uses pwm_init, and I am using 3 of the 4 PWM outputs to drive hydraulic proportional valves. My problem...
thindrake1
Offline Send Email
Apr 7, 2008
10:46 pm
37685
I thought TimerB could be cascaded off of one of the TimerA clocks? There is probably something there. Also, another option would be to use a slower system...
Shawn Upton
kb1ckt
Offline Send Email
Apr 7, 2008
11:04 pm
37686
We have a SF1000 (SF1004, SF1008) working with a BL2100 board. We've connected to some 'spare pins' and setup bit banging. That's just for development. When...
tech56
peterorbear
Offline Send Email
Apr 8, 2008
1:58 am
37687
Hello, Thank you for helping out with the html pages in my earlier post. I have a favour to ask. If anyone has the sample codes for the camera from the kit?...
snakenatali
Offline Send Email
Apr 8, 2008
3:58 am
37688
Hello, First time, I am facing such issue in last 2 yrs. The code is working from last 2 yrs fine ... Nothing new added. I am not getting Y the problem is ...
swapnil bakare
swapnilb83
Offline Send Email
Apr 8, 2008
6:33 am
37689
... Did you update the compiler? I find the later versions are buggy on costates. The compiler needs to track stack usage. It often gets confused. Keep ...
Scott Henion
shdesigns2003
Offline Send Email
Apr 8, 2008
6:46 am
37690
Hi Scott, No, I have not changed compiler nor it's new installation. Using DC 8.61. Nothing has changed from working code, compiler, Rabbit board, PC. Any...
swapnil bakare
swapnilb83
Offline Send Email
Apr 8, 2008
6:53 am
37691
... like I said, reduce the local variables in functions. Costates have a limited stack use. Could also be some other part of your code exceeding the bounds of...
Scott Henion
shdesigns2003
Offline Send Email
Apr 8, 2008
7:02 am
37692
The limit on the low end of the PWM frequency is 56.25 Hz for the RCM3400. As Shawn pointed out, if you can live with a slower system clock, you could disable...
mehiegl
Offline Send Email
Apr 8, 2008
11:45 am
37693
Is that a Calendar in the rmc4400 module.....
ddulitha
Offline Send Email
Apr 8, 2008
1:46 pm
37694
If you have a Rabbit 3000A (not the original 3000) and if your PWM outputs are always on for less than half a cycle, you can limit the PWM output to pulsing...
lwoodzw
Offline Send Email
Apr 8, 2008
9:29 pm
37695
Hi, I can't figure how to store the image obtained from the serial port and upload to zhtml pages ? Could anyone please give me a hint where to look? I know...
snakenatali
Offline Send Email
Apr 8, 2008
9:33 pm
37696
hello everyone i have been trying to set up a FTP client on a rabbit 3000 board using a enforma modem. I have been unsuccessful thus far. I am setting up the...
IAN LEWIS
sleepyianlewis
Offline Send Email
Apr 9, 2008
11:02 pm
Messages 37667 - 37696 of 39538   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