Hi, I am very new to the rabbit.. I are using the following for my .html,.js pages for my code. It works. #ximport "myweb/index.html" index_html #ximport...
Hi Craig, I was able to find this information in my dynamic C installation at: C:\Program Files\DCRABBIT_9.21\Docs\manuals\DC\DCUserManual\index.htm Misbah ......
... I would look at the format that the libraries that come with DC use. It works pretty well. This is the format I use (the unit I swiped this from is a...
Guys, I read previous postings with the same subject ("Turning debug off") and I was able to uncheck all debug options but one: "Enable watch expressions". If ...
Hi Jim Thanks for the reply, I have included the lib files that you suggested, when I try to connect to the file stored on the xD card, I get an error 404 page...
Hi, Is there someway other than using pings to know when a receiving socket has gone away by a non-standard means such as the Ethernet cable being cut? My...
... Try letters other than A. I recently read something in HTTP.LIB, and I seem to recall that each device got its own "drive letter". -- Tom Collins -...
... Hey Nathan, thanks for the response. I am like 90% positive that my external device is not using flow control (apparently it just sends and keeps sending...
- You have the pd_havelink thing if you only connect to that one device. I've seen it a bit flaky in older releases. Test it a few times for a couple of...
... I do realise that floating point is not exact, and I don't need it to be in this case. It is pretty close though for simple multiplication and division ...
First use Hyperterminal to communicate with the device. When you open a connection make sure you got flow control turned off. If you can happily talk to it...
... Depends on the values. Double-precision only has 53 bits of mantissa (including the implied 1). The exponent bits merely shift those 53 around. A 64-bit...
Don't forget to check your grounds also. Sometimes people mix up chassis/frame and signal ground, and the PC makes some sort of internal connection allowing...
But in this case ,when MS_TIMER reaches 0xFFFFFFFF,then it overflows ,turn to ZERO,right? so (MS_TIMER - TT) is always little than TT until MS_TIMER is...
I'm not sure why you'd attempt this with a Rabbit. Network Address Translation (NAT) is used to share a single internet IP on a LAN. The Rabbits processing...
Thank you for your reply! But I did really want to use rabbit as a NAT router, which connects between WAN and WAN. So, how can I do this or get help for it? ...
I imagine you will be on your own if you want to do this, as I doubt anyone else would have attempted it for the reasons I mentioned below. You'd need to go...
Take a $100 note. Walk to your nearest supplier of IT hardware. Give them the money and ask them for a router. Put your rabbit on top of the router. Plug the...
The correct use to avoid wrap around is: void sleep ( unsigned long int T ) { unsigned long int TT; TT = MS_TIMER + T; while(<waiting for something to happen>)...
Hi Tom Thanks for the reply. I am sure that the partition letter is 'A' as I can view all of the files that I have created when I run the fat_shell program and...
Hi Tom Thanks for the reply. I am sure that the partition letter is 'A' as I can view all of the files that I have created when I run the fat_shell program and...
... Bit's of what? How many bits of precision does your system measure? Unless you have some very expensive equipment it is likely that you are nowhere close...
Hallo there, i am using the ping too for checking the Ethernet and my modem connectivity especially if the cables get disconnected then i should come to know...
Well guys (Nathan, Dave and nin) thanks again for the help...won't believe what it was that was messing me up. This external device has an option for...
$30.00 at Compusa - Compusa 4-port, 10/100 broadband router which readily supports NAT. My hourly labor rate can't beat that! I bought 2 to simulate a network ...