Printing Delphi

Question:
Can I use the AssignPrn method to write directly to a port?
Answer:
No, the AssignPrn method of printing actually uses the Windows
GDI function TextOut() to write to the print driver.