home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / ibm / pc / misc / 11524 < prev    next >
Encoding:
Internet Message Format  |  1992-08-15  |  1.6 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!swrinde!network.ucsd.edu!mvb.saic.com!unogate!beckman.com!rlmeyering
  2. From: rlmeyering@beckman.com
  3. Newsgroups: comp.sys.ibm.pc.misc
  4. Subject: NEED FAX/MODEM WITH CALLABLE INTERFACE!
  5. Message-ID: <1992Aug15.111328.965@beckman.com>
  6. Date: 15 Aug 92 18:13:28 GMT
  7. Organization: Beckman Instruments, Inc.
  8. Lines: 45
  9.  
  10. ***** PLEASE SEND RESPONSES VIA E-MAIL ******
  11.  
  12. Hi,
  13.  
  14. I am writing software that will utilize fax/modem boards to send/receive
  15. faxs and data files. Does anyone have a recomendation for
  16. the fax/modem boards... I want to buy boards that offer software that I can
  17. call from my FOXPRO2 program, and that I can get meaningfull completion
  18. status codes back from. Also, I would like to be able to setup the port/FAX
  19. and MODEM from my program. Any ideas ???
  20.  
  21. Example of how I would like to implement this in my app:
  22.  
  23.     status=setup("FAX",.....)
  24.     if !Status
  25.         @ 10,10 say "Unable to setup FAX, request aborted"
  26.         return .f.
  27.     endif
  28.  
  29.     status=send("FAX","file.dat","714-888-3233")
  30.         if !Status
  31.         do case
  32.             case status=BUSY
  33.                 .....
  34.             case status=NOANSWER
  35.                 .....
  36.             case status=INTERUPTED
  37.                 ....
  38.             case status=....etc...
  39.                 ....
  40.             otherwise
  41.                 ...
  42.         endcase
  43.     else
  44.         @ 10,10 say "Your FAX has been succesfully transmitted"
  45.     endif
  46.  
  47.                     Thanks for your help!
  48.  
  49. ---------------------------------------------------------------------------
  50.    Bob Meyering                   Internet: rlmeyering@beckman.com
  51.    Beckman Instruments, Inc.         Phone: 714/961-3376
  52.    2500 Harbor Bl. Mailstop X-12       FAX: 714/961-3351
  53.    Fullerton, CA  92634          Call Sign: KD6AUK
  54. ---------------------------------------------------------------------------
  55.