After many months of coding & hardware debugging I finally
have my data acquisition program running! After all of the
hastles so far I have now run-afoul of the printer. I am using
a great piece of trailing-edge technology - a Diablo 630. The
manual say that 'ESC U' is the control sequence to initiate a
1/2 carriage return (1/2 line feed). The code I have used with
no success is:
LPRINT CHR$(27) CHR$(85)
Am I missing something? Has anyone had any luck sending printer
commands?
Thanks in advance for the help.
------------------
have my data acquisition program running! After all of the
hastles so far I have now run-afoul of the printer. I am using
a great piece of trailing-edge technology - a Diablo 630. The
manual say that 'ESC U' is the control sequence to initiate a
1/2 carriage return (1/2 line feed). The code I have used with
no success is:
LPRINT CHR$(27) CHR$(85)
Am I missing something? Has anyone had any luck sending printer
commands?
Thanks in advance for the help.
------------------
Comment