home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / dev / src / SerialClass1_0.lha / SerialClassV1.readme < prev   
Encoding:
Text File  |  1995-12-12  |  1.8 KB  |  46 lines

  1. SerialClassV1.readme
  2.  
  3. Short:    SAS 6.56 source code for an object oriented C++ Serial Port class
  4. Uploader: cimino@mdso.vf.ge.com (Paul Cimino)
  5. Author:   cimino@mdso.vf.ge.com (Paul Cimino)
  6. Type:     dev/src
  7.  
  8. December 12, 1995
  9.  
  10. This package contains the source code for an object oriented C++ serial port
  11. class.  The basic idea is to make simple access to the serial port trivial.
  12. The port can be instantiated with few parameters, allowing all else to 
  13. default.  Port parameters can be changed on the fly with Set functions.
  14. Simple character/ubyte or string input output.  Character and string IO also
  15. supported with overloaded stream functions.
  16.  
  17. I wish I had time to be a full time developer for the Amiga, but can find
  18. little time as it is.  So I am very weak on Amiga specific interface
  19. programming.  This SerialClass program is an attempt to make (at least) one
  20. aspect of the Amiga easy to code, with little required knowledge of the machine.
  21. Simply look in the header file for port functionality and GO !
  22.  
  23. Package contains SerialClass.cc, SerialClass.h and EXAMPLE.cc
  24.  
  25. This is Version 1.0, and I don't plan on releasing another version, HOWEVER
  26. I am releasing this into the public domain (stipulations in the file)
  27. and hope that other people will improve upon and rerelease other versions
  28. of this code.   
  29.  
  30. Someone may want to create a "DeviceClass" where the SerialClass is a sub-class.
  31. I started out this way, but got too bogged down.
  32.  
  33. Comments, are welcome, also if anyone is working object oriented classes
  34. for the Amiga, I'd be interested in getting a copy.
  35.  
  36.     Wish list :
  37.         Child process or fork class
  38.         Parallel port class
  39.         GUI classes (yes, I know some are available, but more are always
  40.             welcome !)
  41.         Floppy interface class
  42.         SCSI, CD, any and all hardware devices, etc !
  43.  
  44. Paul Cimino
  45. cimino@mdso.vf.ge.com
  46.