Printing from QPC2 to serial printer
Posted: Sat Nov 17, 2012 11:59 am
I was speaking with a user in London yesterday - he uses QPC2 and has 2 printers connected to his PC - a Canon connected to the parallel port and an Epson connected to a serial port.
He has used this setup in the past, but whilst he was able to print to the Canon, he was struggling with the Epson for some reason.
He tried : OPEN #3,ser1: PRINT #3,"Hello World": CLOSE #3
and nothing comes out of the Epson.
Change it to:
OPEN #3,par: PRINT #3,"Hello World": CLOSE #3
and the Canon prints merrily away.
Is there something he might be missing either on the PC or the QPC2 setup?
SER1 was pointing to COM1 in the QPC2 configuration panel.
He has used this setup in the past, but whilst he was able to print to the Canon, he was struggling with the Epson for some reason.
He tried : OPEN #3,ser1: PRINT #3,"Hello World": CLOSE #3
and nothing comes out of the Epson.
Change it to:
OPEN #3,par: PRINT #3,"Hello World": CLOSE #3
and the Canon prints merrily away.
Is there something he might be missing either on the PC or the QPC2 setup?
SER1 was pointing to COM1 in the QPC2 configuration panel.