This is a group for folks designing and programming embedded systems using the Rabbit Semiconductor C-programmable microcontroller. Rabbit Semi is a spin-off from Z-World who makes a variety of embedded modules and tools. This group is not affiliated with either Rabbit or Z-World, 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.
DC v9.62 is released - phroger_rabbit - May 8 14:48:42 2008
Looks like I'm the first one to notice (apologies if I'm not): they
just released v9.62.
It and its release notes are available at
http://www.rabbit.com/support/downloads/dc/dc9.shtml .
Meanwhile, I don't see that they fixed the two bugs I've noticed.
(Compiler doesn't handle byte values properly in ternary operation and
library doesn't handle UDP multicasts properly.)
------------------------------------

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
Re: DC v9.62 is released - Donald Shimoda - Jun 27 17:52:52 2008
--- In r...@yahoogroups.com, "phroger_rabbit"
wrote:
>
> Looks like I'm the first one to notice (apologies if I'm not): they
> just released v9.62.
>
> It and its release notes are available at
> http://www.rabbit.com/support/downloads/dc/dc9.shtml .
>
> Meanwhile, I don't see that they fixed the two bugs I've noticed.
> (Compiler doesn't handle byte values properly in ternary operation and
> library doesn't handle UDP multicasts properly.)
>
Neither manages str to float point conversions...
Fails misserably to accomplish conversions in code working with
compiler version 9.21.
Best regards.
------------------------------------

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )Re: Re: DC v9.62 is released - Tom Collins - Jul 25 16:11:40 2008
Can you provide some more details, or sample programs that
demonstrate those bugs?
I'm curious about the bug with byte values in ternary operations.
-Tom
On Jun 27, 2008, at 2:52 PM, Donald Shimoda wrote:
> --- In r...@yahoogroups.com, "phroger_rabbit"
> wrote:
> >
> > Looks like I'm the first one to notice (apologies if I'm not): they
> > just released v9.62.
> >
> > It and its release notes are available at
> > http://www.rabbit.com/support/downloads/dc/dc9.shtml .
> >
> > Meanwhile, I don't see that they fixed the two bugs I've noticed.
> > (Compiler doesn't handle byte values properly in ternary
> operation and
> > library doesn't handle UDP multicasts properly.)
> > Neither manages str to float point conversions...
>
> Fails misserably to accomplish conversions in code working with
> compiler version 9.21.
>
> Best regards.
-Tom

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )