home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / datacomm / 5357 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  1.0 KB

  1. Path: sparky!uunet!gatech!rutgers!cbmvax!cbmehq!cbmaus!cbmozq!vogue!richardc
  2. From: richardc@vogue.adsp.sub.org (Richard Carde)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: GPFax and GETTY
  5. Message-ID: <richardc.03qe@vogue.adsp.sub.org>
  6. Date: 24 Jul 92 01:33:53 GMT
  7. Organization: Amiga Developer (GPSoftware ACM093)
  8. Lines: 22
  9. X-NewsSoftware: GRn 1.16e (7/4/92) by Mike Schwartz & Michael B. Smith
  10.  
  11. To use GETTY and GPFax, here's an example DATACALL.GPF script
  12.  
  13. ------------------------CUT------------------
  14. /*
  15.  * $VER: DataCall.GPF 0.01 (12.07.92) rsc
  16.  *
  17.  * an ARexx script to start GETTY from a DATA call using GPFax
  18.  *
  19.  */
  20. options results
  21. address rexx_gpfax
  22. baudrate
  23. baud = result
  24. address command 'uucp:c/getty <nil: >nil:' "-B"baud "-Md" "-h0" "-c0"
  25. ------------------------CUT------------------
  26.  
  27. adjust the GETTY parameters to suit...
  28.  
  29. -- 
  30.   Richard Carde     Developer for GPSoftware     Ph: +61 7 300 6864
  31.     EMAIL: vogue.adsp.sub.org!richardc@cbmehq.commodore.com
  32.            cbmaus!cbmozq!vogue!richardc@cbmvax.commodore.com
  33.