> i try to print a string of 2000 character binary (it'is a logo) to a
> printer in the back of my terminal wy60. the printer doesn't print the
> logo. i try the same think with a risc 6000 and it work. when a print
> the logo to the printer i use cat.
> my question is what is my problem and there is some people have a
> solution for printing my logo
Are you just trying to print a logo using cat? Not as part of larger
document from an application? Because what you can try send out a
character string to change the wy60 to vt100 then send out the
transparent print string for vt100 then when logo finishes send out
vt100 sequences to change terminal back to wy60. Your screen will clear
when all this happens. The wy60 uses a ctrl T to terminate transparent
print and that is what messes everything up. the vt100 use a string a 3
char.
i hope this works