Okay, I think this is a simple question. Can someone help fill in the blanks.....

How long does it take to print 58 characters using debug at 9600 baud with a 12F1822 running at 8 mhz? The receiving device is Hyperterminal.

I think the calculation goes something like this:

10 bits per character (1 start,8 data,1 stop}
58*10/9600 = .060 seconds

Debug processing time = ?

Hyperterminal processing time = ?

Thanks