home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / debug / serlog / product-info next >
Fred Fish's Product-Info  |  1995-10-21  |  1KB  |  65 lines

  1. .name
  2. SerLog
  3. .aminet-dir
  4. dev/debug
  5. .type
  6. Debugging
  7. .short
  8. Debugging device to monitor serial-IO
  9. .description
  10. serlog.device passes all IOExtSer requests to a "real" serial.device
  11. and writes the results to a file.  You may configure the amount of
  12. information to be stored in the log.  The log-file created by
  13. serlog.device contains a binary dump which can be formatted
  14. (i.e. transferred into a readable version) using the supplied
  15. formatter.
  16. Note that serlog.device uses *significant* overhead over the underlying
  17. serial.device, resulting in very low baud-rates.
  18. .version
  19. 1.6
  20. .author
  21. Stefan Pröls
  22. .reference
  23. GoldFish-Vol2-2:BBS/dev/SerLog-1.3.lha
  24. 1.3
  25. GoldFish-Vol2-1:Files/dev/debug/SerLog/
  26. 1.3
  27. FreshFish-Vol8-2:BBS/dev/SerLog-1.3.lha
  28. 1.3
  29. FreshFish-Vol7:New/dev/debug/SerLog/
  30. 1.3
  31. FreshFish-Vol7:BBS/dev/SerLog-1.3.lha
  32. 1.3
  33. .requirements
  34. Requires OS2.x
  35. .distribution
  36. Freeware
  37. .address
  38. Rudolf-Guby-Str. 1
  39. 94032 Passau
  40. Germany
  41. Earth
  42. .email
  43. proels@fmi.uni-passau.de
  44. .docs
  45. Readme
  46. serlog.doc
  47. .described-by
  48. Dan Fish (daf@starfish.amigalib.com)
  49. .submittal
  50. Downloaded via ftp from wuarchive.wustl.edu.
  51. .execute
  52. set choice `RequestChoice "SerLog" "Please select an option" "View Readme" "View Doc" "Cancel"`
  53.  
  54. if $choice EQ "0"
  55.   quit 5
  56. endif
  57.  
  58. if $choice EQ "1"
  59.   MetaTool Readme TEXT
  60. endif
  61.  
  62. if $choice EQ "2"
  63.   MetaTool serlog.doc TEXT
  64. endif
  65.