home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / kaypro / dump1084.doc < prev    next >
Text File  |  1984-07-21  |  3KB  |  61 lines

  1.  
  2.  
  3. Using Dump10 OR Dump484
  4.  
  5. To use the screen to printer dump simply enter DUMP10 <carriage return>
  6. if you have a 10 (or DUMP484 if you have a new 4-84).
  7. From then until you either reset your computer (with the button in back)
  8. or turn it off, every time you hold the control key down and strike the W
  9. (enter control W) the ascii characters that you see on the screen of your
  10. Kaypro will be sent to the printer. This is true even if you are in another
  11. program such as DDT or your text editor. This version does not dump graphics
  12. characters.
  13.  
  14. Some people will not want to use control W for the screen dump character.
  15. You may change the character to any thing you want but realize that the
  16. character you use will be unavailable for its old purpose. Using control
  17. W has worked for me because the only time I use to use control W was in
  18. my text editor to move the cursor to the end of the next word. When the
  19. screen dump is on this is no longer the case. Control W dumps the screen
  20. to the printer and the editor never sees it.
  21.  
  22. To change the screen dump character use DDT. The process goes as follows.
  23. Everything behind the semicolons are my comments:
  24.  
  25. A>DDT DUMP24.COM    ;1. Enter this...DDT.COM must be on the disk  
  26. DDT VERS 2.2
  27. NEXT PC        ;2. DDT prints this information about the program
  28. 0200 0100    ;     and itself
  29. -S160        ;3. The minus sign is DDT's prompt I entered "S160"
  30. 012E 17 00    ;4. DDT printed the first 2 #'s I entered the number
  31.         ;   of the new character to use for the ScreenDump (00)
  32. 012F C0 .    ;5. DDT printed the first 2 numbers I entered the period
  33. -^C        ;6. I enter a control C to exit DDT
  34. Warm Boot    ;7. The computers response
  35.  
  36. A>SAVE 1 NEWDS.COM    ;8. Now save as a file called NEWDS.COM
  37. A>
  38.  
  39. In the above I changed the dump screen character form 17 hex(control W) to
  40. 00 hex (control @). The hex numbers for the control characters are listed
  41. below. Now if I hit the reset button and enter NEWDS a control @ will dump
  42. the screen to the printer.
  43.      
  44. HEX  CHAR        ASCII DESIGNATION     HEX  CHAR        ASCII DESIGNATION 
  45. 00 - control @   NUL                   10 - control P   DLE 
  46. 01 - control A   SOH                   11 - control Q   DC1     
  47. 02 - control B   STX                   12 - control R   DC2
  48. 03 - control C   ETX                   13 - control S   DC3
  49. 04 - control D   EOT                   14 - control T   DC4
  50. 05 - control E   ENQ                   15 - control U   NAK
  51. 06 - control F   ACK                   16 - control V   SYN
  52. 07 - control G   BELL                  17 - control W   ETB
  53. 08 - control H   BackSpace             18 - control X   CAN
  54. 09 - control I   HorizontalTab           19 - control Y   EM
  55. 0A - control J   LineFeed              1A - control Z   SUB
  56. 0B - control K   VerticalTab           1B - control [   ESCape
  57. 0C - control L   FormFeed              1C - control \   FS
  58. 0D - control M   CarriageReturn        1D - control ]   GS
  59. 0E - control N   SO                    1E - control ^   RS
  60. 0F - control O   SI                    1F - control _   US
  61.