home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / PERI_50.ZIP / PERI.PGM / README.TXT < prev    next >
Encoding:
Text File  |  1990-08-20  |  3.1 KB  |  73 lines

  1. Readme.txt for Periscope version 5.00
  2.  
  3. 1) When using the software trace buffer (TB|TR|TU), the number of
  4. lines used by the disassembly varies depending on the disassembly
  5. mode. If US mode is in effect, one line is used per instruction. If
  6. UA mode is in effect, two lines are used per instruction. If UB mode
  7. is in effect, three lines are used per instruction. You can switch
  8. disassembly modes as needed to control the length of the screen
  9. display.
  10.  
  11. 2) The PSTERM program has three new options: /AK, /AV, and /T.
  12.  
  13. The /AK and /AV options are used to restart PSTERM and enable the 
  14. keyboard and video respectively. These should only be used if it is
  15. necessary to restart PSTERM on the alternate PC without restarting
  16. Periscope on the local system. 
  17.  
  18. The /T option is used with PSTERM to test the serial ports and null-modem
  19. cable. To use it, do the following:
  20.  
  21. - Boot both computers with NO TSRs.
  22.  
  23. - Run 'PSTERM /T' on both computers. It does not matter which
  24. system you run PSTERM on first. If you're using other than port one
  25. or the fast speed, be sure to specify the '/2:xy' option as well.
  26.  
  27. - If the message "No errors detected." is on both systems, the   
  28. serial ports and cable are OK for use with Periscope. 
  29.  
  30. If both computers show the message "Waiting for slave" and do not
  31. appear to proceed, the serial cable does not have transmit and
  32. receive crossed properly. 
  33.  
  34. Error messages include:
  35.  
  36. Error 271 - Port X does not exist.
  37. The serial port (default 1, changable with the /2:xy option) is not
  38. installed in the computer.
  39.  
  40. Error 272 - UART appears defective.
  41. The serial port failed internal diagnostic testing. Replace your
  42. serial port and try again.
  43.  
  44. Error 273 - Cannot transmit. Cable is wired improperly.
  45. The serial cable does not have transmit and received crossed in both
  46. directions. As a result, Periscope cannot send and receive data
  47. properly.
  48.  
  49. Error 274 - CTS stuck high. Check cable wiring and other serial port.
  50. One of two things can cause this problem. Either the serial cable
  51. does not have RTS/CTS lines crossed in both directions, or the serial
  52. port on the computer which did not display this message is configured
  53. to always report Clear To Send (CTS).
  54.  
  55. Error 275 - CTS unavailable. Cable does not have RTS/CTS lines crossed.
  56. The serial cable does not have RTS and CTS lines crossed in both
  57. directions. As a result, Periscope cannot handshake properly.
  58.  
  59. Error 276 - No interrupt. Check hardware configuration and TSR programs.
  60. The receive character interrupt did not generate. This could happen
  61. when there are two or more serial ports configured for the same
  62. address, such as two ports configured as COM1, or a a TSR program is
  63. using the same port or the same interrupt request line with a
  64. different port (or different hardware, such as a mouse).
  65.  
  66. 3) If you're using SKIP21, note that the suggestion to set
  67. breakpoints on writes to memory from 0:500 to the beginning of your
  68. program applies if you are watching for memory writes only. If you
  69. are setting breakpoints on memory reads, you should set the upper
  70. address to the beginning of SKIP21, since it reads memory internal to
  71. itself.
  72.  
  73.