home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / BASIC / SNOB01.ZIP / SNOTERM.DOC < prev    next >
Encoding:
Text File  |  1985-07-15  |  3.8 KB  |  62 lines

  1.                      Snowcrest Terminal Emulator
  2.  
  3. The Snowcrest Terminal Emulator program allows the IBM Personal Computer 
  4. series to act as an asynchronous terminal at speeds up to 19,200 baud.  The 
  5. emulator program will operate through either the COM1 or COM2 asynchronous 
  6. ports of the computer.  Communication can use any parity scheme (8 bit, even 
  7. parity, odd parity, forced mark or forced space).  Information received from 
  8. the remote computer can be saved on the printer or on the disk (or both).  
  9. The user may even pass control to DOS, run other programs and return to the 
  10. terminal program without losing information arriving from the remote computer.
  11.  
  12. Operation -
  13. The terminal emulator program is first copied from the distribution disk to 
  14. the user's DOS disk using the DOS copy command.  The name of the program is 
  15. SNOTERM.EXE.
  16.  
  17. The program is then executed by typing SNOTERM.
  18.  
  19. The copyright screen will appear and wait for you to type any key.  The 
  20. terminal screen will then appear.  This screen is 24 lines high by 80 columns 
  21. wide.  The 25th line (status line) details the use of the function keys.
  22.  
  23. f1- This key ends the terminal emulator and returns to DOS.
  24. f2- This key sends a BREAK signal to the remote computer.  The signal will 
  25.     continue to be sent until this key is pressed again.
  26. f3- This key cycles the baud rates.  Each time the key is pressed a new baud 
  27.     rate will be selected.
  28. f4- This key cycles the parity options. "8 bit" will send and receive all 
  29.     eight bits of the keys selected (to send the high bits, it would be 
  30.     necessary to use the ALT-numeric pad sequence.  That is, to send an "a" 
  31.     with the high bit on, hold down ALT and type 225 on the numeric keypad.)  
  32.     "Even" or "odd" will send and receive even- or odd-parity data.  "Mark" 
  33.     will send and receive data with the parity bit always on.  "Space" will 
  34.     send and receive data with the parity bit always off.
  35. f5- This key turns the Data Terminal Ready line (dtr) on or off on the COM 
  36.     port which is selected.  Data Terminal Ready is pin 20 of the connector 
  37.     and if used with a modem will cause the modem to hang up the telephone 
  38.     when turned off.
  39. f6- This key turns the Request to Send line (rts) on or off on the COM port 
  40.     which is selected.  Request to Send must be on for most modems to allow 
  41.     the computer to transmit data.
  42. f7- This key will return to DOS while not ending the terminal emulator.  
  43.     Other programs may be run as long as they do not use the selected COM 
  44.     port. The terminal screen will continue to be updated. Data being sent to 
  45.     the disk or the printer will continue to be collected (up to the size of 
  46.     the internal buffers - about 25000 bytes), but that data will not be 
  47.     written to the printer or disk until the user returns to the terminal 
  48.     emulator program by typing "exit" to any DOS prompt.
  49. f8- This key selects COM1 or COM2 for communications.
  50. f9- This key turns the printer on or off.  The printer will print information 
  51.     as it is received.
  52. f10-This key turns disk collection on or off.  All information being received 
  53.     will be APPENDED to a disk file named CAPTURE.TXT.
  54.  
  55. This program is provided as a "Freeware" concept program.  Although it is
  56. copyrighted, Snowcrest extends permission to make copies FOR PERSONAL USE.
  57. This program may not be used for commercial gain without written permission
  58. from Snowcrest.  Sources in 8086 Macro Assembly Language are available by
  59. sending $39.95 to Snowcrest Computer Specialties, 527 McCloud Ave., Mt.
  60. Shasta, CA  96067.  Also included are sources to SNOBACK and SNOREST and
  61. the documentation binder for SNOBASIC.
  62.