Skip to search.
rabbit-semi · Group for Rabbit C-programmable micros

Group Information

  • Members: 3907
  • Category: Microcontrollers
  • Founded: Oct 3, 2000
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 34737 - 34766 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34737 mayotte_d Offline Send Email Jan 1, 2007
8:55 pm
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....
34738 Ken
krwinters Offline Send Email
Jan 2, 2007
12:32 am
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...
34739 Dan Allen
maesoftgroup Offline Send Email
Jan 2, 2007
12:48 am
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......
34740 sevincfigen Offline Send Email Jan 2, 2007
1:03 am
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...
34741 Space Cat
gerbilvomit Offline Send Email
Jan 2, 2007
1:16 am
Besides the fundamental technical difference that Dan mentioned, there is a fundamental design difference as well. GET should only be used to retrieve data...
34742 Space Cat
gerbilvomit Offline Send Email
Jan 2, 2007
2:11 am
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...
34743 jesterfu@...
jester_fu_ah Offline Send Email
Jan 2, 2007
3:42 am
Firstly... Happy New Year, RabbitSemi! Specifically to your problems: Read the manual for the ADC resolution on the RCM4000. You'll be pleasantly surprised ;) ...
34744 rabbit-semi
george_dg_ca Offline Send Email
Jan 2, 2007
8:39 am
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)] <...
34745 Dan Allen
maesoftgroup Offline Send Email
Jan 2, 2007
10:41 am
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...
34746 Dan Allen
maesoftgroup Offline Send Email
Jan 2, 2007
10:42 am
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...
34747 Ken
krwinters Offline Send Email
Jan 2, 2007
5:49 pm
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...
34748 Jon
grandpotenta... Offline Send Email
Jan 2, 2007
10:24 pm
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...
34749 Steve Trigero
seecwriter Offline Send Email
Jan 2, 2007
11:32 pm
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...
34750 Dan Allen
maesoftgroup Offline Send Email
Jan 3, 2007
1:20 am
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...
34751 swapnil bakare
swapnilb83 Offline Send Email
Jan 3, 2007
6:22 am
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 ...
34752 Alexandre Kremer
alekremer Offline Send Email
Jan 3, 2007
12:26 pm
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...
34753 kapil_chittewan Offline Send Email Jan 3, 2007
4:12 pm
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....
34754 swapnil bakare
swapnilb83 Offline Send Email
Jan 3, 2007
4:18 pm
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...
34755 Steve Trigero
seecwriter Offline Send Email
Jan 3, 2007
4:47 pm
No. There is no built in mechanism for setting costate priority. You have to do that with yourself with own code. ... From: kapil_chittewan...
34756 IDES
jimcashby Offline Send Email
Jan 3, 2007
5:06 pm
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...
34757 Tom Collins
tomcollinsaz Offline Send Email
Jan 3, 2007
8:42 pm
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...
34758 cleudo2004 Offline Send Email Jan 3, 2007
9:24 pm
Have you done it yet? Search of ebay on 'Rabbit' doesn't show anything......
34759 Scott Henion
shdesigns2003 Offline Send Email
Jan 3, 2007
9:44 pm
... 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...
34760 moises_colin Offline Send Email Jan 4, 2007
3:51 pm
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...
34761 Steve Trigero
seecwriter Offline Send Email
Jan 4, 2007
9:23 pm
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...
34762 Dan Allen
maesoftgroup Offline Send Email
Jan 4, 2007
10:03 pm
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...
34763 Scott Henion
shdesigns2003 Offline Send Email
Jan 4, 2007
10:38 pm
... 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...
34764 Dan Allen
maesoftgroup Offline Send Email
Jan 4, 2007
10:52 pm
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...
34765 Dave August
daveaugust440 Offline Send Email
Jan 4, 2007
10:59 pm
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...
34766 Steve Trigero
seecwriter Offline Send Email
Jan 4, 2007
11:24 pm
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:...
Messages 34737 - 34766 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright Đ 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help