Software UART (receive only) for GPS, which pin?

Discuss PIC and electronic related things

Moderators: David Barker, Jerry Messina

Post Reply
User avatar
blueroomelectronics
Posts: 46
Joined: Mon Apr 23, 2007 3:48 pm
Location: Toronto
Contact:

Software UART (receive only) for GPS, which pin?

Post by blueroomelectronics » Tue Dec 16, 2008 6:27 pm

I've got the EUSARTS tied up for other things and I only need a single I/O pin with a 22K resistor to receive GPS NMEA data at 4800bps. Although any I/O pin would work the question is would there be less software overhead to use a pin like INT0 for an interrupt driven UART or just poll the pin with a timer interrupt?

Post Reply