Estou com um problema ao enviar o arquivo abaixo para uma impressora DATAMAX, instalada em um micro da rede como generico somente texto.
O texto enviado chega até a impressora(Pause na impressora), mas não imprime nada.
Printer.Print Chr$(0) + Chr$(0) + Chr$(2) + "L"
Printer.Print Chr$(2) + "m"
Printer.Print Chr$(2) + "M0280"
Printer.Print Chr$(2) + "c0480"
Printer.Print Chr$(2) + "O0279"
Printer.Print "D11" & Chr$(10)
Printer.Print ""
Printer.Print "121100000200175Teste de Impressao"
Printer.Print "112100900200070123"
Printer.Print "Q00001"
Printer.Print "E" & Chr$(10)
Printer.Print ""
Printer.Print Chr(2) + "L"
Printer.Print Chr(2) + "m"
Printer.Print Chr(2) + "M0280"
Printer.Print Chr(2) + "c0480"
Printer.Print Chr(2) + "O0279"
Printer.Print "D11" & Chr$(10)
Printer.Print ""
Printer.Print "121100000200175Barcode Printer"
Printer.Print "112100900200070456"
Printer.Print "Q00001"
Printer.Print "E" & Chr$(10)
Printer.EndDoc
Alguem tem alguma sugestão.
Grato.