home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR10 / SANA1.ZIP / SANA.DOC next >
Text File  |  1993-04-22  |  3KB  |  81 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.         -------------------------------------------------------------
  8.  
  9.     
  10.  
  11.  
  12.           SANA   A small protocol analyser for the RS232 Interface 
  13.  
  14.  
  15.  
  16.  
  17.         -------------------------------------------------------------
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.         1) Short Introduction
  26.         ----------------------
  27.  
  28.         By using this program you are able to display any character 
  29.         that's sended or received across a serial connection.
  30.         This is very helpful, if you are implementing a more complicated 
  31.         serial protocol like ISO T=1 or XMODEM.
  32.         To monitor a serial connection you need a second PC with two
  33.         serial ports.Connect the one commu. partener to COM1 and the other 
  34.         to COM2 and start SANA.SANA will bridge the connection and display
  35.         all bytes.
  36.         As a special feature, you are able to choose different parameters for 
  37.         each port, so you can convert baudrates, parity settings and so one.
  38.         The program is able to transfer data up to 115KBaud, but if you 
  39.         activate the implemented capture function, it is possible that the
  40.         time gaps between two chars will grow.
  41.  
  42.         1a) Used software 
  43.         -----------------
  44.  
  45.         I used the shareware version of the ASYNC library by Nordtech Research
  46.         which is available on the Microsoft Languages - Forum in CompuServe.
  47.         The program was written in C, using version 7.00 of Microsoft's C - 
  48.         Compiler.
  49.  
  50.         
  51.         1b) Bugs / History
  52.         ------------------
  53.  
  54.         You will see, that this is this first version of SANA, so if you
  55.         find a bug or something that should be implemented in another 
  56.         way, please send me a message via CompuServe !
  57.  
  58.  
  59.         2.) Using SANA 
  60.         --------------
  61.  
  62.         For monitoring a connection start SANA on the monitor - PC and select 
  63.         the parameters used on the line. Connect your other equiptment as
  64.         usual.
  65.         By pressing F8 you can choose the way the data is displayed
  66.         (hexadecimal,decimal or ASCII).
  67.         By pressing F9 you can activate/deactivate the CAPTURE function.
  68.         If you activate it, every byte is written to a file.
  69.         Two files are created on the current directory , 
  70.         INFILE.CAP and OUTFILE.CAP, which each contents the data of one 
  71.         commu. partner.To exit, just press ESC
  72.         I think, using this program is very simple, isn't it ?
  73.  
  74.  
  75.         So, I think there's nothing more to say abouta so simple program !
  76.         Enjoy it and report all errors to me ...
  77.  
  78.                  Tim Hagemann 
  79.                    100063,323
  80.         
  81.