home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / pfont.lha / PFont-Config < prev    next >
Text File  |  1990-07-15  |  1KB  |  36 lines

  1. PAR:
  2. 1b 40
  3. 1b 7e 35 01
  4.  
  5. 1b 3a 00 00 00
  6. 1b 3d 0f 00 14 * 00 00
  7. 1b 49 06
  8. 1b d0
  9. 21
  10. 7e
  11.  
  12. Comments may follow the config file, like this. This config file is for
  13. the Commodore MPS-1250. When PFont was tested, dip switches 1 and 6 were
  14. in the ON position, all other dip switches were off. The MPS-1250 will only
  15. accept a few download characters in Epson mode (which is how mine is
  16. usually set) so line 3 sets IBM mode, which allows all characters between
  17. 0x20 and 0x7e to be defined.
  18.  
  19. Each line in the config file must:
  20.  
  21.  - begin in the first column.
  22.  - end with a return immediately after the last entry, with no extra
  23.    spaces or other characters.
  24.  
  25. Line 1 - Selects device, either SER: or PAR:.
  26. Line 2 - Hex escape sequence to reset the printer.
  27. Line 3 - Optional hex initalization sequence 1.
  28. Line 4 - Optional hex initalization sequence 2.
  29. Line 5 - Hex sequence to copy ROM printer font to RAM.
  30. Line 6 - Hex sequence to download a single character. Use * to represent the
  31.          number of the character being defined.
  32. Line 7 - Hex sequence to acticate the RAM font just downloaded.
  33. Line 8 - Optional hex post download sequence.
  34. Line 9 - Hex value for lowest character to download.
  35. Line 10- Hex value for highest character to download.
  36.