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...
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, 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...
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...
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...
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...
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...
...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...
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...
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....
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 ...
... 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...
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....
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...
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...
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...
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...
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?...
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 ...
... 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 ...
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...
... 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...
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...
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...
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...
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...