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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 34737 - 34766 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34737
I just posted an ad on ebay for all of my rabbit modules, etc.that I have collected over the last 5 years. Great hodge-podge for the beginner or experimenter....
mayotte_d
Offline Send Email
Jan 1, 2007
8:55 pm
34738
Could someone explain the basic difference between using GET and POST to send data to a web-server script? I've got it working with GET, but POST seems like...
Ken
krwinters
Offline Send Email
Jan 2, 2007
12:32 am
34739
http://www.google.com/search?hl=en&q=HTML+GET+POST&btnG=Google+Search Basically GET put the variables in the URL, where POST does not. Dan......
Dan Allen
maesoftgroup
Offline Send Email
Jan 2, 2007
12:48 am
34740
Hi all, I am using 4010 development kit with 4000 rabbit core module. I am trying to read from the serial port the samples of a 8-bit ADC (an external ADC,not...
sevincfigen
Offline Send Email
Jan 2, 2007
1:03 am
34741
Besides the fundamental technical difference that Dan mentioned, there is a fundamental design difference as well. GET should only be used to retrieve data...
Space Cat
gerbilvomit
Offline Send Email
Jan 2, 2007
1:16 am
34742
Ken, Sorry, I forgot the second part of your question. I'm not sure if the recent Dynamic C POST infrastructure I previously mentioned has provisions for...
Space Cat
gerbilvomit
Offline Send Email
Jan 2, 2007
2:11 am
34743
Firstly... Happy New Year, RabbitSemi! Specifically to your problems: Read the manual for the ADC resolution on the RCM4000. You'll be pleasantly surprised ;) ...
jesterfu@...
jester_fu_ah
Offline Send Email
Jan 2, 2007
3:42 am
34744
Did you try to use RCM34xx ? Its include 8 12-bits ADC (0-2V) If you need only 8-bit in range 0-300mv, you are set (2V for 11-bits is 2000mv / [2^(11-8)] <...
rabbit-semi
george_dg_ca
Offline Send Email
Jan 2, 2007
8:39 am
34745
try this. Any route that gets inserted needs the following: a) Network address b) Netmask c) IP address of the gateway that connects to the network being...
Dan Allen
maesoftgroup
Offline Send Email
Jan 2, 2007
10:41 am
34746
to quote you: "if its not connected to a network it won't come up." There in lies your problem from my perspective... They physical interface isn't up...
Dan Allen
maesoftgroup
Offline Send Email
Jan 2, 2007
10:42 am
34747
Thanks for the info Jerry. Actually, the Rabbit will be sending (I'll be using POST given what I just learned) the data to a PHP script on a web-server, so the...
Ken
krwinters
Offline Send Email
Jan 2, 2007
5:49 pm
34748
My results are the same - I finally got to give it a shot. Apparently the static value is not copied in until there really is a network. In a way. it makes...
Jon
grandpotenta...
Offline Send Email
Jan 2, 2007
10:24 pm
34749
The difficulty that this is causing has to do with configuring units prior to installation. Here's the scenario. We ship a unit to our customer. He wants to...
Steve Trigero
seecwriter
Offline Send Email
Jan 2, 2007
11:32 pm
34750
Presuming there is some reason you can't plug *any* ethernet device into the ethernet port so the physical port is 'alive', you might be able to get away with...
Dan Allen
maesoftgroup
Offline Send Email
Jan 3, 2007
1:20 am
34751
hi all, I have to transfer a data from rabbit as a client to server using GET and POST method. rite now I am using socket write method and using GET ...
swapnil bakare
swapnilb83
Offline Send Email
Jan 3, 2007
6:22 am
34752
I donīt know if i got it right but here is my 2 cents on this conversation. What i do in all my configurations cases including ethernet is to save all the...
Alexandre Kremer
alekremer
Offline Send Email
Jan 3, 2007
12:26 pm
34753
Hello all, I am working in multi tasking envoronment. I am executing all these task by using costatement. One of my task execution is very very time crutial....
kapil_chittewan
Offline Send Email
Jan 3, 2007
4:12 pm
34754
i have compile one code which was working fine with DC 9.50 earlier ...now it is showing me Internal Error : Stack allocation error when i compile same code...
swapnil bakare
swapnilb83
Offline Send Email
Jan 3, 2007
4:18 pm
34755
No. There is no built in mechanism for setting costate priority. You have to do that with yourself with own code. ... From: kapil_chittewan...
Steve Trigero
seecwriter
Offline Send Email
Jan 3, 2007
4:47 pm
34756
What about the slice command? JIMA Steve Trigero wrote: No. There is no built in mechanism for setting costate priority. You have to do that with yourself with...
IDES
jimcashby
Offline Send Email
Jan 3, 2007
5:06 pm
34757
How does the Rabbit handle multiple interfaces and the default route? I'm working on hardware that can connect to the Internet via its Ethernet port or a GSM...
Tom Collins
tomcollinsaz
Offline Send Email
Jan 3, 2007
8:42 pm
34758
Have you done it yet? Search of ebay on 'Rabbit' doesn't show anything......
cleudo2004
Offline Send Email
Jan 3, 2007
9:24 pm
34759
... Yes, it will work fine as long as you do not set a gateway on the Ethernet. -- ... Rabbit libs: http://www.shdesigns.org/rabbit/ today's fortune A is for...
Scott Henion
shdesigns2003
Offline Send Email
Jan 3, 2007
9:44 pm
34760
Does anyone know what hardware (RS485, RS232, Bell202) is compatible with IEC 61158? or Fieldbus Foundation H1 I am looking for a transceiver chip to connect...
moises_colin
Offline Send Email
Jan 4, 2007
3:51 pm
34761
I bought the RabbitWeb module and during the installation it tells me that it is only compatible with DC 9.30 and higher. I'm using 9.25. There is no 9.30...
Steve Trigero
seecwriter
Offline Send Email
Jan 4, 2007
9:23 pm
34762
For one, myself included, and other have posted similar, the Wiegand Lib is broke. I've been to reluctant to try anything else... Fortunately I tried 9.5 on a...
Dan Allen
maesoftgroup
Offline Send Email
Jan 4, 2007
10:03 pm
34763
... 9.40 introduced a bug on char handling. If I remember right: char c=0xff; if (c==0xff) { // we never get here....... } The above if statement would not be...
Scott Henion
shdesigns2003
Offline Send Email
Jan 4, 2007
10:38 pm
34764
I started to do a line by line comparison of the two, Oddly, the differences I found were still in the new Lib, however the 'old' code was simply commented...
Dan Allen
maesoftgroup
Offline Send Email
Jan 4, 2007
10:52 pm
34765
Steve, You have my sympathy, IMHO RabbitWeb is a POS. What Version of RabbitWeb is it?... The client that wanted the RabbitWeb work was stuck back in 8.61 and...
Dave August
daveaugust440
Offline Send Email
Jan 4, 2007
10:59 pm
34766
The version is 1.03. You guys aren't giving me a lot of hope here. Does softools have a better solution? ... From: Dave August <august@...> To:...
Steve Trigero
seecwriter
Offline Send Email
Jan 4, 2007
11:24 pm
Messages 34737 - 34766 of 39539   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