
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
Kommentare zu diesen Handbüchern