home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / demos / program / afaxdemo.lzh / AfaxDemo / docs / ReadMe < prev    next >
Text File  |  1992-10-10  |  663b  |  32 lines

  1.  
  2.     AfaxSend 1.34 9OCT92 23:00
  3.     =============
  4.  
  5. Experimental version with Xon/Xoff flow control when transmitting.
  6. To enable XonXoff mode, you must have a config entry (or environmental
  7. or local variable):
  8.  
  9. XonXoff 1
  10.  
  11. Actually, any number will do for now, but use 1 for future compatability.
  12.  
  13. => 1.34
  14.  
  15. This one checks for XON/XOFF every 10 characters, not every 1000 as
  16. 1.33 did.
  17.  
  18. It also prints out characters received while transmitting, in case the
  19. modem sends things other than XON/XOFF. These are not checked for as yet.
  20.  
  21. To see the debug info, from a shell, type
  22.  
  23. afaxsend -d3 number faxfile
  24.  
  25. eg
  26.  
  27. mkafax my_text_file ram:fx
  28.  
  29. afaxsend 052786355 ram:fx
  30.  
  31.  -David
  32.