Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.0 KiB

  1. === KYOCERA PCL implementation guideline ===
  2. --- General
  3. o Add new custom feature "HardDiskUnit". (for installable option "HD-1/2")
  4. Disable features "HardDisk", "BarCode", and "BarCodePosition".
  5. o Add new custom feature "HardDisk".
  6. o Add new custom feature "BarCode".
  7. o Add new custom feature "BarCodePosition".
  8. o Add new custom feature "RamDisk". (LS-6300 only)
  9. o Add "PageProtect" feature.
  10. o Add "EconoMode" feature.
  11. o Add "PrintDensity" feature. Replace if it already exists.
  12. o Remove "MediaType" feature but replace for supported models.
  13. (Commands in "CmdSelect" will be moved to somewhere)
  14. o Replace "PrintQuality" feature for models which "MediaType" supported.
  15. --- Command order.
  16. *) Command will be changed if "HardDiskUnit" is available.
  17. +) Command will be changed if "RamDisk" is available.
  18. DOC_SETUP:
  19. StartDoc 1 "!R!;sem6;FFTO0;CMNT...;exit;<1B>%%-12345X@PJL<0D0A>"
  20. PageProtect 2 "@PJL SET PAGEPROTECT=ON<0D0A>"
  21. PrintDensity 3 "@PJL SET DENSITY=1<0D0A>"
  22. EconoMode 4 "@PJL SET ECONOMODE=OFF<0D0A>!R!;EPL0;exit;"
  23. Resolution 5 "!R!RESL600;exit;<1B>*t600R<1B>&u600D<1B>*r0F"
  24. *HardDisk 6 "!R!JOBS1," : None
  25. +RamDisk 6 "!R!JOBS0," : None
  26. +*CmdCopies 7 %d{NumOfCopies}"," : "<1B>&l"%d{NumOfCopies}"X"
  27. *BarCode 8 "2," : None
  28. *BarCodePos 9 "0,0,%"Windows2000%",%"Kyocera%",%"%";EXIT;" : None
  29. PrintQuality 10 "!R!sir0;exit;"
  30. Orientation 11 "<1B>&l0O"
  31. Duplex 12 "<1B>&l0S"
  32. MediaType 13 "!R!MTYP0;exit;"
  33. InputBin 14 "!R!CMNT CurrentCass;EXIT;"
  34. OutputBin 15 "!R!STAK1;EXIT;"
  35. PaperSize 16 "!R!spsz0,0;spsz8;stm0;exit;<1B>*p0x0Y<1B>*c0...
  36. PAGE_SETUP:
  37. StartPage 1 "<1B>*b0M<0D>"
  38. JOB_FINISH:
  39. +*EndJob 1 "<1B>E<1B>%%-12345X!R!JOBT;FFTO1;res;exit;" :
  40. "<1B>E<1B>%%-12345X!R!FFTO1;res;exit;"
  41. --- Model specific
  42. o Driver shared with US models.
  43. FS-600
  44. o RAM Disk
  45. LS-6300
  46. o HD and BarCode
  47. LS-6700
  48. LS-6700S
  49. LS-6800
  50. LS-7000
  51. LS-7700
  52. LS-9000
  53. o "MediaType" supported
  54. LS-7700
  55. LS-9000