home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / comms / streamer / streamerdoc / html / conf_tnc < prev    next >
Text File  |  1995-04-13  |  3KB  |  53 lines

  1. <html>
  2. <head>
  3.  
  4. <!-- HTML document saved from Computer Concepts' Impression -->
  5. <!--      using ben's HTML saver  (c) Ben Summers 1995      -->
  6. <!--        for more info, email ben@cconcepts.co.uk        -->
  7.  
  8. <!-- Exported from document 'Streamer' -->
  9.  
  10. <title>Streamer User Guide - TNC configuration</title>
  11. </head>
  12. <body>
  13. <h2><a name = "conftnc">Configuring your tnc</a></h2>
  14. <h3><a name = "sstrop">single stream operation</a></h3>
  15.  
  16. In single stream mode Streamer behaves just like an ordinary split screen terminal emulator. You can use 
  17. whatever tnc settings you like. If you usually set your tnc to echo user input you might prefer to set echo off. 
  18. Streamer can be configured to display user input itself, in which case it can be coloured differently to 
  19. distinguish it from received data.<p>
  20. <h3><a name = "mstrop">multiple stream operation</a></h3>
  21.  
  22. Tnc configuration for multiple stream operation is critical. You should set the following parameters or their 
  23. equivalent on your tnc:<p>
  24. <code>
  25. streamcall on<p>
  26.  
  27. users 0 </code>(or as many as it can cope with)<code><p>
  28.  
  29. echo off </code>(or <code>on</code>, but you won't get coloured tx data)<code><p>
  30. </code>
  31. You can set your line end sequence to be a CR only, LF only, CR + LF or LF + CR. Streamer will accept 
  32. any of these automatically.<p>
  33.  
  34. If your tnc has the <code>RXBlock</code> command (Pac-Comm for example) set it <code>on</code> and configure Streamer 
  35. appropriately.<p>
  36.  
  37. When using multiple streams, Streamer keeps a track of the mode (cmd, conv or trans) of each. This means 
  38. that you do not need to change modes manually (to change the mode for a stream use the <code>Stream->Client</code> 
  39. menu). For this to work you must set <code>nomode on</code>. This stops the tnc from changing mode automatically on a 
  40. connect or disconnect. Instead, Streamer will set the mode itself, and thus is sure to know what mode the tnc 
  41. is in at any time. Also, this method can at times reduce the amount of switching between modes. You might 
  42. be used to operating with <code>nomode off</code> and <code>newmode on</code>, in which case the tnc will go into conv mode as 
  43. soon as you request a connect. With this version of Streamer the tnc will remain in cmd mode until the 
  44. connexion is established.<p>
  45.  
  46. If you prefer to use manual mode switching deselect <code>Auto mode</code> from the <code>Stream -> Client</code> menu. The 
  47. stream title will always claim to be in cmd mode, but you can ignore this.<p>
  48.  
  49. If you intend to use binary transfer or <code>RXBlock</code> mode you should set your tnc for 8-bit communications. <p>
  50. <a href = "../Manl_html">Back to contents page</a>
  51. </body>
  52. </html>
  53.