Quote Originally Posted by richard View Post
sorry the link did not paste in properly
http://www.microchip.com/webinars.mi...cName=en556253
No problem, your reminding me about the RMW made me remember the "glitch" in the 16F series PIC. I simply changed my code to writing to the complete port at once rather than individual bits. I.E. portb = %00000001 to turn on portb.0 and portb = %00000011 to keep portb.0 on while turning on portb.1. Works like a charm, many thanks for the assistance.

Randy Abernathy