×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Update...
I was able to locate a pdf that gave me the default authentication to get
into the printer's web server. For archive purposes it is admin/1234 and
you just point your browser at the ip address of your printer.
Once logged in I am seeing the following in the printers job log which tells
me the communication is in fact happening and data is being sent down, but
the printer isn't doing anything with it.
http://screencast.com/t/NWExNTg3Y
I am wondering if there is an issue with EBCDIC to ASCII going on here that
is causing the control characters to be converted in a way that causes the
stream to be thrown away by the printer because it doesn't recognize
anything it can do with the stream.
Are there print settings on the IBMi I can try to see if that addresses the
issue? Also, below is the RPG program I am using to create the printer file
with the code Charles told me about.
FQPRINT O F 264 PRINTER
/free
except bclabel;
*inlr = *on;
/end-free
OQPRINT E bclabel 1
o '^XA'
O E bclabel 1
o '^LH30,30'
O E bclabel 1
o '^FO20,10^AD^FDZEBRA^FS'
O E bclabel 1
o
'^FO20,60^B3^FDAAA001^FS'
O E bclabel 1
o '^XZ'
As an Amazon Associate we earn from qualifying purchases.