acsbt-1.0.0preview4-ios5-macosx10.7-20140814

所属分类:其他
开发工具:C/C++
文件大小:902KB
下载次数:0
上传日期:2021-01-17 16:55:21
上 传 者LF_199
说明:  基于RFID,关于ACR1255蓝牙读卡器的相关开发包,仅供参考
(Based on RFID, the related development kit of ACR1255 Bluetooth card reader is for reference only)

文件列表:
ACSBluetooth (0, 2014-08-14)
ACSBluetooth\doc (0, 2014-08-14)
ACSBluetooth\doc\_a_b_t_acr1255uj1_reader_8h.html (6908, 2014-08-14)
ACSBluetooth\doc\_a_b_t_acr1255uj1_reader_8h_source.html (9556, 2014-08-14)
ACSBluetooth\doc\_a_b_t_acr3901us1_reader_8h.html (6908, 2014-08-14)
ACSBluetooth\doc\_a_b_t_acr3901us1_reader_8h_source.html (10041, 2014-08-14)
ACSBluetooth\doc\_a_b_t_bluetooth_reader_8h.html (19968, 2014-08-14)
ACSBluetooth\doc\_a_b_t_bluetooth_reader_8h.js (2878, 2014-08-14)
ACSBluetooth\doc\_a_b_t_bluetooth_reader_8h_source.html (34459, 2014-08-14)
ACSBluetooth\doc\_a_b_t_bluetooth_reader_manager_8h.html (7935, 2014-08-14)
ACSBluetooth\doc\_a_b_t_bluetooth_reader_manager_8h_source.html (12294, 2014-08-14)
ACSBluetooth\doc\_a_b_t_error_8h.html (12813, 2014-08-14)
ACSBluetooth\doc\_a_b_t_error_8h.js (1823, 2014-08-14)
ACSBluetooth\doc\_a_b_t_error_8h_source.html (19093, 2014-08-14)
ACSBluetooth\doc\_a_c_s_bluetooth_8h.html (6510, 2014-08-14)
ACSBluetooth\doc\_a_c_s_bluetooth_8h_source.html (9188, 2014-08-14)
ACSBluetooth\doc\annotated.html (9533, 2014-08-14)
ACSBluetooth\doc\annotated.js (773, 2014-08-14)
ACSBluetooth\doc\bc_s.png (676, 2014-08-14)
ACSBluetooth\doc\bdwn.png (147, 2014-08-14)
ACSBluetooth\doc\class_a_b_t_acr1255uj1_reader-members.html (10238, 2014-08-14)
ACSBluetooth\doc\class_a_b_t_acr3901us1_reader-members.html (10867, 2014-08-14)
ACSBluetooth\doc\class_a_b_t_bluetooth_reader-members.html (9941, 2014-08-14)
ACSBluetooth\doc\class_a_b_t_bluetooth_reader_manager-members.html (6668, 2014-08-14)
ACSBluetooth\doc\classes.html (7116, 2014-08-14)
ACSBluetooth\doc\closed.png (132, 2014-08-14)
ACSBluetooth\doc\doxygen.css (25363, 2014-08-14)
ACSBluetooth\doc\doxygen.png (3779, 2014-08-14)
ACSBluetooth\doc\dynsections.js (3140, 2014-08-14)
ACSBluetooth\doc\files.html (7583, 2014-08-14)
ACSBluetooth\doc\files.js (999, 2014-08-14)
ACSBluetooth\doc\ftv2blank.png (86, 2014-08-14)
ACSBluetooth\doc\ftv2doc.png (746, 2014-08-14)
ACSBluetooth\doc\ftv2folderclosed.png (616, 2014-08-14)
ACSBluetooth\doc\ftv2folderopen.png (597, 2014-08-14)
ACSBluetooth\doc\ftv2lastnode.png (86, 2014-08-14)
ACSBluetooth\doc\ftv2link.png (746, 2014-08-14)
ACSBluetooth\doc\ftv2mlastnode.png (246, 2014-08-14)
ACSBluetooth\doc\ftv2mnode.png (246, 2014-08-14)
ACSBluetooth\doc\ftv2node.png (86, 2014-08-14)
... ...

