Quote Originally Posted by jcleaver View Post
when i purchased pbp it was because it was simple to use and did not require
master in programming or microchip documentation or much assembly
that has not been the case with what i have done so for
read the pic manual pg 113 which talks about this
all i wanted was a description of how the pins for this were labled
so i coulkd test this part of the pbp manual

guess i am over my head again do not see descriptors
i know there are pin liabled rx and tx but these are being used to connect to mcs
I was just trying to learn you something so you could figure other stuff out in the future...
HSERIN = receiving serial data = USART receiver = RX
HSEROUT = transmitting serial data = USART transmitter = TX
If the RX and TX on your particular chip in your particular system are already being used by something else, such as the MCS (which is what?), then you probably can't use HSERIN/HSEROUT without circuit mod's.