In article , Darren Gibbs wrote: > [...] > Is there some specific incantation for disabling/enabling rx interrupts > while the port is continuously getting data? I don't care if I lose a > few commands, I just want to ignore the incoming data briefly and then > start paying attention again. I'm doing what you're doing, clearing RCIE, and it works fine. But remember to check both RCIE and RCIF in the IRQ code, so you don't go jumping to the RX code instead of the interrupt that really occurred. Regards, Thomas -- 9876543210 Magic tab-o-meter. http://www.armware.dk/ ^ -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.