Hi E,hi C,
Have you considering using a Software serial input, using Oshonsoft Basic.?
I have used the Hardware and another Software Uart on a number of PIC projects
Clip from Manual;
DEFINE SEROUT_DELAYUS = 5000
SEROUT PORTC.6, 1200, "Hello world!", CrLf
DIM I AS BYTE loop:
SERIN PORTC.7, 9600, I
SEROUT PORTC.6, 9600, "Number: ", #I, CrLf
GOTO loop
E
No, I'm not sure what the difference is.
If I attached a GPS to one and the HC12 to the other, would the program be similar?
C.
