From: Bill Cornutt > While the pic may be able to send at this speed, it > would be hard for it to receive at the same speed. SNIP I have not yet implemented the code on any device yet, but it will be useful for high speed PIC to PC data transfer. This routine can also be useful if you are running on LP mode and you need to send data a little bit faster. > If you are going to do this, I would suggest that you > use a crystal of such a frequency that you get a common > serial rate. This would enable the receiver to use ? one of its internal baud rates. SNIP Yes, you are right it should be used with a common crystal rate to be compatible with standard baud rates. Reggie