Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rabbit-semi · Group for Rabbit C-programmable micros

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 6027
  • 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

Advanced
Messages Help
Messages 6806 - 6835 of 41861   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6806 Lukas Blaha
lukasbcz Send Email
Jun 4, 2002
12:07 pm
Hello all, is it possible to have two connections, one from dial-in and second standard ethernet. Which Ip addres i can use for dial-in connection? Is here...
6807 ccrazed Send Email Jun 4, 2002
2:11 pm
<slaps himself silly> Thank you Bjarne. I gotta get new glasses. ... serial...
6808 Tom Collins
tomcollinsaz Send Email
Jun 4, 2002
2:57 pm
... You might want to just use BitRdPortI (SDSR, 2). -- Tom Collins tom@......
6809 ccrazed Send Email Jun 4, 2002
3:04 pm
Good point. I thought about doing that, but rejected the idea for reasons I no longer remember. Between my failing eyes and memory I'm in sad shape. :-> Thanks...
6810 Colin Bester
colinbes Send Email
Jun 4, 2002
4:41 pm
I am needing to dwell into the dark realms of statistics (to me everything is 50/50 - it either happens or it doesn't). I need to be able to predict enegy...
6811 Joe Flowers
joeflowers2 Send Email
Jun 4, 2002
4:57 pm
StatisticsColin: I'm not sure I understand your question, but can you just measure the input power (Joules per second - average current X average voltage...
6812 Colin Bester
colinbes Send Email
Jun 4, 2002
5:04 pm
Joe, I actually have the ability to measure the units of power. I am integrating kWh over 15 minute intervals and based on trend of last 45 minutes I want to...
6813 Lynn S. Wood
l_s_wood Send Email
Jun 4, 2002
5:13 pm
... Well, the next easiest way to average but try and take a trend into account is to do a weighted average where the more recent values are given greater...
6814 zekillian Send Email Jun 4, 2002
5:14 pm
Hello, Here's a robust way of checking for the last character, it takes into account the brief moment that the data shift register becomes empty to load the...
6815 Colin Bester
colinbes Send Email
Jun 4, 2002
5:19 pm
I was also thinking of some weighted average. Thanks Well, the next easiest way to average but try and take a trend into account is to do a weighted average...
6816 Lynn S. Wood
l_s_wood Send Email
Jun 4, 2002
5:25 pm
... Well, that's really just the tip of the iceberg when it comes to predictive algorithms, but it's always worth trying the simpler things first :v) -Lynn...
6817 Robert E. Griffith
bobjunga Send Email
Jun 4, 2002
5:59 pm
If you browse through a technical bookstore, you would find solutions to this in a numerical analysis text under extrapolation and curve fitting. With only...
6818 Steve Hardy
mean_taipan Send Email
Jun 4, 2002
8:00 pm
I agree with Lynn in that a weighted average is probably the most robust estimator if you have no other information. I don't think taking a data trend is going...
6819 Colin Bester
colinbes Send Email
Jun 4, 2002
9:12 pm
Thanks for all the advice! ... From: Steve Hardy [mailto:shardy@...] Sent: Tuesday, June 04, 2002 3:13 PM To: rabbit-semi@yahoogroups.com Subject: Re:...
6820 halex90 Send Email Jun 5, 2002
1:43 am
You cannot. At least in DC 7.06. I don't know about 7.21. Rabbit has promissed multiple network interfaces in their TCP/IP implementation, but AFAIK they are...
6821 Mahendra Tailor
mahendratdk Send Email
Jun 5, 2002
1:43 pm
Hi I have just joined this forum. I work for TDK Systems Europe Ltd in London, UK. We manufacturer USB and PC Card Bluetooth Modules which expose HCI. This ...
6822 KFL_MACK Send Email Jun 5, 2002
2:05 pm
Hello all, First post to the group, I have been using Rabbit based processors for about 6 months and do like them very much. Here is a strange problem I would...
6823 glcoakley Send Email Jun 5, 2002
2:26 pm
Rob, Not having the time to actually test the code, I observe two items that I would want to correct: A) ticktest is not initialized B) I would use the...
6824 theragust Send Email Jun 5, 2002
3:03 pm
My DC Premier User's Manual (section 6.4.2) says, "Virtual watchdogs narrow down the problem area to assist in debugging." I could believe that if I could tell...
6825 david lawson
dlawson@... Send Email
Jun 5, 2002
3:33 pm
this is getting aggravating. anyone have any ideas why dc 7.21p throws a "while debugging, timeout while waiting for response from target" error. i get it...
6826 meditatore Send Email Jun 5, 2002
3:48 pm
Hi everybody I need to count an external clock pulse that can vary from 14 to 60 micro second using RCM2020. I used PE0 as external interrupt and it works...
6827 bmurthazw Send Email Jun 5, 2002
3:48 pm
Contact tech support and ask for 7.25, it has improvements in target communications including improved USB support. ... throws a ... error. i ... have read ......
6828 C. Shue
shue@... Send Email
Jun 5, 2002
4:00 pm
You have my vote and please put me on the test list for the first few test units you want to wring your codes with. C. Shue Telesuara...
6829 Lynn S. Wood
l_s_wood Send Email
Jun 5, 2002
4:09 pm
... Does it happen with ANY program, or just a particular one (or particular size, etc.) ? Try creating and saving a new project, then edit the *.DCP file you...
6830 zekillian Send Email Jun 5, 2002
5:24 pm
Hello, There's a new LIB (posted only in last few days) on Z-World bulletin board that fix's this problem, here's the link to the BL21XX.LIB file. ...
6831 zekillian Send Email Jun 5, 2002
5:27 pm
Hello, There's a new LIB (posted only in last few days) on Z-World bulletin board that fix's this problem, here's the link to the BL21XX.LIB file. ...
6832 glcoakley Send Email Jun 5, 2002
5:38 pm
Also, if you're using uCOS2 with TCP/IP, be sure to do OSInit() *before* sock_init(). That was causing the exact same problem for me. Gary ... throws a ... ...
6833 zekillian Send Email Jun 5, 2002
6:20 pm
Hi, Additional infor on this issue.... The BL21xx.LIB file only covers customers using the API digIn function for accessing the digital inputs. For customers...
6834 KFL_MACK Send Email Jun 5, 2002
6:27 pm
Thanks EK and Gary for your replies. The new library sounds very promising. I just downloaded it and will test it out this evening. I will report back with...
6835 bmurthazw Send Email Jun 5, 2002
7:10 pm
A no-charge patch for all DC Premier users that includes the Rabbit 3000 samples and drivers provided in DC 7.25 TSE will be posted on the tech support section...
Messages 6806 - 6835 of 41861   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