home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / cpm68k / utils.lbr / HEX.MQN / HEX.MAN
Encoding:
Text File  |  1986-05-22  |  1.1 KB  |  30 lines

  1. -*-fill,indent:0,fillw:70-*-
  2.  
  3.          TOHEX and FROMHEX - Hex Conversion Programs
  4.          ===========================================
  5.  
  6.                   by
  7.                 Robert Heller
  8.  
  9.     Synopis:
  10.     TOHEX binaryfile >hexfile
  11.     FROMHEX hexfile binaryfile
  12.  
  13.     The binaryfile is any file, espically non-text files, to be
  14. either converted to hex format (TOHEX) or to be restored from hex
  15. format (FROMHEX).  The hexfile is a hex format file, either created by
  16. TOHEX or used as input to FROMHEX.  The hex format is the same as
  17. KIM-1 paper tape format[KIMUM1976].  The hexfiles are text files and
  18. can be transmited as 7-bit ASCII characters over serial lines (ie
  19. RS232) and converted back to binary format at a later time.  TOHEX
  20. generates checksum and record number for each `record'.  This
  21. information is used by FROMHEX to check to be sure there weren't any
  22. characters lost or scrambled in transmission.
  23.  
  24.                   REFERENCES
  25.                   ==========
  26.  
  27. [KIMUM1976] - MOS Technology, Inc. Publications Number 6500-15B,
  28.           "KIM-1 User Manual", August, 1976.  Appendix F: "Paper 
  29.               Tape Format"
  30.