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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 34543 - 34573 of 39533   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34543
A .bin file without a bios is needed to create custom coldload.bin and pilot.bin files. I cant think of any other purpose. A custom coldload/pilot is usefull...
xgraph1
Offline Send Email
Dec 1, 2006
1:53 pm
34544
Does anyone have a sram test for the the 3000 series? This seems like something that should be available and easy to find, but I just haven't come across it...
nikolausbaer
Offline Send Email
Dec 2, 2006
2:08 am
34546
Hi, I am currently trying to solve a problem in a system developed by someone else 3 years ago. The system is new to me and I'd appreciate any help. CPU:...
pennshiggie
Offline Send Email
Dec 4, 2006
2:44 pm
34547
There is a WriteFlash() function available for writing to the first flash, but its use is highly discouraged for reasons of forward source and binary ...
alekremer
Offline Send Email
Dec 4, 2006
3:26 pm
34548
Building custom coldload.bin/pilot.bin files is tricky and needs manual changes to the files build by DC. Unless there is no other solution I suggest not to...
xgraph1
Offline Send Email
Dec 4, 2006
3:28 pm
34549
We have a Ethernet web server using the RCM2310 module on the market for over a year now and we have had the server working over Cable, Satellite (Hughes.net),...
ken_hx_1
Offline Send Email
Dec 5, 2006
12:42 am
34550
Hi, I want to create a simple file with 64kB but i don't know what is the best choice. This file contains a simple database which should be available to upload...
nfc13547
Offline Send Email
Dec 5, 2006
11:08 pm
34551
IMHO FS2 sucks... If you really only have a single file and if all you need is FTP... I'd use the user defined FTP hooks and do it myself... I've used the FTP...
Dave August
daveaugust440
Offline Send Email
Dec 5, 2006
11:35 pm
34552
Hmmm, have to agree with Dave, FS2 sucks! More trouble than its worth for a single file.... We have been using a 'database' for several years, its just a ...
rwaynes123
Offline Send Email
Dec 6, 2006
1:48 pm
34553
I need some help to implement the x10 protocol in rabbit microprocessor...
flaviamirabal
Offline Send Email
Dec 6, 2006
4:08 pm
34554
static float Val; static unsigned int uival[2]; unsigned x; unsigned *pwvalue; Val = 2.00 + 0.1*x; *(float *) & uival[0] = Val; *pwValue = uiVal[0]; Maybe this...
moises_colin
Offline Send Email
Dec 6, 2006
8:08 pm
34555
Val is a float &uival[0] -> get pointer to var uival[0] Only this pointer is of type 'unsigned int' and needs a cast: (float *) -> this casts the pointer to a...
xgraph1
Offline Send Email
Dec 6, 2006
8:23 pm
34556
Hi, I've been working a problem for a number of days that really has me perplexed. It appears that my target crashes and reboots continuously at a 'jp nc,nn'...
Ed F.
mrbuggle0
Online Now Send Email
Dec 6, 2006
8:28 pm
34557
To pass the floating point value to two unsigned int variables Modbus library, Thanks for your explanation...
moises_colin
Offline Send Email
Dec 6, 2006
9:41 pm
34558
A wee bit more info.... The same image that crashes on a 3000 works on a 3000A. Hmmmm..... any detailed difference info available somewhere between the 3000...
Ed F.
mrbuggle0
Online Now Send Email
Dec 6, 2006
10:05 pm
34559
I am using the FAT file system from Rabbit Semiconductor. Currently I keep the file system unmounted until I need to read/write a file; when read/write is...
allsoft01a
Offline Send Email
Dec 6, 2006
11:57 pm
34560
hi, I am working on RCM 3400 board with 512k FLASH and 512k RAM. I am writing an SNMP agent. I am using softools WINIDE. my MIB exceeds the default memory size...
Bharat Kumar.V
vbk_raju
Offline Send Email
Dec 7, 2006
4:16 am
34561
I just started sinking my teeth into 9.50. In previous versions, it was difficult to establish project files. Now it is difficulter. It seems the biggest...
Jon
grandpotenta...
Offline Send Email
Dec 8, 2006
2:04 am
34562
Can anybody help me to configure rabbit as http client .... If u check tcpip sample codes.... The active.c will perform this function.... but problem is IT...
swapnil bakare
swapnilb83
Offline Send Email
Dec 8, 2006
4:27 pm
34563
Can anybody help me to configure rabbit as http client .... If u check tcpip sample codes.... The active.c will perform this function.... but problem is IT...
swapnil bakare
swapnilb83
Offline Send Email
Dec 8, 2006
4:31 pm
34564
Jon, FWIW most people have found 9.50 to be too buggy and have dropped back to 9.25, it's seems to be the most stable of the 9.X versions. --.- Dave ... it ......
Dave August
daveaugust440
Offline Send Email
Dec 8, 2006
4:31 pm
34565
Try this... it works fine for me... longword DestIP; DestIP=resolve("www.google.com"); --.- Dave ... www.google.com or...
Dave August
daveaugust440
Offline Send Email
Dec 8, 2006
4:42 pm
34566
My Rabbit RFU utility gives me a target communication error when the .bin file is very large - like 520,949 bytes (<512k). I've seen it fail consistently on a...
Ed F.
mrbuggle0
Online Now Send Email
Dec 8, 2006
7:48 pm
34567
Hey friend thanks for reply .... I tried this bt still it will give me error stating can not resolve the hostname.... Is there any setting for this or...
swapnil bakare
swapnilb83
Offline Send Email
Dec 9, 2006
7:31 pm
34568
Assuming that you have you outbound GateWay address set correctly The you probably don't have your DNS Name server set to the proper IP address. --.- Dave...
Dave August
daveaugust440
Offline Send Email
Dec 9, 2006
9:23 pm
34569
Any method of determining compiled code size at runtime (compiler defined macro, variable, function call, etc.)? Using Dynamic C 9.21....
Delmar Loenneke
dloenneke
Offline Send Email
Dec 10, 2006
2:36 pm
34570
Hi I'm using RCM2200,When the Code is made run from the COM1 via Downloading cable i get an error that 1.No rabbit controller found. 2.Problem with bios ,No...
linuxwin2005
Offline Send Email
Dec 10, 2006
3:18 pm
34571
Hi I'm using RCM2200,When the Code is made run from the COM1 via Downloading cable i get an error that 1.No rabbit controller found. 2.Problem with bios ,No...
linuxwin2005
Offline Send Email
Dec 10, 2006
3:20 pm
34572
Say bye to your RCM ... Than throw it on garbage can. ... _______________________________________________________ Você quer respostas para suas perguntas? Ou...
Alexandre Kremer
alekremer
Offline Send Email
Dec 11, 2006
12:05 pm
34573
Maybe not... The first question to ask is did you EVER communicate with this RCM? If so then, yes the chances are good it's toast but if not... Are you sure...
Dave August
daveaugust440
Offline Send Email
Dec 11, 2006
6:09 pm
Messages 34543 - 34573 of 39533   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