Ok, so nothing to worry about then:)  I was worried that there was a bottleneck somewhere.

Maybe I should have said but it's for interfacing with a pair of xbees rather than an arduino.  Same kinda thing tho'.

Appreciate the comments.

Cheers,

Julian

On 13 April 2011 18:07, <martin.peach@sympatico.ca> wrote:

> > Hi all,
> >
> > Just transferring a patch into Linux from W7 and I get this message in
> > the console which I didn't previously:
> > get_baud_ratebits: 115200
> > set_baudrate baudbits: 4098
> >
> > Now I want the baudrate to be 115200, which is good but what does the
> > baudbits info mean - for example is it telling me that data is only
> > coming in at 4098? Which I don't want, or, seems a waste if the overall
> > patch is expecting a much faster rate.
> >
>
> I think the baud rate will be correct, the baudbits message is wrong.
>

Actually it's not wrong, it's just reporting the bits for the baud rate register, so it's not useful except for debugging. I will remove it.

Martin