First of all, happy new year to all the member of this group!!! I have a simple question: I would like to know at compile time if I'm targetting my program to...
I am using an external interrupt on the RCM3200, with the ISR written in C (basically as shown in samples\intrupts\extint_3000.c). It takes approximately 5 uS...
Hi, I have made some html pages that require a user to log in to view them via Basic Auth. This works great. My problem is that I want to redirect uses to a...
... For that, you'd have to modify http.lib to send your page instead of the standard 401 error. (But, to comply with http standards, you should still send the...
I am about to do a home security system using RCM2000 and to introduce the rabbit microprocessor to my school to replace the earliest PIC microprocessor....
I think I speak for all the "profesional" in this group in that we don't do homework for students. If you have a code problem or Rabbit bug we'd be more then...
An ISR written in assembly can certainly be faster than one written in C, because you can fine tune it to do the absolute minimum needed. The C ISR plays it...
not to do your homework but you need to define what type of inputs your are using/requiring and what the outputs are to be. the simplest alarm is to look for ...
thanks. actually my plan is to design the open/closed magnetic contact, with one keypad to activate/deactivate the system and the output by GUI monitoring...
Are you planning to sell this security system to the home owner? Or is this for private use for yourself? JIMA lizard ridous mohd fitri ishak wrote: thanks....
I am glad to hear that. The regulations governing the Security industry are very intensive and restricting. It would be advisable if you were to sell the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rabbit-semi group. File :...
rabbit-semi@yahoogrou...
Jan 4, 2006 6:15 am
30843
I have been using Rabbit 3000 and to write my program into the flash, I always run the dynamic C software and Compile my program to flash. Now I will like to...
Hi Group, Happy new year to all. Could anybody please point me to where I can find the correct syntax for accessing structure members directly and via pointer...
Will, Thanks for the reply. Based on your comments, I will proceed with a hybrid software/hardware solution so that I don't get in a bind for time. Steve ... ...
... Look at section 12.2.6 in the Dynamic C User's manual Page 152. ... today's fortune The world is coming to an end! Repent and return those library books!...
... That is what the RFU utility is for. You will need coldload.bin, pilot.bin, flash.ini RFU.exe and your .bin file. ... today's fortune Death is God's way of...
Hi Scott, Thanks for the reply, I have read that section, but the following points are not explained. Please see below what I am trying to do. typedef struct{ ...
... Not sure about part 2 of your question, but there are two solutions to field updating a Rabbit. 1) Use the RFU (Rabbit Field Utility, included with DC) and...
I am looking for a source of modems to communicate over a very long cable. I have tried the obvious sources and drawn a blank, so I'm hoping someone on this...
Have you looked at socketmodems by MultiTech, they make quite a few different models. Ryan ________________________________ From: rabbit-semi@yahoogroups.com...
I used to work in the past (in Europe) with Rad Data Communications, they used to have a good range of modems and line drivers. It looks like they are in the...
Hi. FYI, to help your search, what you are looking for, is called a "Long-Haul MODEM". Black-box has several that may/may not fit your size/speed requirements....
Hello Guys, Is there a difference the way DC 9.x and DC 8.x pre compiler looks at #if statements because I am having some problems Following code snippet is...