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
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
Rev. E
TM-U220 Technical Reference Guide
) ) in Visual Basic.
Application Development Information 5-11