home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / fax-3.2.1 / doc / C2DOC next >
Encoding:
Text File  |  1992-07-31  |  853 b   |  49 lines

  1. Class 2 Parameters:
  2.  
  3.   (set desired transmission params with +FDT=DF,VR,WD,LN)
  4.  
  5.   VR = Vertical Resolution (lpi)
  6.               0     normal: 98
  7.              1     fine:   196
  8.  
  9.   BR = Bit Rate (bps)
  10.                    0     2400
  11.              1     4800
  12.             2    7200
  13.             3    9600
  14.  
  15.   WD = Page Width    
  16.               0    1728 pixels in 215 mm
  17.             1    2048 pixels in 255 mm
  18.             2    2432 pixels in 303 mm 
  19.  
  20.   LN = Page Length (mm)
  21.               0    A4: 297
  22.             1    B4: 364
  23.             2    unlimited
  24.  
  25.   DF = Data Compression Format
  26.             0    1-D modified Huffman
  27.             1    2-D modified Read
  28.             2    2-D uncompressed mode (?)
  29.  
  30.   EC = Error Correction
  31.             0    disable ECM
  32.             1    enable ECM 64 bytes/frame
  33.             2    enable ECM 256B/frame
  34.  
  35.   BF = Binary File Transfer 
  36.             0    disable BFT
  37.             1    enable BFT
  38.  
  39.   ST = Scan Time (ms)
  40.             VR     Normal   Fine
  41.             0        0        0
  42.             1    5        5
  43.             2    10       5
  44.             3    10       10
  45.             4    20       10
  46.             5    20       20 
  47.             6    40       20
  48.             7    40       40
  49.