Tips For Visual Basic - Epson TM-P60 Technical Reference Manual

Bluetooth interface model
Hide thumbs Also See for TM-P60:
Table of Contents

Advertisement

4.6.2 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
Rev. C
)in Visual Basic.
TM-P60 Technical Reference Guide
Application Development Information 4-5

Advertisement

Table of Contents
loading

Table of Contents