Esc/Pos Command; Tips For Visual Basic - Epson TM-P60 Technical Reference Manual

With peeler
Hide thumbs Also See for TM-P60:
Table of Contents

Advertisement

4.6.2.4 Printable bitmap format in OPOS
The printable bitmap formats are formats that meet all the following conditions.
❏ BMP files
❏ Monochrome, 16-color (4 bit), 256-color (8 bit)
❏ Uncompressed

4.6.3 ESC/POS command

See "ESC/POS Application Programming Guide" about the method.

4.6.4 Tips for Visual Basic

When programming with Visual Basic, limitations prevent data from 81h through 9Fh and from
E0h through FEh from being sent as characters. Therefore, you may be not able to print a part of
Page 0 (for example
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
4-10 Application Development Information
)in Visual Basic.
Rev. B

Advertisement

Table of Contents
loading

Table of Contents