DD3.6 EpsonX driver  V3.54


Printer Control Commands:


INITRESET:              { $1b $40 $1b $36 $1b $74 $01 $1b $6c 0 $1b $51 200
                          $0d }

                         Reset, printable code area expansion, Epson graphics,
                         Left Margin 0 , Right margin 200, Cariage return.

ENDRESET:               { $1b $40  }

                         Reset

SMALLCHAR:              { $1b $78 0 $1b $4d $1b $0f  }

                        Draft mode, Elite on, Condensed on.


TONORMALCHAR:           { $1b $54 $1b $78 1 $1b $6b 1 $12 }

                        Sub/Superscript off, NLQ mode, Sans Serif font,
                        Condensed off.



TOSMALLCHAR:            { $1b $78 0 $1b $0f }

                        Draft Mode, Condensed on. (You don't have to send
                        Super/Sub-script.)

LINESPACING:            { $1b $33 15 }

                        Linespacing 15/216 inch.


LINEFEED:               { $0d $0a }

FORMFEED:               { $0c }


PAPER1:                 { $1b $43 00 12 }
                        12 inch paper.

PAPER2:                 { $1b $43 00 11 }
                        11 inch paper.

PAPER3:                 { $1b $43 00 10 }
                        10 inch paper.

PAPER4:                 { $1b $43 00 12 }
                        A4 paper.

SUPERSCRIPT:            { $1b $53 0 }
SUBSCRIPT:              { $1b $53 1 }

BOLDON:                 { $1b $45 }
BOLDOFF:                { $1b $46 }

COUNTRY:                { 27 82 0 }

                        Country 0 = USA

BEEP:                   { 7 7 }

                        Two beeps will be heard when the paper must be
                        turned.


Special settings:



LAYOUT:
{ /* Character to be used when printing a line : */     '_'
  /* Pagenumber string             : */                 "Page_"
  /* Title string (Booklet only)   : */                 "Title__:_"
  /* Author string  (Booklet only) : */                 "Author_:_"
  /* Date string  (Booklet only)   : */                 "Date___:_"
}



MARGINS:
{ /* Left     Margin Booklet : */       1
  /* CenterH  "      "         */       4
  /* Right    "      "         */       1
  /* CenterV  "      "         */       5

  /* Left     Margin Dump    : */       0
  /* CenterH  "      "         */       2
  /* Right    "      "         */       0
  /* CenterV  "      "         */       2

  /* Left     Margin Column  : */       0
  /* CenterH  "      "         */       2
  /* Right    "      "         */       0
}

Column mode has no CenterV !


PRINTER:
{ /* Columnwidth achieved using SMALL printmode.  */            160
  /* Columnwidth achieved using NORMAL printmode. */            96

  /* Usable Lines/Sheet using paper 1.      */                  161
  /* Usable  "		"       "   2.      */			148
  /* Usable  "		"       "   3.      */			135
  /* Usable  "		"       "   4.      */			145

  /* Type of paper 1, 0 = continues, 1 = single */              0
  /* "       paper 2, "      "       "     "    */		0
  /* "       paper 3, "      "       "     "    */		0
  /* "       paper 4, "      "       "     "    */	 	1

  /* Send FormFeeds when using Type 0 paper ? 0=No 1=Yes */     1
  /* "      "        "     "   Type 1 paper "   "     "  */	1


  /* The next strings will be used on DD's control buttons : */


  /* Button string for paper 1 */               "12_inch"
  /* "      "      "   paper 2 */		"11_inch"
  /* "      "      "   paper 3 */		"10_inch"
  /* "      "      "   paper 4 */		"A4"

  /* Button string for 'Type 0' printmode */    "Fanfold"
  /* "      "      "   'Type 1' "         */    "Single"
}

OUTPUT:
{ /* Device to be used, 0=PAR: , 1=SER:, 2=Other */     0
  /* String to be used when device=2             */     "Ram:DDout"

}


(c) Robert Grob 5-Nov-1992
