Hi,
I'm testing a program which receives a GPS NMEA sentence from a GPS module. I have added a second input which is switched alternatively into the RX of an 18F4620 PIC.
I'm getting odd results, that appear to be timing, and it's been pointed out to me that I need to use 2x STRINGS instead of both inputs using the single STRING 'STR1'
Am I correct that I need to make a second STRIBG 'STR2'?
If so does anything else need duplicating for it to work?
Camerart.
I'm testing a program which receives a GPS NMEA sentence from a GPS module. I have added a second input which is switched alternatively into the RX of an 18F4620 PIC.
I'm getting odd results, that appear to be timing, and it's been pointed out to me that I need to use 2x STRINGS instead of both inputs using the single STRING 'STR1'
Am I correct that I need to make a second STRIBG 'STR2'?
If so does anything else need duplicating for it to work?
Camerart.
Attachments
-
1.9 KB Views: 5