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

  1. Newsgroups: comp.dcom.fax
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!hobbes.physics.uiowa.edu!news.iastate.edu!pooh.cc.iastate.edu!rwifall
  3. From: rwifall@nmsu.edu (Richard J Wifall)
  4. Subject: Re: Need syntax to set T.30 session subparam code VR to 1
  5. In-Reply-To: anderson@zymurgy.bms.com's message of Tue, 17 Nov 1992 19:28:13 GMT
  6. Message-ID: <RWIFALL.92Nov19225427@dante.nmsu.edu>
  7. Sender: news@news.iastate.edu (USENET News System)
  8. Organization: NMSU Computer Science
  9. References: <ANDERSON.92Nov17142813@zymurgy.bms.com>
  10. Date: Fri, 20 Nov 1992 04:54:27 GMT
  11. Lines: 39
  12.  
  13. In article <ANDERSON.92Nov17142813@zymurgy.bms.com> anderson@zymurgy.bms.com (Jay Anderson) writes:
  14.  
  15. >   My SupraFAXmodem v.32bis comes up expecting to send normal 98 lpi bitmaps.
  16. >   Using fax-3.2.1, and ghostscript with the driver=faxhigh parameter, I'm
  17. >   generating the fine 196 lpi bitmaps.  I know that I could use device=faxlow
  18. >   but I don't want to.
  19. >
  20. >   What is the correct AT+F synatax to what I want (so I can modify lib/libfa
  21.     Well, it's not quite that easy.  First of all, are you sure
  22. that the fax you are sending too is capable of receiving the fine
  23. quality?  If it isn't, then you are out of luck.  Secondly, it's not a
  24. simple AT+F command. The actual resolution is negotiated based on the
  25. capabilities of the sending and receiving machines during the "faxing"
  26. process. So it also depends whether you are doing class 1 or class 2
  27. commands.  I will assume that you are using class 2 commands (I am not
  28. familiar with fax-3.2.1 but I assume that is what it uses)
  29. The class two command is: AT+FDCC:VR,BR,WD,LN,DF,EC,BF,ST
  30.  Where VR = vertical resolution ( 0=normal, 1=fine)
  31.     BR = Bit rate
  32.     WD = Page Width
  33.     LN = Page length
  34.     DF = Data compression format
  35.     EC = Error Correction
  36.     BF = Binary File Transfer
  37.     ST = Scan Time
  38. You probably will want to do AT+FDCC:1,5,0,2,0,0,0..
  39.  
  40. >   Thanks,
  41.     Sure.. :)
  42.  
  43. >   Jay Anderson
  44.     Richard Wifall
  45.  
  46. --
  47. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=++=+==+=+=+=+=+=+=+=+=+=+
  48. |Richard Wifall - rwifall@nmsu.edu - IRCnick: TheJazz - Member GS<>IRC        |
  49. |-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-|
  50. |Ask me about DeskTracker, BorderBlinker, and a demo that Dave hasn't finished|
  51. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  52.