> ... Isn't the byte in the receive buffer backwards now? ..
No. The USART receives data LSB first too.
<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=2824" />
From the TX, it shifts out from the lowest bit, and the RX side shifts it in starting from the highest bit. So the TX LSB ends up at the RX LSB after 8(10) shifts.
<!---->
Bookmarks