is this all the pic is going to do? if you are going to do the display mux with the pic, then MOST of the time the pic will be in delay loops. use these loops to check for the serial data start bit then go off and receive the data. the amount of time it takes to receive the data will not effect the display. if you have problems seeing the start bit and getting to the receive routine you could send a dummy (hex 00) character before the serial number and ignore this character in the pic. michael -----Original Message----- From: Glendon Turner To: PICLIST@MITVMA.MIT.EDU Date: Thursday, July 02, 1998 10:09 AM Subject: 7 segment display HELP >Thank you in advance for reading this and hopefully helping me. > >I need to us a 16F84-04 to drive a 3 or 4 digit 7 segment display (common >annode or cathode, doesn't matter). > >I need to be able to send a serial number to the chip (9600,8,N,1) in the >range of 0 to 9999 and have it display it. I think interrupts will be >required because the display needs to be multiplexed and at the same time >needs to check for serial data. > >Not sure on this one. If you can offer any help, I would be very grateful. > > >Kind regards >Glendon Turner >