Skip to search.
rabbit-semi · Group for Rabbit C-programmable micros

Group Information

  • Members: 3907
  • Category: Microcontrollers
  • Founded: Oct 3, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 4782 - 4811 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4782 Dario Binacchi
passgat Offline Send Email
Mar 1, 2002
8:16 am
... From: icc_thewoodlands <dhansen@...> To: <rabbit-semi@yahoogroups.com> Sent: Thursday, February 28, 2002 7:53 PM Subject: [rabbit-semi] Re:...
4783 scotti100 Offline Send Email Mar 1, 2002
9:17 am
... 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...
4784 scotti100 Offline Send Email Mar 1, 2002
9:26 am
... 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...
4785 David Emrich
dave_emrich Offline Send Email
Mar 1, 2002
10:11 am
... 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 ...
4786 scotti100 Offline Send Email Mar 1, 2002
10:54 am
... EXACTLY 4.5MHz, ... micro's ... divide two. ... divide by ... use a ... of six, ... no timers ... code to ... should be ... synchronised to ... was ... Ok,...
4787 Brenton Vettoretti
brenton_v Offline Send Email
Mar 1, 2002
12:29 pm
... That is not what they said. Personally, I'd add the gates, but it's your board. Cheers, Brenton...
4788 Lynn S. Wood
l_s_wood Offline Send Email
Mar 1, 2002
4:28 pm
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...
4789 Steve Hardy
mean_taipan Offline Send Email
Mar 1, 2002
4:32 pm
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. ...
4790 XC
xchen992000 Offline Send Email
Mar 1, 2002
4:38 pm
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, ...
4791 Bill Auerbach
bill_ct Offline Send Email
Mar 1, 2002
4:49 pm
... I respectfully disagree. :) Bill...
4792 Kent Johansen
kentanakron Offline Send Email
Mar 1, 2002
5:42 pm
127.0.0.0 is also = localhost. Kent...
4793 Robert E. Griffith
bobjunga Offline Send Email
Mar 1, 2002
6:49 pm
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...
4794 Raymond Parfett Exit 38
raymondparfett Offline Send Email
Mar 1, 2002
6:55 pm
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...
4795 XC
xchen992000 Offline Send Email
Mar 1, 2002
8:02 pm
I wonder if there is a way to tell if an IP is a valid one before I call sethostid ()...
4796 Charlie Krauter
ckrauterzw Offline Send Email
Mar 1, 2002
8:10 pm
There is a sample program, PPP_ANSWER.C, that demonstates calling in to the Rabbit. -charlie ... Charlie Krauter Software Engineer Rabbit Semiconductor ...
4797 Tom Barker
tommycbarker... Offline Send Email
Mar 1, 2002
8:16 pm
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...
4798 Tom Barker
tommycbarker... Offline Send Email
Mar 1, 2002
8:24 pm
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...
4799 Robert E. Griffith
bobjunga Offline Send Email
Mar 1, 2002
8:40 pm
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...
4800 lifeblack Offline Send Email Mar 1, 2002
9:39 pm
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,...
4801 clive_p_savage Offline Send Email Mar 1, 2002
10:12 pm
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...
4802 icc_thewoodlands
icc_thewoodl... Offline Send Email
Mar 1, 2002
11:05 pm
Yes, the manual describes this in detail. ... of...
4803 bmurthazw Offline Send Email Mar 1, 2002
11:05 pm
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@... Send Email
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...
4805 Kent Johansen
kentanakron Offline Send Email
Mar 1, 2002
11:29 pm
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...
4806 Joel Baumert
jjbaumert Offline Send Email
Mar 1, 2002
11:36 pm
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...
4807 David Emrich
dave_emrich Offline Send Email
Mar 1, 2002
11:59 pm
... 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...
4808 Steve Hardy
mean_taipan Offline Send Email
Mar 2, 2002
2:04 am
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...
4809 Robert E. Griffith
bobjunga Offline Send Email
Mar 2, 2002
4:37 am
... I'm guessing he meant DHCP. --BobG ... From: Steve Hardy [mailto:shardy@...] Sent: Friday, March 01, 2002 9:16 PM To: rabbit-semi@yahoogroups.com ...
4810 William D. Carroll
carrolldoug Offline Send Email
Mar 2, 2002
6:28 am
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...
4811 pplegrub Offline Send Email Mar 2, 2002
10:28 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...
Messages 4782 - 4811 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help