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@...
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...
... 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...
... 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...
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...
... 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...
... 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 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...
... 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...
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...
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...
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...
... 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. ...
... 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...
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...
... 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...
Â
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...
... 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...
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...
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,...
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...
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...
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...
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,...
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...
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...
... 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...
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 -...