Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.26 KB

Emboss.md

File metadata and controls

54 lines (39 loc) · 2.26 KB

Table of Contents

Emboss

Sends a PEF-file to an embosser for embossing.

One argument is required, and can be one of the following:

  • path to a file
  • --clear
  • --setup

Upon the first run, the application will ask the user for the required setup:

  • device
  • embosser model
  • embosser table (if applicable)
  • paper size
  • paper orientation

The file will be sent directly to the embosser on subsequent runs. To change settings, use either --setup or --clear.

Change settings

When changing settings, the CLI will ask some questions about the device, model, braille table and paper size. See below for more information.

When using --setup all setup details will be collected from the user interactively. If setup has already been performed, previous values will be used as defaults (if applicable). When using --clear, the current settings are deleted. The next time the application is started, it runs as on the first run.

Device

The device is the address where the embosser can be contacted. In most cases this should be intuitive. If your device does not show up, make sure that the embosser is turned on.

Embosser Model

Note that the same embosser model may communicate differently depending on firmware or hardware version. Make sure that the embosser version is correct.

Embosser Table

Some embossers require that a table is chosen by the user for the purpose of communication. Make sure that the table chosen in the user interface matches the value expected by the embosser.

Paper Size

Verify that the paper in the embosser matches the value in the user interface. Some embossers uses rolls of paper. In this case, select a paper size that matches the intended paper size once cut.

Paper orientation

...

Optional Arguments

The following optional arguments are available:

  • range
  • copies
  • dir

range

Specifies the range of pages to emboss, for example --range=1-3.

copies

Specifies the number of copies.

dir

Specifies an output directory for the embosser data. If this is set, no data will be sent to the embosser. Instead, the files will be saved to this folder. The contents of the files are exactly what the embosser would have received if this option was not set.