1. eprint

------=_NextPart_000_004B_01BF6263.278B7B00
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

David,

    I am not sure if my other post was seen by you or not, I am just =
wondering if the ESC & "...." variables in eprint are in hex or in dec =
format.  I am trying to make my Panasonic printer work with a labeling =
program that I wrote.=20

                                    Thanks,
                                    Paul

------=_NextPart_000_004B_01BF6263.278B7B00
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>David,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; I am not sure if my =
other post=20
was seen by you or not, I am just wondering if the ESC &amp; "...." =
variables in=20
eprint are in hex or in dec format.&nbsp; I am trying to make my =
Panasonic=20
printer work with a labeling program that I wrote. </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
Thanks,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;=20

------=_NextPart_000_004B_01BF6263.278B7B00--

new topic     » topic index » view message » categorize

2. Re: eprint

Paul,
    you said:

    EU>   I am not sure if my other post was seen EU>  by you or not


    It is being seen, I just don't know the answer.
    Monty

new topic     » goto parent     » topic index » view message » categorize

3. Re: eprint

> THIS IS A MESSAGE IN 'MIME' FORMAT.  Your mail reader does not support MIME.
> Please read the first section, which is plain text, and ignore the rest.
--Interpart.Boundary.11.22.33.M2Y1378

They're in decimal, Hex values are preceded by a
#.

Ex:
constant maxbyte=#FF

is the same as
constant maxbyte=255

-E.Allen Soard

Bookmark the HyperMart Small Business Center. All the tools you need to
succeed!
http://www.hypermart.net/center/
--Interpart.Boundary.11.22.33.M2Y1378
Content-Disposition:  attachment; filename="OriginalBody.htm"

new topic     » goto parent     » topic index » view message » categorize

4. Re: eprint

On Wed, 19 Jan 2000 09:54:19 -0600, Paul Sheepwash <whalley99 at HOTMAIL.COM>
wrote:

>David,
>
>    I am not sure if my other post was seen by you or not, I am just
wondering if the ESC & "...." variables in eprint are in hex or in dec
format.  I am trying to make my Panasonic printer work with a labeling
program that I wrote.
>
>                                    Thanks,
>                                    Paul
>

Paul,

I took a look at eprint.ex, and this is my take on it:

First, the ESC sequences are in ASCII format.  It doesn't matter whether
you use hex or decimal.

Secondly, these are the ESC sequences for the HP PCL printer language.
Unless your Panasonic printer speaks PCL, eprint won't help you much.  In
that event, you should be able to find a section in the back of your
printer manual that talks about what escape sequences do what.  For
example, on my OLD Tandy DMP1000 (don't laugh, it STILL works!), I would
use puts(printer,#1B & #0E) to get bold text.  I could also use puts
(printer, 27 & 14), because they're the same thing.  If you don't have a
manual, check out the Panasonic web site, and perhaps they have that
information there.

Sorry I wasn't able to answer your question, but hopefully I pointed you in
the right direction.

Brian

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu