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 30062 - 30091 of 39529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30062
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...
atkincraig
Offline Send Email
Nov 1, 2005
9:24 am
30063
Hi, I would like to move a lot of my code to a library. Would any one know where I can find info on the format that the libs use? Regards Craig...
atkincraig
Offline Send Email
Nov 1, 2005
9:31 am
30064
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 ......
Misbah Qidwai
misbahqidwai
Online Now Send Email
Nov 1, 2005
10:40 am
30065
... 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...
Mike van Meeteren
cirusrabbit
Offline Send Email
Nov 1, 2005
11:50 am
30066
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 ...
petcern
Online Now Send Email
Nov 1, 2005
2:44 pm
30067
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...
pjascol
Offline Send Email
Nov 1, 2005
5:12 pm
30068
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...
Bob Hohentanner
rhohentanner
Offline Send Email
Nov 1, 2005
6:14 pm
30069
... 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 -...
Tom Collins
tomcollinsaz
Offline Send Email
Nov 1, 2005
6:22 pm
30070
... 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...
daemon_legend
Offline Send Email
Nov 1, 2005
6:46 pm
30071
- 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...
Dave Moore
questdavemoore
Offline Send Email
Nov 1, 2005
7:11 pm
30072
Thanks guys, I'll look into your suggestions and see what could work for me! Bob ________________________________ From: rabbit-semi@yahoogroups.com...
Bob Hohentanner
rhohentanner
Offline Send Email
Nov 1, 2005
7:26 pm
30073
... 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 ...
Will Keogh
wmk0608
Offline Send Email
Nov 1, 2005
7:54 pm
30074
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...
Nathan Johnston
nb_johnston
Offline Send Email
Nov 1, 2005
10:17 pm
30075
... 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...
Starr, Don
donstarr
Offline Send Email
Nov 1, 2005
10:28 pm
30076
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...
Dave Moore
questdavemoore
Offline Send Email
Nov 1, 2005
10:40 pm
30077
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...
liu yongcai
woodvase.xilu
Offline Send Email
Nov 2, 2005
12:33 am
30078
And has anyone done this work or has the corresponding experience? Thank you and regards 11-2-2005...
simitel0299
Offline Send Email
Nov 2, 2005
3:32 am
30079
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...
Nathan Johnston
nb_johnston
Offline Send Email
Nov 2, 2005
3:40 am
30080
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? ...
simitel0299
Offline Send Email
Nov 2, 2005
3:46 am
30081
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...
Nathan Johnston
nb_johnston
Offline Send Email
Nov 2, 2005
3:53 am
30082
... No. Unsigned integer math: MS_TIMER - TT 0x00000000 - 0xFFFFFF00 == 0x00000100 0x00000080 - 0xFFFFFF00 == 0x00000180 0x000000F4 - 0xFFFFFF00 ==...
Don Starr
donstarr
Offline Send Email
Nov 2, 2005
3:56 am
30083
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...
Scott Morris
jester_fu_ah
Offline Send Email
Nov 2, 2005
7:13 am
30084
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>)...
Fournier, Pete
pfournier_as...
Offline Send Email
Nov 2, 2005
12:58 pm
30085
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...
pjascol
Offline Send Email
Nov 2, 2005
1:09 pm
30086
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...
pjascol
Offline Send Email
Nov 2, 2005
1:12 pm
30087
... 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...
Chuck Bass
cbass233
Online Now Send Email
Nov 2, 2005
1:22 pm
30088
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...
haider_karomi
Offline Send Email
Nov 2, 2005
2:05 pm
30089
... Someone has way to much time on their hands, why make what you can buy? Ryan ________________________________ From: rabbit-semi@yahoogroups.com...
Ryan Alswede
r_alswede
Offline Send Email
Nov 2, 2005
2:19 pm
30090
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...
daemon_legend
Offline Send Email
Nov 2, 2005
4:10 pm
30091
$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 ...
kevin asato
kc6pob
Offline Send Email
Nov 2, 2005
4:18 pm
Messages 30062 - 30091 of 39529   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