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...
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...
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...
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...
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...
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...
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....
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...
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...
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...
I have two converters from different manufacturers(Chinese or Taiwanese) and both worked with a little bit of tweaking like disabling board detection, reducing...
Hi Has anyone incorporated a stand alone biometric fingerprint module into their application? Can anyone suggest vendors for biometric fingerprint modules? ...
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...
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...
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...
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...
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...
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....
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...
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...
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...
Actualy you call ifconfig() before callings sock_init by defining TCPCONFIG 6, that just brings the interface down. #if TCPCONFIG == 6 /* * Config 6: Empty...
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...
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@...
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...