This goes back over 20 years in my memory but I recall that EBCDIC ^
doesn't translate to ASCII ^. The character you need in EBCDIC to
translate to ^ is not on my Windows keyboard. It was the character above
the 6 on a 5250 keyboard. It looks like a -| but in one character.
Check your EBCDIC to ASCII translate tables.
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Aaron Bartell
Sent: Thursday, July 22, 2010 1:32 PM
To: Midrange Systems Technical Discussion
Subject: Re: Setting up IPDS printer
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'
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.