USART Initialization issue

Coding and general discussion relating to user created compiler modules

Moderators: David Barker, Jerry Messina

Post Reply
Widgetman
Posts: 136
Joined: Sun Dec 16, 2007 7:39 pm
Location: Florida

USART Initialization issue

Post by Widgetman » Mon Dec 31, 2007 2:16 pm

Hi All,
I ran into a problem using the USART Library and thought someone might be able to answer a question about it. When I init the baudrate it seems the serial port output a 00 which I think is a null character. I need to keep it from sending anything until I tell it to. Anyone seen this ?
Any thoughts would be appreciated.
Thanks

Widgetman
Posts: 136
Joined: Sun Dec 16, 2007 7:39 pm
Location: Florida

Post by Widgetman » Tue Jan 01, 2008 1:18 pm

Hi,
I figured it out. It was my down loader causing the null character to be sent. If I download a change then close the ICD it does not happen.

Post Reply