home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / MODEMS / MODEM7 / M7SY-3.MSG < prev    next >
Text File  |  2000-06-30  |  3KB  |  68 lines

  1.  
  2. ; M7SY-3.ASM   - SANYO MBC-1000 computer overlay file for MDM722+.  2/17/84
  3. ;
  4. ; You will want to look this file over carefully. There are a number of
  5. ; options that you can use to configure the program to suit your taste.
  6. ;
  7. ; This file adapts the Sanyo MBC-1000 computer to the modem program.
  8. ;
  9. ;  THIS MODIFICATION MAKES USE OF TIMER 2 ON THE 8253 TIMER IC (IC4)
  10. ;  OF THE SERIAL I/O BOARD OF THE SANYO MBC-1000.
  11. ;
  12. ;  To use this program, the serial I/O board must be modified as follows:
  13. ;
  14. ;  1. Cut etch from IC18 Pin 1 to JP2 Pin 8.
  15. ;  2. Install jumper from IC18 Pin 1 to IC4 Pin 18.
  16. ;  3. Install jumper from IC4 Pin 17 to JP2 Pin 8.
  17. ;  4. Install jumper from IC4 Pin 16 to IC4 Pin 14.
  18. ;  5. Move jumper strap to JP2 Pin 8 for programmable baud rate, other
  19. ;     pins (1-7) can still be used for standard baud rate selections.
  20. ;  6. Hardware modification is now complete.
  21. ;
  22. ;  *** THIS VERSION SETS UP THE USART FOR 8 BITS, NO PARITY, 1 STOP BIT ***
  23. ;
  24. ; Edit this file for your preferences then follow the "TO USE:" example
  25. ; shown below.
  26. ;
  27. ; Use the "SET" command to change the baudrate when desired.  It starts
  28. ; out at 1200 baud when the program is first called up.  Because of tem- 
  29. ; perature and component variations, you mave have to alter the timing
  30. ; parameters in OK300 and OK1200, plus or minus 1 or 2 numbers, if CRC
  31. ; errors occur to frequently during transmission and reception.
  32. ;
  33. ; =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =
  34. ;
  35. ; 02/17/84 - Renamed  M7SY-3.ASM with improvements on 3 bugs. (1) Use
  36. ;            MDM722 or later to eliminate the problems with Contol X when
  37. ;            dialing.  (2) Altered the parameter for 300 baud set for 0240h
  38. ;            to 0241h to eliminate overwhelming CRC errors during Send.
  39. ;            (3) Irv Hoff et al take note.  For some reason, the Sanyo's
  40. ;            lock up after a connect.  When the message "hit any key to
  41. ;            stop the bell" occurs, there is a subsequent CALL STAT and
  42. ;            CALL KEYIN that gets the Sanyo's in a tight loop.  Change
  43. ;            the CALL STAT to a JMP RETURN (goes directly to the Terminal
  44. ;            mode without waiting for a keystroke) to avoid the problem
  45. ;            while waiting for someone more astute than me to fix the bug.
  46. ;            I even tried patching in my specific BIOS addresses in a num-   
  47. ;            ber of places, figuring the problem was in INITADR--but to no
  48. ;            avail.
  49. ;
  50. ;               Bob Sandel  Canton, MI (leave msg with TCBBS 1-313-846-6127
  51. ;                         or Keith Peterson's Royal Oak CP/M 1-313-759-6569 )
  52. ;
  53. ;
  54. ; 02/01/84 - Blended MDM711SN w the top of MDM719.ASM
  55. ;          - Made Default Baud Rate 1200; Added back LOADBD to update MSPEED
  56. ;       - ^P back on at LSTTST;changed LOGON back to ^L;set TOUCHPULSE
  57. ;       - back to P=Pulse;added cosmetic remarks;BUFSIZ=XFRSIZ=16K
  58. ;          -     Bob Sandel    Canton, MI                             
  59. ;
  60. ; 08/01/83 - Altered MDM711NE for the Sanyo MBC-1000
  61. ;         computer using an external modem    - Dave Hardy
  62. ;
  63. ; 07/01/83 - Revised for use with MDM711    - Irv Hoff
  64. ; 06/22/83 - Revised for use with MDM710    - Irv Hoff
  65. ;
  66. ; =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =
  67.