> I am trying to see if I can relieve the overloaded Interrupt by using the > serial port of the 16f628 in a NON INTERRUPT basis. Has anyone > done this or > found it to be not possible? > > Any sample ideas would be appreciated > > Contact with others working with the 16F628 will also be appreciated As long as one understands the implications of using a non interrupt method you shouldn't have a problem with doing it without interrupts. I for one regularly send without using interrupts, so this should be no problem, if you handle it correctly. The big area of concern is receiving, without interrupts you'll have to ensure that you query the UART often enough to ensure you don't lose any characters, otherwise you'll have to make sure lossing characters is OK in your codes point of view. TTYL. -- http://www.piclist.com hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads