apple2js/js/ui
Ian Flanigan f5ad2cca16
Track raw parallel port output and allow it to be downloaded (#36)
This change adds a download link to the printer dialog. The contents
of the download will be the raw bytes written to the parallel
interface. Note that often these bytes will have the high-bit set
causing the contents to look like gibberish.

However, this is extremely handy because it allows one to turn the
printer output into a PDF:

1.  In Appleworks (for example) configure an Apple ImageWriter in slot
    1 and print a file.
2.  Download the printer output.
3.  Download the header file from https://github.com/AppleWin/AppleWin/files/1168047/ImageWriterEmulator-NoLF.ps.txt
4.  In Linux, run:
    ```shell
    $ cat ImageWriterEmulator-NoLF.ps.txt raw_printer_output.bin | ps2pdf - printer_output.pdf
    ```

Note that the parallel port emulation in apple2js does not yet support
Print Shop, so I haven't been able to test that out.
2020-10-17 16:53:13 -07:00
..
apple2.js Track raw parallel port output and allow it to be downloaded (#36) 2020-10-17 16:53:13 -07:00
audio.js New machine, new lint 2020-07-20 17:12:50 -07:00
drive_lights.js Style cleanup 2020-04-23 19:48:52 -07:00
gamepad.js Remove jQuery and jQuery UI dependencies. 2019-03-12 21:11:00 -07:00
keyboard.js Fix lint. 2020-04-23 19:50:19 -07:00
printer.js Track raw parallel port output and allow it to be downloaded (#36) 2020-10-17 16:53:13 -07:00
tape.js Show audio error when loading tape. 2020-08-23 06:36:59 -07:00