**********************************************************
      SMCSMicroReceipt SDK Ver 1.0.0.0
      Readme_En.txt              Star Micronics Co., Ltd.
**********************************************************

1. Overview
2. Contents
3. Scope
4. Development Environments
5. Notification for using this SDK after updating Software to applied version
6. Notes
7. Copyright
8. Release History

=============
 1. Overview
=============
 
 This package contains SMCSMicroReceipt SDK Ver 1.0.0.0.
 SMCSMicroReceipt is a library for supporting application development 
 for setting micro receipt value of star cloud services.

=============
 2. Contents
=============
    SMCSMicroReceiptSample
    |- Readme_En.txt                           // Release Note(English)
    |- Readme_Jp.txt                           // Release Note(Japanese)
    |- SoftwareLicenseAgreement.pdf            // Software License Agreement(English)
    |- SoftwareLicenseAgreement_jp.pdf         // Software License Agreement(Japanese)
    +- redistributables
    |  +- dylib_x86_64
    |  |  +- libSMCSMicroReceipt.dylib         // SMCSMicroReceipt component
    |  +- include                           
    |     +- SMCSMicroReceipt.h                // SMCSMicroReceipt include file
    |
    +- Software
       +- SMCSMicroReceipt_Sample.xcodeproj    // Sample project file for C
       +- SMCSMicroReceipt_Sample              // Sample source codes for C


==========
 3. Scope
==========

  [Supported Software]
    Star CUPS Driver for mac (Ver 4.2.0 or latar)

  [Supported printer models]
    Thermal Printer 
      FVP10, TSP100, TSP100GT, TSP100LAN, TSP100IIU, TSP650, TSP650II, TSP700II, TSP800L, TSP800II, TSP1000, 
      TUP500, TUP900, TSP100III(BI/WLAN/LAN/U), mPOP, mC-Print2, mC-Print3

    Portable Printer 
      SM-S210i, SM-S220i, SM-S230i, SM-T300i, SM-T400i, SM-L200, SM-L204, SM-L300 

  [OS]
    Mac OS X 10.10 - 10.14


=============================
 4. Development Environments
=============================

  The files that are necessary for developing applications are stored in the 
  "/redistributables" folder. 

    The sample file has been written in Xcode 8.3.1.
    To use StarIO in your Xcode project: include the ”SMCSMicroReceipt.h” header file, 
    link against the ”libSMCSMicroReceipt.dylib” library file. 
    ”SMCSMicroReceipt.h” header file is written in-line with the function declarations. 


===============================================================================
 5. Notification for using this SDK after updating Software to applied version
===============================================================================
    Older than Software versions listed above do not support Micro receipts.
    To use this SDK function, please enable Micro receipts by following the 
    steps below method after updating software.

    1. Start Star Micronics Cloud.app
    2. Select printer to use.


==========
 6. Notes
==========

  1．Micro receipt setting change
      Please do not use this SDK library to change Micro receipt setting 
      when using Star Micronics Cloud.app.

  2. The first parameter of GetMiccroReceiptType Method and SetMicroReceiptType function
      Please use the same device name as registered using 
      your Star Cloud Services account in the software listed above.

     (*) Refer to the each software manual for details of what Star Cloud Services.


==============
 7. Copyright
==============

  Copyright (C) 2017-2018 Star Micronics Co., Ltd. All rights reserved.


====================
 8. Release History
====================
  Ver 1.0.0.0 
    11/05/2018  Revised Readme
    05/22/2017  First release
