home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 951.EXPLAIN.DOC < prev    next >
Text File  |  1988-03-07  |  12KB  |  331 lines

  1.                   Explanation of various PTP files
  2. We have included several files as examples for how to set up your PK-232 for
  3. several modes. The .SET files are there to place the PK-232 in the correct mode
  4. and do not require explanation. If you have questions on these files, consult
  5. your PK-232 manual.
  6.  
  7.                     Baudot Operation
  8.  
  9. When I want to go to baudot mode with my PK-232 I press F1, and then type
  10. 12,baudot.* . This single action causes my MOD file to change to BAUDOT.MOD, my
  11. DEF file to change to BAUDOT.DEF and the commands in BAUDOT.SET to be sent to
  12. the PK-232. I am then in complete (PTP and PK-232) baudot mode.
  13.  
  14. In the BAUDOT.MOD file that I use for baudot operation, I use my F7 key for a
  15. transmit key. The key is set up as follows:
  16.  
  17. !^CX^M^Y
  18.  
  19. The exclamation point causes this F key to become an immediate key and precede
  20. the contents of the type-ahead buffer which would contain any information you
  21. keyed while you were in receive. The ^CX^M causes the PK-232 to switch to
  22. transmit mode. The ^Y then causes the contents of the type-ahead buffer to be
  23. sent to the PK-232. You are now in transmit mode and have just transmitted the
  24. contents of the PTP type-ahead buffer (if their were any) and can begin typing
  25. your information.
  26.  
  27. To go to receive mode, I define F9 as a "K" key as follows:
  28.  
  29.  DE N4PY N4PY KKK^M^D^A
  30.  
  31. The action here goes like this: you are in transmit mode and when you press F9
  32. "DE N4PY N4PY KKK" followed by carriage return is sent. Next the ^D (control D)
  33. is sent to the PK-232 to tell the PK-232 to change to receive mode when the
  34. PK-232 transmit buffer is empty. The ^A is then intercepted by PTP and tells PTP
  35. to turn on the PTP type-ahead buffer. This key value is not sent to the PK-232.
  36. You are now in receive mode with the PTP type-ahead buffer turned on.
  37.  
  38. I have the F8 key defined to be a receive key as follows:
  39.  
  40. ^D^A
  41.  
  42. The ^D causes the PK-232 to go to receive mode when the PK-232 transmit buffer
  43. is empty and the ^A tells PTP to turn on its type-ahead buffer.
  44.  
  45. I have the F10 key defined as a "73" key as follows:
  46.  
  47.  73 DE N4PY N4PY N4PY^M^D
  48.  
  49. This causes " 73 DE N4PY N4PY N4PY" followed by carriage return to be sent to
  50. the PK-232. The ^D causes the PK-232 to go to receive mode when the PK-232
  51. transmit buffer is empty. I am then finished with the QSO and I leave the PTP
  52. type-ahead buffer off at this point so I can type commands to the PK-232. If I
  53. wanted to begin another QSO and use type-ahead prior to going to transmit mode,
  54. I would hit control A on the keyboard to turn the PTP type-ahead buffer on.
  55.  
  56.  
  57.  
  58. In the BAUDOT.DEF file I define ALT-F1 as my brag key as follows:
  59.  
  60. ^OB:BRAG
  61.  
  62. This causes a file called BRAG on the B drive to be sent. I have placed
  63. pertinent station desciption information in this file.
  64.  
  65. I have defined ALT-F2 as I my CQ key. It is defined as follows:
  66.  
  67. CQ CQ CQ DE N4PY N4PY N4PY ^MCQ CQ CQ DE N4PY N4PY N4PY ^MCQ CQ CQ N4PY N4PY
  68. N4PY KKK^M^M^D
  69.  
  70. This causes the CQ message to be sent and then the ^D causes the PK-232 to
  71. return to receive mode when the PK-232 transmit buffer is empty.
  72.  
  73. I define my control F1 key to turn transmit reverse and receive reverse off in
  74. the PK-232. I operate my TENTEC OMNI in reverse sideband and when I am on bands
  75. 20, 15, 12, and 10 meters this puts me in lower sideband so I do not want
  76. reverse tones in the PK-232. The key is defined as follows:
  77.  
  78. RXREV OFF^M^W^WTXREV OFF^M
  79.  
  80. This causes RXREV OFF command to be sent followed by a .4 second wait followed
  81. by TXREV OFF command.
  82.  
  83. I define my control F2 key to turn transmit reverse and receive reverse on in
  84. the PK-232.  I operate my TENTEC OMNI in reverse sideband and when I am on bands
  85. 160, 80, 40, and 30 meters this puts me in upper sideband so I want reverse
  86. tones in the PK-232.  The key is defined as follows:
  87.  
  88. RXREV ON^M^W^WTXREV ON^M
  89.  
  90. This causes RXREV ON command to be sent followed by a .4 second wait followed
  91. by TXREV ON command.
  92.  
  93. Other pertinent lines in the DEF file for this mode are:
  94.  
  95. HOLDBUF
  96. 400
  97.  
  98. This causes the type-ahead buffer to be 400 characters long.
  99.  
  100. INITTA
  101. ON
  102.  
  103. This sets the initial state for the type-ahead buffer to be on so that I can
  104. immediately begin placing information in the PTP type-ahead buffer in response
  105. to a CQ message.
  106.  
  107. PACKET
  108. NO
  109.  
  110. This causes the PTP type-ahead buffer to not dump on carriage return and
  111. prevents other packet oriented functions from not taking place.
  112.  
  113. PROMPT
  114. Baudot
  115.  
  116. This causes the prompt on the center stripe to say "Baudot" to remind me what
  117. mode I am in just in case I forgot.
  118.  
  119.  
  120.                     Amtor Operation
  121.  
  122. When I want to go to amtor mode with my PK-232 I press F1, and then type
  123. 12,amtor.* . This single action causes my MOD file to change to AMTOR.MOD, my
  124. DEF file to change to AMTOR.DEF and the commands in AMTOR.SET to be sent to
  125. the PK-232. I am then in complete (PTP and PK-232) amtor mode.
  126.  
  127. In the AMTOR.MOD file that I use for amtor operation, I use my F7 key for a
  128. link disconnect key. The key is set up as follows:
  129.  
  130. ^M^M^MLINK DISCONNECTED^M73 DE N4PY^D
  131.  
  132. The message LINK DISCONNECTED is sent to the receiving station along with DE
  133. N4PY. The ^D causes the PK-232 to actually disconnect the link.
  134.  
  135. To go to receive mode, I define F9 as a "K" key as follows:
  136.  
  137.  ^MDE N4PY^M^M^M+?
  138.  
  139. This causes a carriage return to be sent followed by "DE N4PY" followed by 3
  140. carriage returns followed by the amtor changeover command of +?.
  141.  
  142. I have the F8 key defined to be a receive key as follows:
  143.  
  144. ^M^M+?
  145.  
  146. This causes 2 carriage returns to be sent to the PK-232 followed by the amtor
  147. changeover command.
  148.  
  149. I have the F10 key defined as a "73" key as follows:
  150.  
  151. ^M^M73 DE N4PY^M
  152.  
  153. This causes 2 carriage returns to be sent followed by "73 DE N4PY" followed by
  154. carriage return. I then either press F7 to disconnect the link or press F8 to
  155. switch to receive.
  156.  
  157.  
  158. In the AMTOR.DEF file I define ALT-F1 as my brag key as follows:
  159.  
  160. ^OB:BRAG
  161.  
  162. This causes a file called BRAG on the B drive to be sent. I have placed
  163. pertinent station desciption information in this file.
  164.  
  165. I have defined ALT-F2 as I my CQ key. I use this key in amtor FEC mode only. It
  166. is defined as follows:
  167.  
  168. CQ CQ CQ DE N4PY N4PY N4PY (NNPY)^MCQ CQ CQ DE N4PY N4PY N4PY (NNPY)^MCQ CQ CQ
  169. N4PY N4PY N4PY (NNPY)^MSELCALL IS NNPY NNPY^M^D
  170.  
  171. This causes the CQ message to be sent and then the ^D causes the PK-232 to
  172. return to receive mode when the PK-232 transmit buffer is empty.
  173.  
  174. I define ALT-F7 to be my FEC transmit key. I define the key as follows:
  175.  
  176. !FE^M^W^W^W^W^W^W^W^W^W^W^W^W^W^W^W^W^M^M^Y
  177.  
  178. The exclamation point causes this key to go ahead of the contents of the PTP
  179. type-ahead buffer (if their were any). FE^M causes the command FE followed by a
  180. carriage return to be sent to the PK-232 placing the PK-232 in FEC transmit
  181. mode. Next there are 17 delay characters to cuase a 3.4 second delay before
  182. sending any information to allow a potential receiving station to sync to my
  183. signal. The ^Y then sends the contents of the PTP type-ahead buffer to the
  184. PK-232 if their were any. I would then normally press the ALT-F2 key to send my
  185. CQ message.
  186.  
  187. I define my ALT-F8 key as my receive key when using FEC mode. It is defined as
  188. follows:
  189.  
  190. ^MDE N4PY DE N4PY DE N4PY ^M^M^D
  191.  
  192. This causes a carriage return to be sent to the PK-232 followed by the message
  193. "DE N4PY DE N4PY DE N4PY" followed by 2 carriage returns. The ^D causes the
  194. PK-232 to return to receive mode.
  195.  
  196. I define my control F1 key to turn transmit reverse and receive reverse off in
  197. the PK-232. I operate my TENTEC OMNI in reverse sideband and when I am on bands
  198. 20, 15, 12, and 10 meters this puts me in lower sideband so I do not want
  199. reverse tones in the PK-232. The key is defined as follows:
  200.  
  201. RXREV OFF^M^W^WTXREV OFF^M
  202.  
  203. This causes RXREV OFF command to be sent followed by a .4 second wait followed
  204. by TXREV OFF command.
  205.  
  206. I define my control F2 key to turn transmit reverse and receive reverse on in
  207. the PK-232.  I operate my TENTEC OMNI in reverse sideband and when I am on bands
  208. 160, 80, 40, and 30 meters this puts me in upper sideband so I want reverse
  209. tones in the PK-232.  The key is defined as follows:
  210.  
  211. RXREV ON^M^W^WTXREV ON^M
  212.  
  213. This causes RXREV ON command to be sent followed by a .4 second wait followed
  214. by TXREV ON command.
  215.  
  216. Other pertinent lines in the DEF file for this mode are:
  217.  
  218. DCD
  219. YES
  220.  
  221. This causes PTP to look at the DCD line to detect connections in amtor mode
  222.  
  223. CONNECT BELL
  224. YES
  225.  
  226. This causes PTP to sound a bell when an amtor connection is made.
  227.  
  228. HOLDBUF
  229. 400
  230.  
  231. This causes the type-ahead buffer to be 400 characters long.
  232.  
  233. INITTA
  234. OFF
  235.  
  236. This sets the initial state for the type-ahead buffer to be off as I do not use
  237. the PTP type-ahead buffer in amtor mode. Because the PK-232 is always in
  238. converse mode when in an amtor QSO, the PK-232 type-ahead feature works fine in
  239. this mode.
  240.  
  241. PACKET
  242. NO
  243.  
  244. This causes the PTP type-ahead buffer to not dump on carriage return and
  245. prevents other packet oriented functions from not taking place.
  246.  
  247. PROMPT
  248. Amtor
  249.  
  250. This causes the prompt on the center stripe to say "Amtor" to remind me what
  251. mode I am in just in case I forgot.
  252.  
  253.  
  254.                            Kantronics KAM
  255.  
  256. We do not have access to a Kantronics KAM unit and so are not familiar with its
  257. operation. However, with the versatility of function keys in PTP, we feel the
  258. KAM can easily be used with PTP. We have included a sample .MOD file for both
  259. baudot and amtor for use with the KAM. We do not know if the key setup is
  260. correct for the KAM but feel it is close and also serves as an example of how to
  261. set up files for other units.
  262.  
  263. The KAMBAUDO.MOD file is set up for KAM baudot operation as follows:
  264.  
  265. The F7 key is defined as a transmit key as follows:
  266.  
  267. !^CT^M^Y
  268.  
  269. The exclamation point causes this key to go ahead of the contents of the PTP
  270. type-ahead buffer. The ^CT causes the KAM to go to transmit mode. The ^M then
  271. sends a carriage return and finally the ^Y sends the contents ( if their are any
  272. ) of the PTP type-ahead buffer to KAM.
  273.  
  274. The F8 key is defined as a receive key as follows:
  275.  
  276. ^CE^A
  277.  
  278. The ^CE causes the KAM to go to receive mode when the KAM transmit buffer is
  279. empty and the ^A turns on the PTP type-ahead buffer to allow PTP type-ahead
  280. while in receive mode.
  281.  
  282. The F9 key is defined as a "K" key as follows:
  283.  
  284.  DE N4PY N4PY KKK^M^CE^A
  285.  
  286. This causes " DE N4PY N4PY KKK" followed ny a carriage return to be sent to KAM
  287. followed by ^CE which tells KAM to return to receive mode after the contents of
  288. the KAM transmit buffer have been transmitted. The ^A tell PTP to turn on the
  289. PTP type-ahead buffer.
  290.  
  291. The F10 key is defined as a "73" key as follows:
  292.  
  293.  73 DE N4PY N4PY N4PY^M^CE
  294.  
  295. This causes the text " 73 DE N4PY N4PY N4PY" followed by carriage return to be
  296. sent to KAM. The ^CE places the KAM in receive mode after the KAM transmit
  297. buffer is empty.
  298.  
  299. The KAMAMTOR.MOD file is set up for KAM amtor operation as follows:
  300.  
  301. The F7 key is defined as a link disconnect key as follows:
  302.  
  303. ^M^M^MLINK DISCONNECTED^M73 DE N4PY^CX
  304.  
  305. This causes 3 carriage returns to be sent to KAM followed by "LINK DISCONNECTED"
  306. followed by carriage return. Then the text "73 DE N4PY" is sent. The ^CX then
  307. actually disconnects the link.
  308.  
  309. The F8 key is defined as a receive key as follows:
  310.  
  311. ^M^M+?
  312.  
  313. Two carriage returns are sent followed by the amtor changeover command +?.
  314.  
  315. The F9 key is defined as a "K" key as follows:
  316.  
  317. ^MDE N4PY^M^M^M+?
  318.  
  319. This causes a carriage return followed by "DE N4PY" followed by 3 carriage
  320. returns to be sent to the KAM followed by the amtor changeover command.
  321.  
  322.  
  323. The F10 key is defined as a "73" key as follows:
  324.  
  325. ^M^M73 DE N4PY^M
  326.  
  327. This causes two carriage returns followed by the text "DE N4PY" followed by
  328. carriage return to be sent to KAM. I then type either F8 to changeover to
  329. receive or type F7 to disconnect the link.
  330.  
  331.