Command: usbprint

  USBDOS is a collection of different USB drivers and tools:
  USBPRINT is a DOS Driver for up to 8 USB Printers.

Syntax:

  USBPRINT [Options]

Options:

  ?          Show this HELP screen
  A          Show all ALIASES for these command line Options
  ErrLvl     Show all ErrorLevels (DOS Return Codes)
  U          UNINSTALL from memory
  L:Y/N      Force installation into LOW memory (Default = No)
  Bound:Y/N  Enable BOUND CPU OpCode bug patch (Default = Yes)

  S          Display current STATUS of program
  C          Display CONFIGURATION (& other) descriptors of last
             printer found
  I          Display ID strings of printers
  Port       Show status(es) of all LPT Ports

  B          Show list of BAD (incompatible) printers found
  Beep:Y/N   BEEP Speaker when bad printer is found (Default = Yes)

  D:#        DISABLE printer index # (0-7, 255 = All)
  E:#        ENABLE printer index # (0-7, 255 = All)

  R:#              Soft RESET (Initialize) LPT# (1-9)
  M:From# To#      ReMAP (redirect) from LPT# to LPT# (1-9)
  Copy FileName #  COPY (print) filename to LPT# (1-9)
  FormFeed:Y/N  #  Send FormFeed after each text file copied
                   (Default = Yes)
  NoParallel:Y/N   Overwrite Parallel ports with USB ports (Default = No)
  IOAddress:#      Use # as "fake" base I/O Address in BIOS
                   (400h-FFE0h, divisible by 32 (20h), Default
                   = Automatic)

  AutoEpson:Y/N    Automatically send Epson USB select string
                   (Default = Yes)
  SendEpson:#      Manually Send Epson USB select string to LPT# (1-9)

Comments:

  USBPRINT is too complex and too long to describe it completely in
  htmlhelp. Please have a look into pages 165 till 175 of USBINTRO.DOC,
  see links below).

  For more information see:
    https://gitlab.com/FreeDOS/drivers/usbdos/-/tree/master/DOC/DOSUSB
  OR:
    C:\FREEDOS\DOC\usbintro.doc (too big for edit, please use
    another editor, e.g. Blocek!)
  OR:
    https://bretjohnson.us/

Examples:

  usbuhci    (only UHCI is supported at the moment!)
  usbprint

See also:

  boundtst
  dosutil
  drives
  hidsupt1
  inklevel
  irq
  print
  ps2mtest
  scantest
  thrust
  uni2asci
  usbdevic
  usbdos
  usbdrive
  usbhosts
  usbhub
  usbjstik
  usbkeyb
  usbmouse
  usbsupt1
  usbuhci
  usbuhcil
  vendorid

  Copyright © 2007-2009 Bret E. Johnson, help version 2023 W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.