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....
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...
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...
Besides the fundamental technical difference that Dan mentioned, there is a fundamental design difference as well. GET should only be used to retrieve data...
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...
Firstly... Happy New Year, RabbitSemi! Specifically to your problems: Read the manual for the ADC resolution on the RCM4000. You'll be pleasantly surprised ;) ...
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)] <...
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...
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...
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...
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...
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...
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...
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 ...
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...
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....
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...
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...
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...
... 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...
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...
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...
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...
... 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...
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...
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...