home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / dcom / fax / 2144 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.5 KB  |  58 lines

  1. Newsgroups: comp.dcom.fax
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!pasteur!oxford.cs.berkeley.edu!sam
  3. From: sam@oxford.cs.berkeley.edu (Sam Leffler)
  4. Subject: Re: Need syntax to set T.30 session subparam code VR to 1
  5. Message-ID: <1992Nov20.162022.26846@pasteur.Berkeley.EDU>
  6. Sender: nntp@pasteur.Berkeley.EDU (NNTP Poster)
  7. Nntp-Posting-Host: oxford.berkeley.edu
  8. Reply-To: sam@oxford.cs.berkeley.edu (Sam Leffler)
  9. Organization: Silicon Graphics, Inc.
  10. References: <RWIFALL.92Nov19225427@dante.nmsu.edu> <ANDERSON.92Nov17142813@zymurgy.bms.com>
  11. Date: Fri, 20 Nov 1992 16:20:22 GMT
  12. Lines: 44
  13.  
  14. In article <RWIFALL.92Nov19225427@dante.nmsu.edu>, Richard J Wifall writes:
  15. > In article <ANDERSON.92Nov17142813@zymurgy.bms.com> 
  16. anderson@zymurgy.bms.com (Jay Anderson) writes:
  17. > >   My SupraFAXmodem v.32bis comes up expecting to send normal 98 lpi 
  18. bitmaps.
  19. > >   Using fax-3.2.1, and ghostscript with the driver=faxhigh parameter, I'm
  20. > >   generating the fine 196 lpi bitmaps.  I know that I could use device=faxlow
  21. > >   but I don't want to.
  22. >
  23. > >   What is the correct AT+F synatax to what I want (so I can modify lib/libfa
  24. >     Well, it's not quite that easy.  First of all, are you sure
  25. > that the fax you are sending too is capable of receiving the fine
  26. > quality?  If it isn't, then you are out of luck.  Secondly, it's not a
  27. > simple AT+F command. The actual resolution is negotiated based on the
  28. > capabilities of the sending and receiving machines during the "faxing"
  29. > process. So it also depends whether you are doing class 1 or class 2
  30. > commands.  I will assume that you are using class 2 commands (I am not
  31. > familiar with fax-3.2.1 but I assume that is what it uses)
  32. > The class two command is: AT+FDCC:VR,BR,WD,LN,DF,EC,BF,ST
  33. >  Where VR = vertical resolution ( 0=normal, 1=fine)
  34. >     BR = Bit rate
  35. >     WD = Page Width
  36. >     LN = Page length
  37. >     DF = Data compression format
  38. >     EC = Error Correction
  39. >     BF = Binary File Transfer
  40. >     ST = Scan Time
  41. > You probably will want to do AT+FDCC:1,5,0,2,0,0,0..
  42.  
  43. The set of parameters and the order that you give is correct, but you
  44. want to use the +FDIS command and to set the values you need to
  45. use +FDIS=VR,BR,WD,LN,DF,EC,BF,ST.  Also, since you just want
  46. to change the VR parameter, you can leave off the trailing parameters
  47. (they should not be changed) and so all you need is +FDIS=VR.
  48.  
  49.     Sam
  50. ---
  51. Sam Leffler                Voice: (415) 390-1269
  52. Silicon Graphics, Inc.            Email: sam@sgi.com
  53. Research & Development, 7U-005        FAX:   (415) 965-7824
  54. 2011 N. Shoreline Blvd            
  55. Mountain View, CA 94039-7311
  56.  
  57.