home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / hc11dev / artser / artser.doc < prev   
Text File  |  1995-02-27  |  2KB  |  34 lines

  1.                =======================================
  2.                artser 37.6 - replacement serial.device
  3.                         By CBM & Arthur Hagen
  4.                 Latest version compiled on 1993/04/19
  5.                =======================================
  6.  
  7. Just a debugged and optimised version of the C= serial.device 37.4.
  8. All functions should be identical, but this one should be somewhat
  9. faster and safer (the original contained code that trashed a byte when
  10. closing the device).
  11. To use this program, place it in your devs: directory, and select
  12. artser.device instead of serial.device in your comms program.
  13.  
  14. Note to NComm users:
  15. Because of a bug in NComm, it won't help if you select artser.device
  16. as the device in the menu, since serial.device already is present in
  17. memory, and thus artser.device cannot be loaded, since NComm "forgets"
  18. to expunge the serial.device before loading the new one.  To use
  19. artser.device, edit the file NComm:NComm.config, and replace the text
  20. "serial.device" with "artser.device".  Then save and reboot before
  21. starting NComm again.
  22.  
  23. Note to users of other comms packages:
  24. If you cannot set the device in your comms program, don't despair.
  25. Rename your old serial device to devs:oldser.device or something
  26. similar, and rename artser.device to devs:serial.device.
  27. Then edit or zap this file, and replace the two occurences of the
  28. string "artser" with "serial".  If you already have used your comms
  29. package since last reboot, you might have to reboot again before the
  30. change will have any effect.
  31.  
  32. Enjoy,
  33. *Art
  34.