home *** CD-ROM | disk | FTP | other *** search
-
- SERIAL Command Help
-
-
- To run the serial command with Soft-ICE for windows, you must use a
- NULL MODEM CABLE and it will have to have the following configuration:
-
- 25 PIN
-
- Pin Pin
- 2──────────────────\ /─────────────────────-2
- 3──────────────────/ \─────────────────────-3
- 4────────────\ /───────────────────────────-4
- 5────────────/ \────────────────────────────5
- 6───┐ ┌──-6
- 7═══╪═══════════════════════════════════╪═══7
- 8───┴─────────────────────\ /───────────┴───8
- 20────────────────────────-/ \──────────────-20
-
- Pin 2 is Transmitted Data ( TD ) and Pin 3 is
- Recieved Data ( RD ). These pins are for actual
- data transmission.
-
- Pin 4 is Request to Send ( RTS ) and Pin 5 is
- Clear To Send ( CTS ). The RTS is sent via Pin 4 across to
- Pin 5, and if the second computer is ready to recieve, then
- it responds with a CTS.
-
- Pin 6 is the Data Set Ready Pin ( DSR ) and that
- must connect to pin 20 which is the Data Terminal
- Ready ( DTR ) pin and vice versa.
-
- Pin 8 which is also connected to Pins 6 & 20 is
- Received Line Signal Detect ( DCD ) which tests the
- line to see if ok to send.
-
- Pin 7 is for Signal Ground
-
-
- 9 PIN
-
- Pin Pin
- 2──────────────────\ /──────────────────────2
- 3──────────────────/ \──────────────────────3
- 5───────────────────────────────────────────5
- 7──────────────────\ /──────────────────────7
- 8──────────────────/ \──────────────────────8
- 6───┐ ┌─────6
- 1───┴──────────────\ /────────────────┴─────1
- 4──────────────────/ \───────────────────── 4
-
- Pin 2 is Recieved Data (RD)
- Pin 3 is Transfer Data (TD)
- Pin 5 is Signal Ground (SG)
- Pin 7 is Ready To Send (RTS)
- Pin 8 is Clear To Send (CTS)
- Pin 6 is Data Set Ready Pin (DSR)
- Pin 1 is Recieved Line Signal Detect (CD)
- Pin 4 is Data Terminal Ready (DTR)
-
- In order for Soft-ICE to communicate correctly, the cable
- must have one of these configuration.
-
- For more information on how to set up Soft-ICE to run the SERIAL
- command, please consult your user's manual.
-
-
- *************************************************************************
- If you are running Version 2.8 of Softice for Dos, you will need to apply
- the following patch!
- *************************************************************************
- Problem: When running Serial for Soft-ICE for DOS, control can be
- sent to serial terminal once, but when control is returned
- to host machine and CTRL-D is hit again, machine hangs
- or beeps.
-
- Solution: Patch S-ICE.EXE as follows:
-
- ren s-ice.exe s-ice.bin
- debug s-ice.bin
- -r
- -s cs+1000:0 lffff 06 B8 20 00 8E C0 26 A1 4E 04
- ( prints out an address in xxxx:yyyy format )
- -e xxxx:yyyy 80 3E C1 0A 00 74 15 B8 50 00 EB 13
-
- -s cs+1000:0 lffff C7 06 4A 7A 30 00 C7 06 08 A2 30 00
- ( prints out an address in xxxx:yyyy format )
- -e xxxx:yyyy B8 30 00 A3 4A 7A A3 08 A2 90 90 90
- -w
- -q
- ren s-ice.bin s-ice.exe
-