Epson TM-U210 Especificações Página 103

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 102
Rev. D Application Development Information 5-11
TM-U220 Technical Reference Guide
5.6.2 Q. Unable to print a part of Page 0 in Visual Basic.
Unable to print a part of Page 0 (for example ) in Visual Basic.
5.6.2.1 A. Follow the procedure
When programming with Visual Basic, limitations prevent data from 81h through 9Fh and from
E0h through FEh from being sent as characters. However, you can use the following procedure
to send this data.
Dim Send_ data(0) As Byte
Send_data(0) = &h81 ’1 byte of sending data
MSComm1.Output = Send_data
Vista de página 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 159 160

Comentários a estes Manuais

Sem comentários