'x' mean don't care, so it could be 1 or 0.
For you communication problem, if you use the PIC USART and HSERIN make sure you do some error trapping or insert DEFINE HSER_CLROERR 1 at the top of your code.
If you're not using the PIC USART but use SERIN/SERIN2/DEBUGIN etc etc... well you may some problem depending how your code flow and how you have implemented it. Of course if you use them on your favourite I/O, make sure you have disable all multiplexed features such as analog comparator, ADCs, voltage reference etc etc.
HTH
Last edited by mister_e; - 30th December 2007 at 21:01.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks