Search the web
Sign In
New User? Sign Up
rabbit-semi · Group for Rabbit C-programmable micros
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 27091 - 27120 of 39534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27091
I see this simple question is interesting for many people. Many thanks for all you guys with your suggestions. Unfortunately I cannot - add a battery to...
Tecnowatt - Massimo S...
massimo.sala@...
Send Email
Apr 1, 2005
9:15 am
27092
Hi, just been doing some experimenting after moving to DC9 from DC8 and found some of my projects would no longer fit into an RCM2200. Had a look through the...
Robert Horton
mr_horton
Online Now Send Email
Apr 1, 2005
10:40 am
27093
... This is not practicable, because if something goes wrong during the download (and there are lots of reasons why this can happen when you're connected via...
lixpaulian
Offline Send Email
Apr 1, 2005
12:51 pm
27094
... Thanks Scott. This seems interresting. However, several weeks seems a bit too long for me. I will try to write it myself and if I get it right I maybe will...
lixpaulian
Offline Send Email
Apr 1, 2005
12:56 pm
27095
isn't trivial to get this kind of job to be done. Scott have pass several month to this work with all the board. I used it's dlm for 5 month now and it run...
Jonathan Dumaresq
dumarjo
Offline Send Email
Apr 1, 2005
2:20 pm
27096
... I understand this. However, Scott's current downloader doesn't fit our requirements. Most of ours is already done, in that the new binary image is already...
lixpaulian
Offline Send Email
Apr 1, 2005
2:32 pm
27097
... My web DLM operates as a client and will work through firewalls and proxy servers. ... I have a RAM-->FLash utility. Believe me writing one is not trivial....
Scott Henion
shdesigns2003
Offline Send Email
Apr 1, 2005
3:36 pm
27098
... Scott is exactly right. I wrote something similar for a direct serial connection. It took me ALOT of time to debug it. Usually the only way to debug it...
Mike van Meeteren
cirusrabbit
Offline Send Email
Apr 1, 2005
6:05 pm
27099
... I'll throw in my 2 cents. Take a good look at CLONE.LIB. I adapted that for my direct serial downloader and it has worked fairly well. It's already built...
Tom Collins
tomcollinsaz
Offline Send Email
Apr 1, 2005
6:37 pm
27100
Lix, ... If something goes wrong, you write a recoverycode at first flash sector, to recover the control to your Ram program. I forgot: I use a batery to...
Enzo Gomez
grupoid
Offline Send Email
Apr 1, 2005
8:27 pm
27101
In fact, I already did, with help of Robert's code. ;) ... -- ____________________ Enzo Gomez, EE...
Enzo Gomez
grupoid
Offline Send Email
Apr 1, 2005
8:27 pm
27102
We have an application where a number of RCM2250s are used on a WAN. DHCP to the Rabbits is serviced by a relay from a distant DHCP server. There are two...
Ken Shail
kenshail2003
Offline Send Email
Apr 1, 2005
9:11 pm
27103
In a response to a similar question about how to find what is causing the Unexpected Interrupt error, Brian suggested turning on error logging. I can't find...
Steve
seecwriter
Offline Send Email
Apr 2, 2005
1:20 am
27104
... causing ... just ... Error logging is enabled with BIOS macros. It won't give you information in an easy to read form about where that error occurred. ...
bmurthazw
Offline Send Email
Apr 2, 2005
2:17 am
27105
Your computer is at risk; protect your credit card, and personal info. download this free software. http://www.spyware-list.info/?aid=506...
lrbyshzxhwq
Offline Send Email
Apr 2, 2005
4:00 am
27106
... From what you wrote and what I read on your web site my understanding is that the RAM->Flash utility is not yet available. In fact this is all I need, as...
lixpaulian
Offline Send Email
Apr 2, 2005
7:36 am
27107
I noticed that the latest version of my program was compiled with debug code turned. No big deal, so I decided to recompile with debug off to get a smaller...
Steve Trigero
seecwriter
Offline Send Email
Apr 2, 2005
5:45 pm
27108
... debug code turned. No big deal, so I decided to recompile with debug off to get a smaller binary. Well, when I did this and downloaded the code, the code...
bmurthazw
Offline Send Email
Apr 3, 2005
12:09 am
27109
  HI all, We are trying to help an NGO which has taken a wonderful initiative to help unemployed youths to better their job getting skills. as part of this...
vaishno tech
prasadsc
Offline Send Email
Apr 3, 2005
6:14 am
27110
... The RAM-->Flash utility is included with the web version. It is described in the manual in section 4.0: http://shdesigns.org/pdf/webdownload.pdf It is...
Scott Henion
shdesigns2003
Offline Send Email
Apr 3, 2005
6:49 pm
27111
Hi, I am going to use the RCM3370. If I use the FAT module for DC9 is it possible to format the xD card with a FAT system and use that card on the RCM3370 and...
atkincraig
Offline Send Email
Apr 4, 2005
7:42 am
27112
yes, but dont forget to configure your LIB.DIR so that it knows where to call your new library file, which you can find it under your Dynamic C folder. cheers,...
wannasseayp
Offline Send Email
Apr 4, 2005
8:04 am
27113
Hi all, Is anyone here have tried cdma data connection using cdma modem ? And is there any links where I can get good knowledge base for starting fast ? I just...
Abdi Aziz QN
AAQN
Offline Send Email
Apr 4, 2005
9:13 am
27114
I don't think you can. CDMA normally requires PAP authentication which Rabbit's PPP module doesn't support. I would check with other users but I am pretty...
nin2909
Offline Send Email
Apr 4, 2005
1:49 pm
27115
I am trying to get the FTP_client.c sample code on an LP3500 board with no luck. I have connected the LP3500 using serial port E to a Windows XP PC. I believe...
raheemmoyer
Offline Send Email
Apr 4, 2005
3:21 pm
27116
The PPP libraries I have support PAP (7.33). Take a look in the manual and the code. _____ From: Nin2909 [mailto:nin2909@...] Sent: Monday, April 04,...
Dave Moore
questdavemoore
Online Now Send Email
Apr 4, 2005
3:25 pm
27117
It looks like LCP negotiation doesn't take place. Have you just tried to send raw text over the serial port to confirm you can send data to the PC? Make sure...
Dave Moore
questdavemoore
Online Now Send Email
Apr 4, 2005
3:54 pm
27118
Hello. I am new in Dynamic C and hope someone can help me out. currently i am planning to use RCM 3100 to interpret with another hardware which is RFID reader...
chee_faiko
Offline Send Email
Apr 4, 2005
4:50 pm
27119
... Thanks Scott. Meanwhile I managed to embed a small flasher that is copied at run time by the main application in RAM and launched from there (well, I must...
lixpaulian
Offline Send Email
Apr 4, 2005
5:07 pm
27120
If you want to convert an ASCII hex character to binary, then something like this would work: char hexChar, b; hexChar = 'A'; if ( hexChar > 64 ) b = hexChar -...
Steve Trigero
seecwriter
Offline Send Email
Apr 4, 2005
5:17 pm
Messages 27091 - 27120 of 39534   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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