Thanks hmr and Mister_E for the response. I did have ADCON1 = 7 already. As I mentioned the serin2 worked when on PORTA.0.
I assumed that I would only need to change the port address to PORTC.7 and all would work the same as if I had it on PORTA.0..
I did try changing the baud to 2400 on the send (Siteplayer) and the receive(PIC) sides.
To do this I changed the Siteplayer baud to:
(Baud dw 65015 ( for those who might know siteplayer))
And the pic command to:
SerIn2 PORTC.7, 396, 100, loop, [decdate]
Still no luck.
I have a pulldown 2.2K resistor on the Siteplayer transmit line. This doesn't seem to bother the PORTA.0 receive.
I'm open to all suggestions.
Thanks again all...
I'm editing this post because I have made some progress..
It seems Siteplayer didn't change it's baud rate as I expected. I now have 2400 Xmit and Receive on both sides.
I am getting data however it is not accurate. The numbers coming thru are wacked.
Bookmarks