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 to share photos of your group with the world? 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 32286 - 32315 of 39534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32286
Thanks everyone for the help!!...
sojourner15146
Offline Send Email
May 1, 2006
5:54 pm
32287
Could anyone suggest a good book on TCP/IP. Regards, Raj...
Raj
raj_shetgar
Offline Send Email
May 2, 2006
3:16 am
32288
I really liked "computer networks" by A.S. Tanenbaum. Good overview of entire networking domain. There is also a book on ciscos website which is very practical...
Tausif Kazi
tausif_ik
Offline Send Email
May 2, 2006
3:53 am
32289
Hi, I tried the SERIALEXA.C by this procedure. 1- I connect the Rs-232 Signal header in the to the PC serial port. 2- I opened the SERIALEXA.C file then I...
Boy Rabbit
rabbitstudent
Offline Send Email
May 2, 2006
6:55 am
32290
I use a RCM3310 with DC9.25. I use the code below for starting up the ethernet interface. When the rabbit boots init == 1 after that the function can be...
van der Kruit, Chris
cvdk_06
Offline Send Email
May 2, 2006
7:32 am
32291
I've been chasing a bug today, and I think I found a bug in DC. Anybody has found the same problem? For this project I use DC9.10. The project was originally...
xgraph1
Offline Send Email
May 2, 2006
11:23 am
32292
"TCP/IP Illustrated" Volumes 1, 2 & 3 by Stevens. Also, "Unix Network Programming" Volumes 1 & 2 by Stevens. UNPv1 is pretty Unix specific, but there's a ton...
rsjones@...
roberto060178
Offline Send Email
May 2, 2006
1:25 pm
32293
a little teoric http://www.redbooks.ibm.com/abstracts/gg243376.html?Open but i like it (also couze is free). "TCP/IP Illustrated" vol 1 is very pratic. i like...
José Luis Segatto ...
jlsegattojr
Offline Send Email
May 2, 2006
4:38 pm
32294
Hi Amin, the Ambicom cards were put through extensive testing to qualify them as a replacement for the discontinued Linksys product. They passed all tests, and...
Fanaian, Omid
enflight2001
Offline Send Email
May 2, 2006
6:01 pm
32295
Using Dynamic C 8.61... I've been playing around with xdata, and I've figured out some useful methods for mixing the data that I store in an xdata structure....
Tom Collins
tomcollinsaz
Offline Send Email
May 2, 2006
10:46 pm
32296
Is there a quick and efficient way to determine if an Ethernet cable is unplugged? Can I read a register that will tell me this? Or do I need to have some kind...
Doug Groen
douggroen
Offline Send Email
May 2, 2006
11:46 pm
32297
Look for a function named pd_havelink() in the TCP/IP function reference manual. I think it does what you're looking for. ... From: Doug Groen...
Steve Trigero
seecwriter
Offline Send Email
May 3, 2006
12:10 am
32298
Thanks for your help, I will buy those cards. Saludos Amin...
amin_and1
Offline Send Email
May 3, 2006
2:29 am
32299
Ok, I now that Rabbit supply a USB-232 converter as a solution to the non existence of serial ports on recent computers. Wouldn't it be nice if the programming...
Robert Horton
mr_horton
Online Now Send Email
May 3, 2006
9:55 am
32300
Hi! I am new at programming rabbits. Recently I'm trying to use serial flash on my existing hardware where I already use serial ports C, D and E. I have seen...
matjazkariz
Offline Send Email
May 3, 2006
10:00 am
32301
I have two converters from different manufacturers(Chinese or Taiwanese) and both worked with a little bit of tweaking like disabling board detection, reducing...
Tausif Kazi
tausif_ik
Offline Send Email
May 3, 2006
10:04 am
32302
Hi Has anyone incorporated a stand alone biometric fingerprint module into their application? Can anyone suggest vendors for biometric fingerprint modules? ...
Ron Marino
bonjelo2000
Offline Send Email
May 3, 2006
2:12 pm
32303
In order to work with RCM modules, USB-RS232 converters have to provide conversion for all RS signals, not just TxD and RxD. A lot of cheap converters...
George Georgiev
ggeorgiev2004
Offline Send Email
May 3, 2006
4:04 pm
32304
I know that way back when there was talk of someone who had undertaken the task of implementing a NAT layer into the existing IP stack. Does anyone remember...
sojourner_wandering
sojourner_wa...
Offline Send Email
May 3, 2006
6:45 pm
32305
Ok, I bet this one has been visited before but I just can not seem to find anything on it. I need to initialize my variables that are in RAM at download. After...
jerbo_display
Offline Send Email
May 3, 2006
11:18 pm
32306
This has been discussed before and there are a number of different approaches floating around. The method we use is to the the compile time and date, which is...
Nathan Johnston
nb_johnston
Offline Send Email
May 3, 2006
11:26 pm
32307
All, I'm using a 2210 with a rs232 keypad and lcd. My code is compiled with DC 8.61. I'm able to configure using DHCP without a hitch but when I try to use...
jamie30522
Offline Send Email
May 4, 2006
2:16 am
32308
How fortuitous. I have been programming the Rabbit for 2 years now, so I'm no rookie and I have exactly the same problem with the RCM3200/BL2600 and DC 8.61....
Mark Otto
ltapilot
Offline Send Email
May 4, 2006
6:06 am
32309
Hello! I'm using Dynamic C 7.33 to program a RCM2300 from ZWorld. I'm getting the error "while sending pilot BIOS : target communication error " everytime I...
mihai1983m
Offline Send Email
May 4, 2006
7:10 am
32310
I had problems with switching dhcp in runtime but here is how is solved it. First use #define TCPCONFIG 6, then first off al call sock_init, this may only be...
van der Kruit, Chris
cvdk_06
Offline Send Email
May 4, 2006
12:17 pm
32311
Chris, I'll give it a try. Thank you so very much. To be clear, you call sock_init( ) before any calls to ifconfig( )? I've looked at the examples included...
jamie30522
Offline Send Email
May 4, 2006
1:23 pm
32312
Actualy you call ifconfig() before callings sock_init by defining TCPCONFIG 6, that just brings the interface down. #if TCPCONFIG == 6 /* * Config 6: Empty...
van der Kruit, Chris
cvdk_06
Offline Send Email
May 4, 2006
1:29 pm
32313
Thanks for the clairification. Ok, now it makes sense. I'd prefer to understand the code and how its working with the chips rather than just 'throw code at...
jamie30522
Offline Send Email
May 4, 2006
1:36 pm
32314
Hi Here is Piyush, as you get this type of error, it means u have to check yr setup hardware means ........ Prog cable, com port..etc......... Ok.........that...
piyush thakkar
piyushthakkar16@...
Send Email
May 4, 2006
1:37 pm
32315
You could also add a version number and checksum to the set for comparison. Do your time/date check (got nothing?), do your checksum check (got it wrong?), do...
Dave Moore
questdavemoore
Online Now Send Email
May 4, 2006
2:21 pm
Messages 32286 - 32315 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