[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: //C serial port driving me batty
On Saturday, September 22, 2012 6:48:41 PM UTC-5, Michael Black wrote:
> On Sat, 22 Sep 2012, Kevin wrote:
>
>
>
> > whenever I send data out of my //c's modem port the 8th data bit (to the
>
> > left) is always a 1
>
> >
>
> > so if I type H instead of getting 72 on the other side I get 200, and
>
> > its driving me nutty ... any clues on why this is happening?
>
> >
>
> You have got it set for 8bits?
>
>
>
> Wasn't it the IIC that used the wrong frequency for the UART, so there was
>
> a timing problem at higher speeds? It used an existing clock, the fix was
>
> to run it off its own crystal if I remember properly.
>
>
>
> Not sure if that's the problem, but worth looking into.
>
>
>
> Michael
the thing is it will do it at 300 baud as well as 9600, and yea I set it to 8 bits, though default is 8 I set it again