ACS Bluetooth iOS/Mac OS X Library Advanced Card Systems Ltd. Introduction ------------ This library provides classes and protocols for communicating with ACS bluetooth readers. To install the library to your development environment, see the section "Installation". Release Notes ------------- Version: 1.0.0 Preview 4 Release Date: 14/8/2014 This preview library is subject to change. It may or may not work with your iOS device or Mac. iOS The ACR3901U-S1 reader cannot be connected if it had been paired with the iOS device. In order to use the reader, you need to remove the pairing information from iOS Settings manually before making the connection. Mac OS X You may experience a disconnection problem when connecting to the ACR3901U-S1 reader and you may need to connect the reader again. System Requirements - iOS 5.0 or above. - iPhone 4S or above. - Mac OS X 10.7 or above. - Mac with Bluetooth 4.0. Development Environment - Xcode 5.1.1 or above. Supported Readers - ACR3901U-S1 - ACR1255U-J1 Installation ------------ 1. To use the class library to your project, copy "BTDemo\ACSBluetooth" folder to your project folder and drag it to your project in the Xcode. 2. Select Build Settings tab in the Targets. 3. Add "$(PROJECT_DIR)" to the Header Search Paths. 4. Add "-ObjC" to Other Linker Flags. History ------- Library v1.0.0 Preview 4 (14/8/2014) - Add the following error code to ABTError.h: ABTErrorReaderNotFound ABTErrorCommandFailed ABTErrorOperationTimeout - Convert ABTBluetoothReader to an abstract class. - Add the following classes: ABTAcr3901us1Reader ABTAcr1255uj1Reader ABTBluetoothReaderManager - Update the documentation. v1.0.0 Preview 3 (18/7/2014) - Add Mac OS X support. - Check the returned services from the reader. - Add ABTErrorServiceNotFound to ABTError.h. - Return the empty string if there is an error in converting the string in device information. - Update the documentation. v1.0.0 Preview 2 (6/6/2014) - Fix the receiving problem if the last block size is equal to the default block size. v1.0.0 Preview 1 (30/5/2014) - New release. Demo (iOS) v1.0.0 Preview 3 (14/8/2014) - Update systemVersion in Main.storyboard. - Replace with ABTBluetoothReader:getDeviceInfoWithType: in prepareForSegue:sender: of ABDViewController. - Cast _bluetoothReader to ABTAcr3901us1Reader in tableView:didSelectRowAtIndexPath: of ABDViewController. - Remove unnecessary initialization in viewDidLoad of ABDViewController. - Detect the reader using BluetoothReaderManager in ABDViewController. - Add systemIdLabel and hardwareRevisionLabel to ABDDeviceInfoViewController. - Replace the old delegate methods with bluetoothReader:didReturnDeviceInfo:type:error: of ABDViewController. - Show the battery level for ACR1255U-J1. - Enable/disable the polling for ACR1255U-J1. v1.0.0 Preview 2 (18/7/2014) - Add the missing init to _bluetoothReader in viewDidLoad of ABDViewController. - Use <...> to import ACSBluetooth.h. - Add centralManager:didDisconnectPeripheral:error: to ABDViewController. v1.0.0 Preview 1 (30/5/2014) - New release. Demo (Mac OS X) v1.0.0 Preview 2 (14/8/2014) - Replace with ABTBluetoothReader:getDeviceInfoWithType: in getDeviceInfo: of ABDAppDelegate. - Cast _bluetoothReader to ABTAcr3901us1Reader in authenticate: of ABDAppDelegate. - Cast _bluetoothReader to ABTAcr3901us1Reader in getBatteryStatus: of ABDAppDelegate. - Detect the reader using BluetoothReaderManager in ABDAppDelegate. - Add systemIdTextField and hardwareRevisionTextField to ABDAppDelegate. - Replace the old delegate methods with bluetoothReader:didReturnDeviceInfo:type:error: of ABDAppDelegate. - Show the battery level for ACR1255U-J1. - Enable/disable the polling for ACR1255U-J1. - Add Clear button to clear the data in ABDAppDelegate. - Clear the data in centralManager:didDisconnectPeripheral:error: of ABDAppDelegate. - Remove control:textShouldEndEditing: of ABDAppDelegate. - Clear the card status, the battery status and the battery level in applicationDidFinishLaunching: of ABDAppDelegate. v1.0.0 Preview 1 (18/7/2014) - New release. File Contents ------------- API Documentation: ACSBluetooth\doc iOS Sample Application: BTDemo Class Library: BTDemo\ACSBluetooth Mac OS X Sample Application: BTDemoMacOSX Class Library: BTDemoMacOSX\ACSBluetooth Mac App: BTDemo.app Support ------- In case of problem, please contact ACS through: Web Site: http://www.acs.com.hk/ E-mail: info@acs.com.hk Tel: +852 2796 7873 Fax: +852 2796 1286 ------------------------------------------------------------------------------- Copyright (C) 2014 Advanced Card Systems Ltd. All Rights Reserved. No part of this reference manual may be reproduced or transmitted in any from without the expressed, written permission of ACS. Due to rapid change in technology, some of specifications mentioned in this publication are subject to change without notice. Information furnished is believed to be accurate and reliable. ACS assumes no responsibility for any errors or omissions, which may appear in this document. IOS is a trademark or registered trademark of Cisco in the U.S. and other countries and is used under license. iPhone is a trademark of Apple Inc. Xcode is a trademark of Apple Inc. Mac and OS X are trademarks of Apple Inc.

近期下载者

相关文件


收藏者