home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / OSKBox.lzh / MAILBOX / CC / DOCS / hostube.doc < prev    next >
Text File  |  1991-04-08  |  3KB  |  70 lines

  1. NAME:
  2.  
  3.      hostube - packet host mode terminal interface.
  4.  
  5. AUTHOR:
  6.  
  7.      Eric Williams  WD6CMU, 71336,1424
  8.  
  9. SYSTEM CONFIGURATION:
  10.  
  11.      OS9/68K, MW C v2.0
  12.  
  13. SYNTAX:
  14.  
  15.      hostube <port>
  16.  
  17. DESCRIPTION:
  18.  
  19.      hostube provides a terminal-mode interface for use with the host mode
  20. translator program (host) in order to allow operator access to packet
  21. radio without interrupting host mode mailbox operations.
  22.  
  23.      The argument to hostube is the name of the SCF device which is
  24. connected to the TNC through which the operator wishes to communicate,
  25. minus the '/'.  hostube will use this port name to construct the pipe
  26. names through which it will communicate to the host translator.  If
  27. hostube makes successful contact with the host translator, the message
  28. "Connection established..." is printed, after which communication with a
  29. single channel of the TNC can take place.  If no response is received from
  30. host, the hostube program will abort.
  31.  
  32.      Communication from the TNC to the terminal is on a character-by-
  33. character basis: any characters received from the TNC will be displayed on
  34. the user's terminal.  No distinction is made between channel data and
  35. status messages, other than the form of the text.
  36.  
  37.      Communication from the terminal to the TNC is on a line basis in
  38. order to make use of the standard OS9 line editing features.  As soon as a
  39. character is typed on the terminal, output from the TNC pauses.  The user
  40. then completes the editing of the line and types carriage return, at which
  41. point the line is sent to the TNC (assuming that it is a line of data).
  42. Output from the TNC will then continue.
  43.  
  44.      If information other than data is to be sent, it is differentiated
  45. from data by the first character of the line.  If the first character is
  46. an escape (echoed by OS9 as '.'), the rest of the line is sent as a
  47. command to the TNC channel.  If the first character is a backslash ('\'),
  48. then the second character is interpreted as a hostube command.  The
  49. following commands are supported:
  50.  
  51.      \q: Quit.  Close all files and halt hostube/host communications.  No
  52.          disconnect of the TNC channel is performed.
  53.  
  54.      \c: CHD.  hostube will prompt for the new default data directory.
  55.  
  56.      \r: Receive.  hostube will prompt for a file name.  All subsequent
  57.          text received will be sent to the file.  If receiving is in
  58.          progress, the command will halt it.
  59.  
  60.      \t: Transmit.  hostube will prompt for a file name.  The contents of
  61.          the file will be sent as data to the TNC channel.  If
  62.          transmission is in progress, the command will halt it.
  63.  
  64.      \s: Escape to shell.  hostube will spawn a task and execute shell.
  65.          To return to hostube, type ESC.
  66.  
  67.      If a character was typed on the terminal by mistake, TNC to terminal
  68. communication can be resumed by typing a line with a single backslash on
  69. it.
  70.