Printing directly to an ACII printer ?!

Is it possible to directly print to an ascii printer? Can’t We simple open the device for output as in VB? example: Open x For Output As #2 Print #2, “text to print”

1.) This should be asked in the developer-forum ! 2.) you can try the standard C/Side functions for filehandling with filename ‘LPT1’ or so