home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / modem / zmp14.bug < prev    next >
Encoding:
Text File  |  1993-06-08  |  768 b   |  23 lines

  1. Message received over INFO-CPM on the ARPA network relayed by Jay Sage:
  2.  
  3. Date: 5 May 89 20:13:44 GMT
  4. From: amdahl!pacbell!sactoh0!ianj@ames.arc.nasa.gov  (Ian R. Justman)
  5. Subject: Bug in ZMP 1.4's dialing routine
  6.  
  7. There is a slight bug in ZMP 1.4's dialing routine.  It sends a
  8. linefeed as well as a carriage return to the modem causing some
  9. modems to hang up before dialing.  Here's where the faulty code
  10. resides:
  11.  
  12. 0B82        LD        HL,0Ah
  13. 0B85        PUSH        HL
  14. 0B86        CALL        1437
  15.  
  16. To fix this bug, put zeroes in locations 0B82h-0B88h (opcode for
  17. NOP) and then save the program using the command:
  18.  
  19. A>SAVE 56 ZMP.COM
  20.  
  21. Happy modeming!
  22.