
fx80 -- Sets options for Epson FX-80 printer (1.0) : External
        Command / by Jeff Hansen

syntax:   fx80 [-z] [-n] [-1 y|n] [-d y|n] [-e y|n] [-i y|n] [-u y|n]
               [-p y|n] [-c <integer>] [-l <integer>] [-f <integer>]
               [-s <integer>] [-r <integer>]

ex:       fx80 -z
          fx80 -c12 -iy -dy
          fx80 -s8

Set print options, assuming an Epson FX-80/FX-100 is connected.  Each option
is explained below:

     -z  no value   (Zap) Set all options to power-up defaults,
                    resets top of form
     -n  no value   (Normal) Turn off all special modes and sets 10 cpi
     -1  yes/no     -1y sets unidirectional printing,
                    -1n sets bidirectional printing
     -d  yes/no     Doublestrike: yes or no *
     -e  yes/no     Emphasized: yes or no *
     -i  yes/no     Italics: yes or no
     -u  yes/no     Underlining: yes or no
     -p  yes/no     Proportional print mode: yes or no *
     -c  integer    CPI: may be 5, 6, 8 (8.5), 10, 12, or 17 (17.16)
                    characters per inch *
     -l  integer    LPI: may be 6, 8, or 10 lines per inch
     -f  integer    Form length: 0 to 22 inches
     -s  integer    Skip over perforation: 0 to 127 lines
     -r  integer    International character set: 0 to 8
                    Redefines these characters: #$@[\]^`{|}~
                         0: USA         5: Sweden
                         1: France      6: Italy
                         2: Germany     7: Spain
                         3: England     8: Japan
                         4: Denmark

* Note that some modes can't be mixed.  If two conflicting modes are
  selected, the FX-80 will use the mode that has the highest 'weight,'
  as defined by its firmware.

Where appropriate, parameter names were kept the same with the MX80
external command.  There are however, differences.

(see also: mx80)
