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 / MODEM2 / RT11MODM.DOC < prev    next >
Text File  |  2000-06-30  |  924b  |  23 lines

  1.  
  2. Date:     22 Nov 82 23:33:34-EST (Mon)
  3. From:     Bob Hoffman
  4. To:       Dave Fylstra
  5. Subject:  MODEM protocol implementation for RT11
  6.  
  7. I read your note on net.micro.cpm concerning RT11 tools and thought
  8. I'd give you what I have:  I wrote this to run on my LSI-11 at home
  9. using the DECUS C compiler.  The code should be relatively
  10. self-explanatory given an understanding of the MODEM protocol itself.
  11. The reason for using a global (dladdr) for the device address is that
  12. the device address is hard-coded into the binary in exactly one
  13. place -- the global itself.  This makes it easy to patch the binary
  14. if you should move the .SAV file to another system that has its
  15. modem port at a different address [I find myself doing this often].
  16. I have used it at 1200 baud and it seems to work just fine.  If you
  17. have any questions or comments about it, please don't hesitate to ask.
  18.  
  19.  
  20.     Good luck,
  21.     ---Bob.
  22.         ...mcnc!idis!pitt!hoffman
  23.