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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 39976 - 40005 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
39976 David
dave_nic Offline Send Email
Apr 1, 2010
3:59 pm
Have just started to use the RCM5600W module for a web based logger. The code size is around 260k, and am now receiving the error - "Out of root code space,...
39977 bradz12345 Offline Send Email Apr 2, 2010
6:45 pm
The circuit is to sample on the a/d device then figure out the time between the rising edge of pulses. Are there examples of this? thanks!...
39978 Alan Matheson
alan_matheson Offline Send Email
Apr 4, 2010
7:20 am
One interesting way of doing this is to sample a number of waveforms then do a fourier analysis to determine the period. From: Bradz12345 Sent: Saturday, April...
39979 phahee Online Now Send Email Apr 6, 2010
1:13 pm
Hello Friends, I have sorted out this problem by using If (pd_havelink(IF_ETH0) ) { MODBUS_TCP_tick(); } Phahee _____ From: rabbit-semi@yahoogroups.com...
39980 phroger_rabbit Offline Send Email Apr 6, 2010
9:26 pm
In the SSPEC_MIMETABLE You'll need SSPEC_MIME(".class","application/octet-stream"), SSPEC_MIME(".jar","text/plain"), and I think that's all that's needed....
39981 elolmos@... Send Email Apr 7, 2010
12:14 am
Hi, I'm having problems with external interrupt using a RCM5400W by PE0, May somebody show me any sample code of external interrupt PE0 or PE1. I need a sample...
39982 M G
mg100975@... Send Email
Apr 7, 2010
6:06 am
Hi, In my code the processor is polling some inputs which are available for a small amount of time. I would like to know in my code what is the turnaround time...
39983 phahee Online Now Send Email Apr 7, 2010
7:55 am
Hi Why don't you consider polling inside Timer B interrupt routine? Phahee _____ From: rabbit-semi@yahoogroups.com [mailto:rabbit-semi@yahoogroups.com] On ...
39984 petermcs Offline Send Email Apr 7, 2010
8:00 am
To some degree it depends on the resources available to you. If you have an oscilloscope available then you can toggle a pin at the start and end of the...
39985 Tom Collins
tomcollinsaz Offline Send Email
Apr 7, 2010
1:23 pm
Prahee, If the BL2600 uses a core module with an ASIX Ethernet controller on it, you should contact Rabbit's Tech Support group (support@...) for an...
39986 pradnya
iv_pradnya Offline Send Email
Apr 8, 2010
3:48 pm
Hello Friends, how r u all? we normally use from in html to assign a value to the particular variable which is defined on dynamic c. Is there any diff way I...
39987 phahee Online Now Send Email Apr 9, 2010
5:17 am
Tom, Thank you for the reply. The BL2600 uses RCM3200 that uses ASIX Ethernet controller. I contacted rabbit technical support and they sent me a patch update...
39988 Scott Henion
shdesigns2003 Offline Send Email
Apr 9, 2010
6:12 am
... And yet they were notified about the bug years ago and even included the errata sheet ASIX had on the data sheet ZW included in their docs. I seem to...
39989 Tom Collins
tomcollinsaz Offline Send Email
Apr 10, 2010
3:11 pm
... Scott, I think you'll find that it's a different company now. A lot of bad things went away along with the Z-World name. The recent Dynamic C 10 releases...
39990 Scott Henion
shdesigns2003 Offline Send Email
Apr 10, 2010
4:30 pm
... Yes, they are rewriting near everything. I've given up trying to follow it. I spent a day trying to find how to write to flash. The functions have changed,...
39991 petermcs Offline Send Email Apr 13, 2010
11:07 am
Hi, When developing with Dynamic C is there any way to force the BBRAM to be cleared when downloading a new firmware? I have structures in BBRAM which I would...
39992 mhoneywill Offline Send Email Apr 13, 2010
1:05 pm
Why not have one byte at the start of your structure that defines the "version of the structure". In your startup code check this byte against a value...
39993 "Juan M. Sardón"
jmsardon01 Offline Send Email
Apr 13, 2010
1:14 pm
I use __TIME__ and related macros to do this. Basically, I store this values in BBRAM. When coded and stored values differ, program erases all BBRAM, and...
39994 Stefan
standu2002 Offline Send Email
Apr 13, 2010
1:14 pm
Hi all, I am using a rabbit 3700 module with Dynamic C 9.10 compiler. I try to connect 4 26-bit card readers. I make these initialization: rc0 =...
39995 Stefan
standu2002 Offline Send Email
Apr 13, 2010
1:49 pm
Has someone implemented the MDB protocol on the RABBIT processor? I need the library for a vending machine. Please help Regards, Stefan...
39996 changysc Offline Send Email Apr 13, 2010
3:45 pm
Hello, I have a device where the register values can change by an end user. How can I update the webpage without recompiling? The variable data on the...
39997 petermcs Offline Send Email Apr 13, 2010
9:17 pm
Hi Juan, That's a good approach and will also work for field upgrades to ensure the mem gets wiped. I have several sets of structures which will have to be...
39998 Scott Henion
shdesigns2003 Offline Send Email
Apr 13, 2010
9:24 pm
... Dynamic C has a buil date/time already: bbram long my_timestamp; if (dc_timestamp!=my_timestamp) { // new version, init all globals // ...
39999 Dan Allen
maesoftgroup Offline Send Email
Apr 13, 2010
11:53 pm
It's been years since I did my development with the Wiegand LIB, what I recall is that 0,1 "work" and 2,3 "Should" which I ready to be "good luck". I do recall...
40000 Stefan
standu2002 Offline Send Email
Apr 14, 2010
7:16 am
Thanks for your answer, but I just have to make it work. I can not give up :) Regards Stefan...
40001 oana chenaru
ratzoni_18 Offline Send Email
Apr 14, 2010
7:27 am
Hello I have Dynamic C 7.33 and I want to run a sample program for LP3500. I receive a lot of errors because it probably does not find the libraries. If I...
40002 Scott Henion
shdesigns2003 Offline Send Email
Apr 14, 2010
12:56 pm
... Do you have the compiler set to compile to attached target? If not, did you set the board type in the targetless options? If it is using the target, it may...
40003 kevenm1@...
kevenm1... Offline Send Email
Apr 14, 2010
4:29 pm
We need to continue using unsecured sockets while at the same time using SSL for our web pages. The normal socket structure definitions are replaced by the...
40004 seecwriter Offline Send Email Apr 15, 2010
12:49 am
The DC SNMP callback example is not clear to me. Can each SNMP variable have its own callback function? Steve...
40005 elolmos@... Send Email Apr 15, 2010
1:20 am
Hello friends: Im new in rabbit microcontrollers programming, I need help of how to use external interrupt PE0 or PE1, I need any sample, Or if you wanna see...
Messages 39976 - 40005 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