Apologies for the incomplete information. The printer uses roll feed paper. I'm printing directly to the printer port. Here is a code snippet: CurrentFileNum = FreeFile Open PPort For Output As CurrentFileNum Print #CurrentFileNum, "" Close CurrentFileNum
J
Janine de Kock
@Janine de Kock
Posts
-
Epson LX300 printer Tear Off command -
Epson LX300 printer Tear Off commandGood day all, Using VB6, I am trying to send the Tear Off Command to an Epson LX300 printer. I have tried sending "Chr(27) + Chr(74) + Chr(144)" to the printer as the "Feed to Cutter" command, but this does not seem to work. Any help would be appreciated. Janine