Skip to content

Instantly share code, notes, and snippets.

@grundyoso
Created September 8, 2015 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grundyoso/f8792d1a9ed93f615fca to your computer and use it in GitHub Desktop.
Save grundyoso/f8792d1a9ed93f615fca to your computer and use it in GitHub Desktop.
2015-09-08 08:36:31.375 SDK[1647:412952] FloBLE init
2015-09-08 08:36:31.377 SDK[1647:412952] bundle/private/var/mobile/Containers/Bundle/Application/4F4ADE19-E2DA-4F8D-BD55-415ACB574418/SDK.app/ScanSound.caf
2015-09-08 08:36:31.379 SDK[1647:412952] Protocol Type: 1
2015-09-08 08:36:31.405 SDK[1647:412952] ::centralManagerDidUpdateState supports 5
2015-09-08 08:36:31.405 SDK[1647:412952] starting scan (
"6E400002-B5A3-F393-E0A9-E50E24DCCA9E",
"6E400003-B5A3-F393-E0A9-E50E24DCCA9E",
"6E400001-B5A3-F393-E0A9-E50E24DCCA9E",
"6E400016-B5A3-F393-E0A9-E50E24DCCA9E",
"6E400018-B5A3-F393-E0A9-E50E24DCCA9E",
"F000FFC0-0451-4000-B000-000000000000",
"Device Information"
)
2015-09-08 08:36:31.406 SDK[1647:412952] cc - starting scan
2015-09-08 08:36:44.105 SDK[1647:412952] ::discovered peripheral FloBLE NFC Reader <__NSConcreteUUID 0x170032c60> 93DAD21E-127D-1D0D-35B3-C2BB745B3570
2015-09-08 08:36:44.355 SDK[1647:412952] ::didConnectPeripheral peripheral FloBLE NFC Reader
2015-09-08 08:36:44.357 SDK[1647:412952] ::Scanning stopped
2015-09-08 08:36:44.689 SDK[1647:412952] ::Discovered Loco:6E400016-B5A3-F393-E0A9-E50E24DCCA9E
2015-09-08 08:36:44.689 SDK[1647:412952] LOCO:6e400016-b5a3-f393-e0a9-e50e24dcca9e
2015-09-08 08:37:10.538 SDK[1647:412952] Inited FJNCServices
2015-09-08 08:37:10.538 SDK[1647:412952] inited FloBLEReader
2015-09-08 08:37:10.539 SDK[1647:412952] ::Discovered Loco:Device Information
2015-09-08 08:37:10.540 SDK[1647:412952] LOCO:device information
2015-09-08 08:37:10.540 SDK[1647:412952] ::didDiscoverServices peripheral FloBLE NFC Reader
2015-09-08 08:37:10.541 SDK[1647:412952] Discovered service <CBPeripheral: 0x1740f2280, identifier = 93DAD21E-127D-1D0D-35B3-C2BB745B3570, name = FloBLE NFC Reader, state = connected> 6E400016-B5A3-F393-E0A9-E50E24DCCA9E
2015-09-08 08:37:10.542 SDK[1647:412952] Discovered service <CBPeripheral: 0x1740f2280, identifier = 93DAD21E-127D-1D0D-35B3-C2BB745B3570, name = FloBLE NFC Reader, state = connected> Device Information
2015-09-08 08:37:13.404 SDK[1647:412952] ::Discovered f2Hcharacteristic 6E400002-B5A3-F393-E0A9-E50E24DCCA9E
2015-09-08 08:37:13.405 SDK[1647:412952] ::Discovered h2Fhcharacteristic 6E400003-B5A3-F393-E0A9-E50E24DCCA9E
2015-09-08 08:37:13.406 SDK[1647:412952] ::Discovered f2HBlockcharacteristic 6E400004-B5A3-F393-E0A9-E50E24DCCA9E
2015-09-08 08:37:13.407 SDK[1647:412952] ::Discovered h2FBlockcharacteristic 6E400005-B5A3-F393-E0A9-E50E24DCCA9E
2015-09-08 08:37:14.890 SDK[1647:412952] ::Discovered deviceInformationService Firmware Revision String
2015-09-08 08:37:15.878 SDK[1647:412952] :: Notification with NULL value serialPortF2hCharacteristic
2015-09-08 08:37:16.869 SDK[1647:412952] :: Notification with NULL value serialF2hPortBlockCharacteristic
2015-09-08 08:37:16.870 SDK[1647:412952] :: Notification of Unsupported characteristic UUID Firmware Revision String
2015-09-08 08:37:17.364 SDK[1647:412952] AppDelegate didReceiveServiceFirmwareVersion 16.0
2015-09-08 08:37:27.263 SDK[1647:412952] -[ReaderManager handleReceivedByte:withParity:atTimestamp:]: unrecognized selector sent to instance 0x1741e1a00
2015-09-08 08:37:27.268 SDK[1647:412952] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[ReaderManager handleReceivedByte:withParity:atTimestamp:]: unrecognized selector sent to instance 0x1741e1a00'
*** First throw call stack:
(0x183c2822c 0x19589c0e4 0x183c2f2f4 0x183c2bec0 0x183b2e96c 0x1000f5ce4 0x183894b3c 0x1838909d4 0x1001d8fd4 0x1001d8f94 0x1001e3db8 0x1001dc2c4 0x1001dd6f4 0x183bdf544 0x183bdd5ec 0x183b08f74 0x18d56b6fc 0x18870ad94 0x1000ee374 0x195f46a08)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment