https://github.com/star-micronics/star-passprnt-sdk-android
Star PassPRNT SDK for Android is a software development kit for supporting the host application development for the Android PassPRNT app.
https://github.com/star-micronics/star-passprnt-sdk-android
Last synced: 5 months ago
JSON representation
Star PassPRNT SDK for Android is a software development kit for supporting the host application development for the Android PassPRNT app.
- Host: GitHub
- URL: https://github.com/star-micronics/star-passprnt-sdk-android
- Owner: star-micronics
- Created: 2022-05-16T04:45:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T10:03:39.000Z (over 2 years ago)
- Last Synced: 2025-05-08T23:53:42.254Z (about 1 year ago)
- Homepage: https://www.star-m.jp/starpassprntsdk-oml-android.html
- Size: 455 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme_En.txt
Awesome Lists containing this project
README
************************************************************
Star PassPRNT Android SDK Ver 2.6.0
Readme_En.txt Star Micronics Co., Ltd.
************************************************************
1. Overview
2. Contents
3. Scope
4. Copyright
5. Release History
=============
1. Overview
=============
This package contains SDK for PassPRNT.
"PassPRNT" is an application intervening outer applications (hereinafter
called "Coordinating App") and Star Device (hereinafter called "Device").
This App transfers to the printer the print data converted from all Coordinating
App information including receipt design, paper width and other related data.
Therefore the Coordinating App needs no designing or development to establish
communication with the printer.
Similarly printer status and print result are monitored as well so that
Coordinating App is not required on such control.
Receipt design put out of this system is supported by HTML/PDF layout, so there is
no need to understand the device unique command specifications.
The other transferred data is also distributed as a part of query based on
the standard URL specifications.
e.g.:
starpassprnt://v1/print/nopreview?html=&size=3&drawer=on&back=
Please refer to document including this package for details.
=============
2. Contents
=============
PassPRNT_Android_SDK_Ver2.6.0
|
| 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)
| UsersManual_Android.url // Shortcut to User Manual
|
+- Samples // Android Studio project file for sample program
=================
3. Scope
=================
[OS]
Android OS 10 - 15
[Software]
PassPRNT Ver 2.11.0
[Printer Model]
Please refer to Users Manual.
==============
4. Copyright
==============
Copyright 2016 - 2025 Star Micronics Co., Ltd. All rights reserved.
====================
5. Release History
====================
Ver 2.6.0
2025/05/19 : Changed `size` query to `384`, `406`, `576`, `832`.
Updated target OS and target software.
Ver 2.5.0
2023/09/07 : Added `2w6` and `2w7` to `size` query.
Updated target OS and target software.
Change `launchMode` to `singleTask`.
Ver 2.4.0
2023/04/10 : Added `gap` query.
Added `1` and `2w5` to `size` query.
Updated target OS and target software.
Ver 2.3.0
2021/10/29 : Added Buzzer (BU01) and Melody Speaker (mC-Sound) support.
Ver 2.2
2020/01/23 : Added Web Download Print function (`Url` query).
Ver 2.1
2018/07/02 : Added queries (drawerpulse/cut).
Changed specification of Black mark.
Ver 2.0
2017/09/29 : Added printer settings (Drawer pulse/Cut type).
Changed specification of Black mark and PDF function.