home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / w0rli / mb1301 / ports.mb < prev    next >
Text File  |  1991-02-24  |  1KB  |  90 lines

  1. ;
  2. ; Printer definition: NONE, LPTx, or COMx.
  3. ;
  4. Printer COM1
  5. ;
  6. ; Communication Port definitions. Three lines required for each port:
  7. ;
  8. ; 1. Port ID and Device Type.
  9. ; 2. Port name.
  10. ; 3. Priveleges and timeouts.
  11. ;    Priveleges timeout discon max_fwd fwd errors
  12. ;
  13. ; The 3 lines may be followed by tnc initialization commands.
  14. ;
  15. ;
  16. Port L Console
  17. Monitors MailBox Connects
  18. R         100 20 0 60 20
  19. ;
  20. Port B Node
  21. Monitors HF
  22. IUD12         240 20 2 13 5
  23. newmode off
  24. nomode off
  25. mcon off
  26. mcom on
  27. flow off
  28. mmask $10
  29. ;
  30. Port C Node
  31. Monitors 145.51
  32. IUD12         240 20 2 13 5
  33. newmode off
  34. nomode off
  35. mcon off
  36. mcom on
  37. flow off
  38. mmask $01
  39. ;
  40. Port D Node
  41. Monitors 144.91
  42. IUD12         240 20 2 13 5
  43. newmode off
  44. nomode off
  45. mcom on
  46. mcon off
  47. flow off
  48. mmask $02
  49. ;
  50. Port E Node
  51. Monitors 220.95
  52. IUD12         240 30 2 45 5
  53. newmode off
  54. nomode off
  55. mcom on
  56. mcon off
  57. flow off
  58. mmask $08
  59. ;
  60. Port F Node
  61. Monitors 440.975
  62. IUD12         240 30 2 13 5
  63. newmode off
  64. nomode off
  65. mcom on
  66. mcon off
  67. flow off
  68. mmask $04
  69. ;
  70. Port G Node
  71. Does not monitor
  72. IUD12         240 30 2 13 5
  73. newmode off
  74. nomode off
  75. mcom on
  76. mcon off
  77. flow off
  78. mmask $00
  79. ;
  80. Port H Node
  81. Does not monitor
  82. IUD12         240 30 2 13 5
  83. newmode off
  84. nomode off
  85. mcom on
  86. mcon off
  87. flow off
  88. mmask $00
  89. ;
  90.