home *** CD-ROM | disk | FTP | other *** search
- Update History
- ==============
- 01/25/92 3.1c
- 1. Supports Czechoslovakia and Arabic characters.
-
- 01/15/92 3.1b
- 1. Temporary files are placed on a RAM driver if you have one installed
- via your CONFIG.SYS file and if you set the TEMP=environment variable
- to point to it. Using a RAM driver for tmp files speeds up RFAX viewer,
- provided you have sufficient memory besides the memory consumed by the
- RAM drive.
- The RAM driver should be at least 256KB for saving a A4 size fax.
- 2. Fixed the Auto answer sequence.
- 3. Auto detects the IRQ setting while installing the software.
-
- 10/08/91 3.1a
- 1. Porvide DTMF and Transmit level control
- 2. S29 - new S register
- 3. Add Hebrew characters
-
- 09/01/91 Recersion 3.1
- 1. Support international character sets. .
- You can type dot command ".SF n" in quick letter to select the
- different countries. The variations are shown on STYLE.LET,the value
- of n determines which character set is sent, as shown below.
- ------------------------------------------------
- n country n country
- ------------------------------------------------
- 0 USA 7 Spain I
- 1 France 8 Japan
- 2 Germany 9 Norway
- 3 United Kingdom 10 Denmark II
- 4 Denmark I 11 Spain II
- 5 Sweden 12 Latin America
- 6 Italy
-
- # Country 0~12 are defined by EPSON printer
- ------------------------------------------------
- 13 Turkish 14 Russian
- 15 Yugoslavia 16 Hebrew (16x16 only)
- 17 Czechoslovakia 18 Arabic (16x16 only)
- ------------------------------------------------
- 437 USA English 850 Multilingual
- 860 Portuguese 863 Canadian French
- 865 Norwegian and Danish
-
- # Defined by IBM - CODE PAGE
- -------------------------------------------------
- 2. More symbols for quick letter. (Expanded characters)
- By using Ctrl-F () to mark the expanded characters.
- 3. Fixed the EPSON 24pin printer problem.
- 4. Fixed the Auto answer function. In the previouse version,
- the fax board might wait more than the ring setting.
- 5. Fixed the sending problem with a 2D fax machine.
-
- 06/01/91 Recersion 3.0
- 1. Supports EIA SP2388 (Tr29.2) Class 2 fax commands set.
- ************************************************************************
- TSRFAX commands
- options:
- /f:Filename - File to send, Queue or wildcard ok.
- /p:FaxNumber - Fax number or PhoneBook to dial
- /d:Date&Time - Time to send
- /m:Mode - Operating mode
- /t:To - Paste 'To' message
- /a:Attn - Paste 'Attn' message
- /r - Stay in memory
- /u - Unload the program
- Input Format:
- 1) Time - MM/DD/YY+HH:MM 24 hour
- 2) Mode 0 - Send fax
- Return Code:
- 00 - Procedure OK.
- Input Error
- 40 - Fax number error
- 41 - File not found
- 42 - Time format error
- 43 - Unknow operating mode
- Sending Error
- 0~9 - Call placement and termination
- 0 - Normal and proper end of connect
- 1 - Ring detect without successful handshake
- 2 - Call aborted, from +FK or <CAN>
- 3 - No loop current
- 10~19 - Transmit Phase A & miscellaneous errors
- 10 - Unspecified Phase A error
- 11 - No Answer (T.30 T1 timeout)
- 20~39 - Transmit Phase B Hangup Codes
- 20 - Unspecified transmit Phase B error
- 21 - Remote cannot receive or send
- 22 - Error in transmit Phase B
- 23 - Invalid command received
- 24 - RSPEC error
- 25 - DCS sent three times without response
- 26 - DIS/DCS received 3 times; DCS not recognized
- 27 - Failure to train at 2400 bps or +FMINSP value
- 28 - RSPREC invalid response received
- 40~49 - Transmit Phase C Hangup Codes
- 40 - Unspecified transmit Phase C error
- 43 - DTE to DCE data underflow
- 50~69 - Transmit phase D Hangup Codes
- 50 - Unspecified transmit Phase D error
- 51 - RSPREC error
- 52 - No response to MPS repeated 3 times
- 53 - Invalid response to MPS
- 54 - No response to EOP repeated 3 times
- 55 - Invalid response to EOP
- 56 - No response to EOM repeated 3 times
- 57 - Invalid response to EOM
- 58 - Unable to continue after PIN or PIP
- 70~89 - Receive Phase B Hangup Codes
- 70 - Unspecified receive Phase B error
- 71 - RSPREC error
- 72 - COMREC error
- 73 - T.30 T2 timeout, expected page not received
- 74 - T.30 T1 timeout after EOM received
- 90~99 - Receive Phase C Hangup Codes
- 90 - Unspecified receive Phase C error
- 91 - Missing EOL after 5 seconds
- 92 - unused code
- 93 - DCE to DTE buffer overflow
- 94 - Bad CRC or frame (ECM or BFT modes)
- 100~119 - Receive Phase D Hangup Codes
- 100 - Unspecified receive Phase D errors
- 101 - RSPREC invalid response received
- 102 - COMREC invalid response received
- 103 - unable to continue after PIN or PIP
- 128 - Fax/Modem hardware error
- 129 - Ok
- 130 - Connect ok
- 131 - No carrier
- 132 - No Dial Tone
- 133 - Receive RingBack
- 134 - Line BUSY
- 120~127, 135~167, 172~255 - Reserved codes
-
-
- Bit-Mapped Graphics file support
- --------------------------------
- PCX,PCC files
- These are the files used to hold images for Z-Soft's PC Paintbrush package.
- These can range from monochrome to 256-colour images. Only the B&W formats
- are supported by RFAX. The Z-Soft provieds a utility - GRAYTOBW.EXE
- to convert a color image to dithered B&W format.
-
- TIFF files
- To accommodate the variety of TIFF files currently being produced, three
- main TIFF variables are image type,compression,and byte order. The image
- type can be black and white or grayscale. The compression can be PackBits
- (black and white only), or no-compression. Byte order can be low/high
- ('II') or high/low('MM').
- Some applications, such as Ventura Publisher, have trouble reading
- grey scale TIFF files which have been compressed. For this reason,
- RFAX defaults to creating uncompressed & Intel number format TIFF files.
-
- MSP files
- These are the image files used by the paint program which comes
- with Microsoft Windows. Don't confuse these with PCX files...
- some versions of Windows came with a Windows implementation of PC
- Paintbrush from ZSoft as well. The two programs... and the two
- file formats... are not compatible. MSP files are monochrome
- only.
-
- Dr. Halo Cut files
- Black and white files are supported.
-
- CAP files
- RFAX can send the EPSON dot matrix print-out file. You can create such
- file by CAPTURE. The print-out file must have the "CAP" extension.
- For a best output, we suggest you select Quadruple density (240 dpi) to
- capture graphic output on a 9PIN printer, and using Triple density (180 dpi)
- on a 24PIN printer.
-
- MacPaint files
- These can come in two flavours. The most common one is straight
- ported MacPaint files, that is, files having the "MacBinary"
- header. The other is "headerless" files, these being the ones
- used with PFS:First Publisher. RFAX reads both types.
- Only monochrome files can be converted to MacPaint files,
- since MacPaint in a monochrome-only 576x720 format.
-
- GEM/IMG files
- There are actually quite a few variations on IMG files. Only the
- monochrome ones are currently supported by RFAX.
- This is the format used by Ventura for its monochrome image file
- format. Any size monochrome image can be converted to this
- format.
-
- TRADEMARKS
- MANY PRODUCT NAMES FOUND THROUGHOUT THIS FILE ARE TRADEMARKS OF VARIOUS
- COMPANIES.