hey hopslink,
I started using RealTerm to help debug this problem. Here is what I am finding:
When I try to send 1 char, I get a first transmit of 0 when the USART initializes, but then it was not sending the next char.
When I try to send many chars from 255 down to 0, I get uint's that are out of order in the beginning but seem to become ordered and count by 2 from 100 to 255; what is weird is that the 255 comes at the end of TX send and I'm expecting the beginning.
Here's some corresponding binary data if interested (see attached). It's just supposed to be data from 255 down to 0.