Services provided by the SAP Mobile Infrastructure to provide peripheral access to mobile applications. PIOS provides an abstraction layer between the application and the peripheral. A developer using PIOS does not have to be concerned about the implementation details of each peripheral model supported. Instead the developer will target abstracted functionality provided by the peripheral and required by the application.
Peripheral Input/Output Services describes in detail the printer API and how to emulate the printing process during the development process.
The example MDK_printAPIExampleJSP shows the usage of the Peripheral Input/Output Service. Download example