PIC 18LF4431 RX not receiving.

Thread Starter

camerart

Joined Feb 25, 2013
3,842
Hi,
I'm looking again at LAT and PORT settings.

If the BASE PIC is sending DATA and receiving DATA and will have ANALOG inputs. The REMOTE will send and receive DATA, and have PWM outputs and ANALOG inputs. How are the PORTS set? Do I use PORT or LAT?

C.
 

Thread Starter

camerart

Joined Feb 25, 2013
3,842
Hi,
B, Correct TRISX %01010101

I will use the none enhanced type of PWM which in the case of 18LF4431 is PORTB
I'm sending and receiving digital DATA at RC7 RX and RC6 TX
APP 3x Analogue inputs on PORTA

Do I need to use LATs? if so when?

C.
 

Thread Starter

camerart

Joined Feb 25, 2013
3,842
Hi,
I've commented in line: PIE1.RCIE = 1 '?????????????????????????????????????

Before and after commenting in, RXErr! shows on the Terminal.
C.
 
Top