home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / s2kv201.zip / PMLM.TXT < prev    next >
Text File  |  2001-10-15  |  3KB  |  53 lines

  1.  
  2.  
  3.                    The Poor Man's Line Monitor (PMLM.EXE)
  4.  
  5. PMLM is basically of interest to developers of comm applications and those
  6. providing technical support for those applications.  This SIO2K utility is
  7. released largely (in self defense) in the hope that some users can diagnose
  8. their own problems.  PMLM's feature of saving trace information to disk
  9. will only work with registered and beta versions of SIO2K.
  10.  
  11. PMLM provides basic line monitoring for OS/2 comm programs.  All characters
  12. sent or received by application programs are displayed in the upper portion
  13. of the screen.  Receive characters are displayed as "white on blue" and
  14. transmitted characters are displayed "yellow on violet".  Line signals,
  15. such as CTS are displayed as "dim white on red" when turned off and "bright
  16. white on red" when turned on.  In addition, a signals transition to OFF is
  17. displayed in lower case and a signals transition to ON is displayed in
  18. upper case.
  19.  
  20. Status information is displayed in the lower part of the screen.  A bright
  21. white display means the signal is on, a dim white indicates that the signal
  22. is off.  In addition, when bright,  Rxoff and Txoff indicate the SIO has
  23. sent (Txoff) or received (Rxoff) an Xoff, and an Xon is pending.
  24.  
  25. "Rx Chars" and "Tx Chars" reflects the number of characters in SIO's
  26. receive and transmit buffers respectively.
  27.  
  28. The last line on the screen shows the keys (from the keyboard) that PMLM
  29. will recognize.  The bright character shows the key to hit for the
  30. associated function.  The font keys never work in a windowed session, they
  31. will only work in full screen sessions. ADDITIONALLY some video drivers DO
  32. NOT correctly display loadable is any OS/2 sessions.  Strangely however,
  33. they seem to always correctly display loadable fonts in DOS full screen
  34. sessions (note that viewpmlm.exe works in DOS sessions).
  35.  
  36. PMLM's command line requires one parameter, the comm port number, and
  37. optionally accepts an additional parameter giving a save trace file name. 
  38. For example, PMLM 1 COM1INFO.TRC will monitor COM1 and save ALL of the
  39. communications traffic in the file COM1INFO.TRC.  The trace files created
  40. by PMLM contain exactly the same information that is displayed by PMLM,
  41. video attributes and all.
  42.  
  43. VIEWPMLM.EXE may be used to view trace files created by PMLM.  VIEWPMLM.EXE
  44. requires one parameter, the trace file name.  The user can use the keys UP,
  45. DOWN, PAGEUP, PAGEDOWN, HOME, and END to navigate the saved trace file. 
  46. Registered SIO users may send VIEWPMLM.EXE (along with saved trace files)
  47. to anyone for technical support purposes.
  48.  
  49. VIEWPMLM can be used in native DOS, in DOS sessions under OS/2, and in OS/2
  50. sessions.  This means that even those developers and support people need
  51. not have OS/2 to view the captured communications data created by PMLM.
  52.  
  53.