This is a user group for folks designing and programming embedded systems using the Rabbit Brand C-programmable microcontrollers sold by Digi International. This group is not affiliated with Digi International, but is a user forum for sharing ideas, asking questions, flaunting knowledge, and other typical user group stuff. The Rabbit is a powerful uC, supported by a full-featured C-compiler.
Please note we only allow job postings for positions directly related to Rabbit microcontrollers. Members who post general job listings will be banned from the group.
Many caveats on this code -- it was written for DC9.01, and the hooks into the TCP/IP library changed somewhere around 9.25. Also, I think that there were
Hmm... It would seem, after a little digging, that what I need to do is implement a CUSTOM_ETHERNET_HANDLER and have that process the packets. Anyone got any
... If you are using the macros to remap debug output to serial port D it will be slow as the lib is polled. So it waits for every character to go out. Since
Hi All, I have an application running on RCM 5700W using dynamic C (version 10.54). I am using Serial port D to print out debug and info messages. Every thing