home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / osborne / osdtr.txt < prev    next >
Text File  |  1985-02-12  |  3KB  |  44 lines

  1. Description of a suprisingly simple hardware modification to the OSBORNE-1
  2. to supply software controlled Data Terminal Ready to a modem connected to
  3. the RS-232 Serial Port. It is assumed that those interested in applying the
  4. mod knows how to field strip the OS-1 and remove the motherboard and also
  5. has an understanding of how to tack solder connections to integrated circuits.
  6. If you don't have these basic skills, try and find a helper you trust that
  7. has the knowledge and can guide you.
  8.                   ......................                                   
  9.                                                                               
  10. After removing motherboard, locate R-29 (about 2 inches or so behind RS-232
  11. connector). It can be further identified by a land running from the resistor
  12. to pin 6 of the RS-232 connector. Remove R-29. Cut and dress approximately
  13. 2 inch wire. Tack solder one end of the wire to pin 5 of the ACIA and the other
  14. end to the hole NEAREST, repeat NEAREST, the RS-232 connector where R-29 was
  15. removed. DO NOT use the hole closest to the ACIA as that is +5 volts. Thats all
  16. there is to it. This will give DTR on pins 5,6 & 8 of the RS-232 connector as
  17. long as RTS is high (which it is when you are using the RS-232 port). If you 
  18. were using +5 volts from any of these pins for anything else (can't think of
  19. what), you're out of luck on one or the other as the Osborne schematics do not
  20. agree with the motherboard. If you need +5 volts for another use (??), an
  21. alternative is to leave R-29 in, cut the land on the reverse side of the
  22. motherboard between pins 5 & 6, or 6 & 8, and jumper the ACIA to pin 5 or 8 of
  23. the RS-232 connector. Then configure your modem cable to supply DTR according
  24. to the method selected.
  25.                      .....................                                   
  26.                                                                              
  27. Programming considerations: Write 6xH (x is don't care) to the MODEM Status
  28. port (2A00H) to drop DTR to the modem. Then write 56H or 55H to set 300 or 1200
  29. baud again. You may have to include a routine to reset your modem after setting
  30. DTR again as I had trouble with my Prometheus getting the baud rate dinged up,
  31. but that is a known problem with some smart modems.
  32.                                                                               
  33. The routines to send ATZ to reset Hayes compatible modems can be borrowed from
  34. the Smartmodem overlays by copying the SMSEND routine.
  35.                                                                              
  36.                        ...................
  37.                                                                              
  38. Don't know if you need this mod, but my BYE and MEX certainly worked MUCH
  39. better after I made it.  I have to admit, I studied the mod a long time before
  40. attempting it since it was so simple I wondered why OCC did not incorporate
  41. DTR to begin with. Good luck and happy hacking.
  42.                                                                     
  43.                                                Larry G. Bell
  44.