home *** CD-ROM | disk | FTP | other *** search
/ The First Hungarian Family / The_First_Hungarian_Family_CD-ROM.bin / internet / commun / aced32 / faxinit.doc < prev    next >
Text File  |  1994-11-29  |  2KB  |  63 lines

  1.  
  2. ACTL.EXE sees the ';' character as a comment character, and does not
  3.      copy any characters following ';'.
  4.  
  5. If you want to use the Auto/Answer mode with FAX modems you will need
  6. to enter the following yourself.
  7. Here are the three Host Init strings I use with AceComm in Auto/Answer
  8. mode. The following init strings allows my Supra 28.8 modem to answer
  9. calls and detect FAX from DATA calls. AceComm will determine BBS callers
  10. from EMSI mailer calls.
  11.  
  12. Host Init Strings
  13. -----------------
  14. +++ATZ^M~ATMQW2&C1&D2&K3
  15. AT+FCLASS=2;+FCR=1;+FLID="602 846 2940";AT+FDCC=0,5,0,0,0,0,0,7
  16.  
  17. Note: that BGFAX initializes the modem with FLID and FDCC commands
  18.       from BGFAX.CNF so they could be removed. I have them in for
  19.       my own purposes.
  20.  
  21. Answer String
  22. -------------
  23. AT+FAA=1;A
  24. The FAA=1 tells the FAX modem to answer for both DATA and FAX calls.
  25.  
  26. Dialing Data Numbers
  27. --------------------
  28. You also need to add +FCLASS=0 to the dial string when using AceComm
  29. as a mailer with FAX modes.
  30. Dial String
  31. -----------
  32. AT+FCLASS=0Q0X4DT
  33.  
  34. AceComm will re init the modem after any calls in or out while in
  35. Auto/Answer mode. If you call out from the Dialing directory, it is
  36. best to toggle the Scheduler. <Schedules> macro toggles the scheduler.
  37. Default key press is ALT+E.
  38.  
  39.  
  40.  
  41. Calling BGFAX From AceComm
  42. --------------------------
  43. At this time I cannot get BGFAX to run directly from my <RunProg> macro.
  44. It locks up everytime on my computers. The following works perfectly:
  45.  
  46. <RunProg>COMMAND.COM /C recvfax.bat [DIR_DNLDS] %P
  47.  
  48. You will see this macro stack in the Auto/Answer Setup menu, and in
  49. the External Protocols/Uploads Setup menu.
  50. REMEMBER: The Scheduler must be active for the Auto/Answer menu configurations
  51. to work. Auto/Answer is activated/deactivated with the scheduler.
  52.  
  53.  
  54. RECVFAX.BAT and SENDFAX.BAT contain the actual calls to BGFAX.
  55.  
  56. [DIR_DNLDS] can be replaced with any path you want a FAX to recieve to.
  57. AceComm puts your downloads PATH in the [DIR_DNLDS] spot. %P is replaced
  58. with the comm port.
  59.  
  60. I use comm 4 IRQ 5 here. See the RECVFAX.BAT for my com3/irq5 setup.
  61. Odd ports are documented in BGFAX.DOC
  62.  
  63.