... Rabbit core ... signal ... signal on ... have ... software ... more ... Yes it's true. But i'm only want to save another oscillator in my project; i need...
... you ... Well! i think it's exactly the help i needed. I will try it as soon as possible. In fact i'm not using the serial port B, the timer A5 and the...
... Man, you shoulda said so at the beginning? If you don't need EXACTLY 4.5MHz, why not use an external flipflop or similar chip to divide the micro's ...
... EXACTLY 4.5MHz, ... micro's ... divide two. ... divide by ... use a ... of six, ... no timers ... code to ... should be ... synchronised to ... was ... Ok,...
David- ... Thhtpht. Yeah, ok, so I was crunching too many numbers at one time :v) The proper value is 1.125 KILOHertz, which of course makes the rest of the...
Try using the updated DHCP client library available in the yahoo groups download area. There were some problems with certain DHCP servers that were fixed. ...
I run into a problem like this with my project: I use TCP and UDP in my program. I allow the user to use sethostid to change the IP before the program runs, ...
Hello, I have read the docs on the Rabbit memory map (BTW they are much improved in version 7.05, thanks). I think I understand it pretty well but I do not see...
Try DATAORG in rabbitbios.c ... From: Robert E. Griffith To: Rabbit uP Mail list (E-mail) Sent: Friday, March 01, 2002 12:49 Subject: [rabbit-semi] Memory Map...
There is a sample program, PPP_ANSWER.C, that demonstates calling in to the Rabbit. -charlie ... Charlie Krauter Software Engineer Rabbit Semiconductor ...
I have run SMTP.C on a stock board and it runs fine on my network. For a prototype, I am using an RCM 2100 with, for all practical purposes, both flash...
Ok, ok, ok no MY_NAMESERVER gives a divide by zero error........ where: rslv = resolve(server); But it oughta give me a little clearer message :). Tom...
Great! That did the trick. For anyone else planning to do this, I assume that you have to make the change in RAMONLYBIOS.C as well as rabbitbios.c if you...
Replacing the TFTP.lib and BOOTP.lib files didn't solve the problem, as there were numerous bugs and errors regarding undeclared/out of scope variables,...
Hi, does anyone know if it is possible to set up FS2 using only battery backed up RAM. I have an application in which a big chunk of data changes on a regular...
You can grow your code into the 2nd flash if you uncomment //#define USE_2NDFLASH_CODE in the BIOS file. (you can only do this if you are not using the 2nd ...
4804
tim murphy
tim@...
Mar 1, 2002 11:09 pm
I have a rabbit and a laptop behind a nat server. the server is resolving a global ip to a private ip for both. My laptop and rabbit talk back and forth The...
Hi Tim, I go through a NAT box on http://plc.anakron.net The only problem I have had is DNS caches. A few places had to be flushed because I changed IP. Kent...
Our online demo currently has four Rabbits behind a Linux box doing port forwarding and NAT. http://demo.zweng.com Joel ... Joel Baumert Zworld, Senior...
... Y'mean it's not? :-) ... Waiting for the odd I/O change from a user generated input that can only occur at 0.5 second intervals. Checking to see if the...
There's no official way at present. The release after next will change things (for the better) because it will have a function to validate local and remote...
Hi I am new to the Rabbit processor and have been sitting mostly lurking and learning from you all. I'm not a profession developer just a hobbies and am...
Does anybody have any advice, examles etc of detecting collisions when using the RS485 Packet.Lib. I curently flag every node when I get a successful...