home *** CD-ROM | disk | FTP | other *** search
/ Software Recommendations - 1998 Season 1 / DNBCD4.iso / develop / NUMEGA / zip / serial.txt next >
Encoding:
Text File  |  1997-04-29  |  3.6 KB  |  92 lines

  1.  
  2. SERIAL Command Help
  3.  
  4.  
  5. To run the serial command with Soft-ICE for windows, you must use a
  6. NULL MODEM CABLE and it will have to have the following configuration:
  7.  
  8.                         25 PIN
  9.  
  10.                Pin                                         Pin
  11.                 2──────────────────\ /─────────────────────-2
  12.                 3──────────────────/ \─────────────────────-3
  13.                 4────────────\ /───────────────────────────-4
  14.                 5────────────/ \────────────────────────────5
  15.                 6───┐                                   ┌──-6
  16.                 7═══╪═══════════════════════════════════╪═══7
  17.                 8───┴─────────────────────\ /───────────┴───8
  18.                20────────────────────────-/ \──────────────-20
  19.  
  20.                 Pin 2 is Transmitted Data ( TD ) and Pin 3 is
  21.                 Recieved Data ( RD ).  These pins are for actual
  22.                 data transmission.
  23.  
  24.                 Pin 4 is Request to Send ( RTS ) and Pin 5 is
  25.                 Clear To Send ( CTS ).  The RTS is sent via Pin 4 across to
  26.                 Pin 5, and if the second computer is ready to recieve, then
  27.                 it responds with a CTS.
  28.  
  29.                 Pin 6 is the Data Set Ready Pin ( DSR ) and that
  30.                 must connect to pin 20 which is the Data Terminal
  31.                 Ready ( DTR ) pin and vice versa.
  32.  
  33.                 Pin 8 which is also connected to Pins 6 & 20 is
  34.                 Received Line Signal Detect ( DCD ) which tests the
  35.                 line to see if ok to send.
  36.  
  37.                 Pin 7 is for Signal Ground
  38.  
  39.  
  40.                                 9 PIN
  41.  
  42.                Pin                                         Pin
  43.                 2──────────────────\ /──────────────────────2
  44.                 3──────────────────/ \──────────────────────3
  45.                 5───────────────────────────────────────────5
  46.                 7──────────────────\ /──────────────────────7
  47.                 8──────────────────/ \──────────────────────8
  48.                 6───┐                                 ┌─────6
  49.                 1───┴──────────────\ /────────────────┴─────1
  50.                 4──────────────────/ \───────────────────── 4
  51.  
  52.                 Pin 2 is Recieved Data (RD)
  53.                 Pin 3 is Transfer Data (TD)
  54.                 Pin 5 is Signal Ground (SG)
  55.                 Pin 7 is Ready To Send (RTS)
  56.                 Pin 8 is Clear To Send (CTS)
  57.                 Pin 6 is Data Set Ready Pin (DSR)
  58.                 Pin 1 is Recieved Line Signal Detect (CD)
  59.                 Pin 4 is Data Terminal Ready (DTR)
  60.  
  61.                 In order for Soft-ICE to communicate correctly, the cable
  62.                 must have one of these configuration.
  63.  
  64.         For more information on how to set up Soft-ICE to run the SERIAL
  65. command, please consult your user's manual.
  66.  
  67.  
  68. *************************************************************************
  69. If you are running Version 2.8 of Softice for Dos, you will need to apply
  70. the following patch!
  71. *************************************************************************
  72. Problem:  When running Serial for Soft-ICE for DOS, control can be
  73.           sent to serial terminal once, but when control is returned
  74.           to host machine and CTRL-D is hit again, machine hangs
  75.           or beeps.
  76.  
  77. Solution: Patch S-ICE.EXE as follows:
  78.  
  79.     ren s-ice.exe s-ice.bin
  80.     debug s-ice.bin
  81.     -r
  82.     -s cs+1000:0 lffff 06 B8 20 00 8E C0 26 A1 4E 04
  83.        ( prints out an address in xxxx:yyyy format )
  84.     -e xxxx:yyyy 80 3E C1 0A 00 74 15 B8 50 00 EB 13
  85.  
  86.     -s cs+1000:0 lffff C7 06 4A 7A 30 00 C7 06 08 A2 30 00
  87.            ( prints out an address in xxxx:yyyy format )
  88.     -e xxxx:yyyy B8 30 00 A3 4A 7A A3 08 A2 90 90 90
  89.     -w
  90.     -q
  91.     ren s-ice.bin s-ice.exe
  92.