home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / dev / src / SerialClass1_0.readme < prev    next >
Encoding:
Text File  |  1996-01-05  |  2.3 KB  |  56 lines

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