Confidential
Q. Unable to print a part of Page 0 (for example
A. When programming with Visual Basic, limitations prevent data from 81h through 9Fh
and 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
4-18 Application Development Information
)on Visual Basic.
Rev. A