Printer skips one page after printing each page. Why?
Ans.: It can happen if the data includes a Form-Feed character after all N (N = FormSize setting) lines of a page have been sent. Actually, the Form-Feed command must be a part of these N lines itself, even if it is on the Nth line in place of usual CR+LF. Alternatively, removing the Form-feed character from every page can also solve this problem.