I have looked everywhere but cannot find an answer. Maybe I am using the wrong search terms. Who knows but anyway. I am building a GPS speedometer and have it working fine. For the odometer I am using a 16f88 counting pulses. This is also working fine. The speedometer is on a 16f886 connected to a 10hz gps. I guess I could put it all on one chip but I really don't want the odometer doing anything but counting miles. So if I can I would like to have the f88 send the mileage data over to the speedometer but I already have the GPS coming in via serial. Can I have 2 serial ports? Or can I use Serin2 and Hserin2 at the same time? Or should I redefine the serial every time I ask for mileage date? Or am I just over thinking this?

I humbly await advice from one of the gurus.

Ron