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 18649 - 18678 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18649 Lev A. Melnikovsky
melnikovsky Offline Send Email
Feb 1, 2004
2:11 pm
Hello to everybody, I'm quite new here, so please bear my ignorance. The question is if I can run Dynamic C from Linux environment. The Rabbit board is...
18650 Dave Moore
questdavemoore Offline Send Email
Feb 1, 2004
5:11 pm
I've never done anything but windows for rabbit targets. Is it too offensive to just use a windows box for the project? If you were planning on using the DC...
18651 Flux
FirstOvertone Offline Send Email
Feb 2, 2004
8:37 am
Hi all If I have a character array inside my main(), say char charray[1024]; then there is a global char pointer outside main() char* ch_ptr; which is inited...
18652 Flux
FirstOvertone Offline Send Email
Feb 2, 2004
10:12 am
Dear all I am using an external interrupt to read the ADC0804 fron National Semi. the period for sending a conversion request signal(~CS and ~WR) is 181us,...
18653 aime
aklougbo Offline Send Email
Feb 2, 2004
10:55 am
William, I woumd like to test your code. But i could not see INT0-1 on the schematic of the Rabbit 2000. I only see INT0A , INT1A, INT0B , INT1B What is the...
18654 eckiontour Offline Send Email Feb 2, 2004
10:57 am
Hi @all, can someone help to access an CF-Card via external I/O? I've connected the Card direct to the PA0..7, PB2,3,4 for adressing, PE5 for CS,IORD to IORD,...
18655 munmun25219 Offline Send Email Feb 2, 2004
12:07 pm
Dear Ernesto, I didnt get the attachment . Can you please send that again. Thanks ... extracted from ... There ... useful. ... si ... it . ... Terms of ... ...
18656 Fournier, Pete
pfournier_as... Offline Send Email
Feb 2, 2004
12:53 pm
If I were you I would grab the specs from www.compactflash.org. There are 3 ways to access the CF card and you HAVE to tie certain lines to the proper levels...
18657 INDRANUJ HALDAR
indraid2002 Offline Send Email
Feb 2, 2004
12:54 pm
Hi all, Can somebody please tell me that how much of current does rabbit 2250 draws? in rcm2200 it is 134mA and after connecting the programming cable it is...
18658 danielsanfacon Offline Send Email Feb 2, 2004
2:35 pm
Hello everybody I think that we have to detect error in each process and restart the process in fault. However, I would like to know, if it is necessary to...
18659 Matt Linder
linder2010 Offline Send Email
Feb 2, 2004
3:02 pm
I use what I need to, to make $ regardless of how I feel about it. If I had a paying job that needed me to run linux, OS/2 etc... guess what I'd be running? If...
18660 Gerardo Stola
gstola Offline Send Email
Feb 2, 2004
4:21 pm
I would also be interested in receiving the 'dhcp.c' sample version. I have sniffed the network and I realize that after the Rabbit sends the DHCP discover, no...
18661 Lynn S. Wood
lwoodzw Offline Send Email
Feb 2, 2004
4:41 pm
... It's been a few years since I looked at running Dynamic C under WINE, but as I recall the problem was Windows serial functions that were not yet supposed...
18662 William C. Landolina
billalltrade Offline Send Email
Feb 2, 2004
4:51 pm
On an R2000 of old vintage, it’s hooked to both interrupts as described in the notes about the early 2000 chip interrupt hardware bug available from ...
18663 Marco Venturini
marco_venturini Offline Send Email
Feb 2, 2004
4:51 pm
______________________________________________________________________ Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro...
18664 Ernesto Tolocka
e_tolocka Offline Send Email
Feb 2, 2004
5:06 pm
Hi I need to detect the first run of a new program. I tried the code below, but it works only when I run the code with the compiler, but it does not work when...
18665 Dave Moore
questdavemoore Offline Send Email
Feb 2, 2004
5:26 pm
Are you using a battery for the RAM? Doesn't sound like it so: - You could write out a little magic cookie on startup and also increment a value (numreboots)...
18666 ltbeck1 Offline Send Email Feb 2, 2004
6:00 pm
Hi, We have had customers integrate our Rabbit Ethernet TCP/IP based products into HMIs by writing some VBA code but we are starting to get customers wanting...
18667 Ernesto Tolocka
e_tolocka Offline Send Email
Feb 2, 2004
7:17 pm
Dave: I?m affraid I don?t understand the idea behind the reboot counter. Against what, do I need to compare it? Thankfully, Ernesto. ... De: Dave Moore...
18668 Dave Moore
questdavemoore Offline Send Email
Feb 2, 2004
8:31 pm
Read your "cookie" spot. If the cookie is there, then you know you've written to this flash before. If it's not there, then write it out along with a reboot...
18669 Ernesto Tolocka
e_tolocka Offline Send Email
Feb 2, 2004
8:43 pm
Dave: I get it. My trouble is with non-virgins boards. I´m going to try writting the time stamp value of DC in the user block and checking it against the ...
18670 JohnR91468 Offline Send Email Feb 2, 2004
8:55 pm
One thing I did discover on my own is that the DHCP_SEND_HOSTNAME in BOOTP.lib is within the DHCP_CLASS_ID #define...so unless you define the Class ID, the...
18671 bhohentanner@...
rhohentanner Offline Send Email
Feb 2, 2004
9:19 pm
There needs to be quite a bit of cooperation between yourself and your network adminstrator at this point, unless you have your own server set up for test...
18672 George Georgiev
ggeorgiev2004 Offline Send Email
Feb 2, 2004
9:34 pm
If you want to be able to be ping'ed by name, your DNS server has to talk to your DHCP server (or, vice versa) so it will know what's your actual address. If...
18673 INDRANUJ HALDAR
indraid2002 Offline Send Email
Feb 3, 2004
3:01 am
Hi all, Can somebody please tell me that how much of current does rabbit 2250 draws? in rcm2200 it is 134mA and after connecting the programming cable it is...
18674 Kelly
unarmed_pilo... Offline Send Email
Feb 3, 2004
4:25 am
I've uploaded an interim version of my AES encryption library to the file area. It includes routines for encryption and decryption of 128, 192, and 256 bit...
18675 Iassen Hristov
iassen_h Offline Send Email
Feb 3, 2004
6:00 am
FYI In the source code of 7.32 in the tcp_init() function in NET.LIB there is a reset of the hostname, which needs to be moved into a GLOBAL_INIT section as...
18676 Paul
nizon1 Offline Send Email
Feb 3, 2004
6:04 am
Could someone point me to some libraries/examples for interfacing the rabbit to Dallas Semiconductor's one wire devices (such as the iButtons)? Is this even...
18677 yaqoob_ali_007 Offline Send Email Feb 3, 2004
7:20 am
Hi, To all .I am trying to run the tftp client server in my rcm3000 core modules with 512 k flash and 512 k ram. They run fine in the flash.But when i m trying...
18678 mbparungao Offline Send Email Feb 3, 2004
9:10 am
Hi, Im new at Rabbit Modules (using RCM2020) and Im having trouble in using Interrupts for my serial ports. I can read and transmit in the serial ports using...
Messages 18649 - 18678 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