We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
SDK 2.0 is giving only 2 services for new pens which are as follows: 1> 19F1 - NEO_PEN2_SERVICE_UUID 2> 180A - NEO_DEVICE_INFO_SERVICE_UUID
I am not getting any other services (like, 18F3 - NEO_OFFLINE2_SERVICE_UUID) while connecting with pen via bluetooth.
Old pens are working great with new SDK 2.0, but having trouble with new pens.
I want to use offline data delegate for retrieving offline data from new pens, but its not working even in your sample app also.
Kindly give your inputs asap.
The text was updated successfully, but these errors were encountered:
Hi amitgajjar510,
Below is the procedure which should be set up for offline sync. You can refer to "NJOfflineSyncViewController.m" from the sample app for more details.
[[NJPenCommManager sharedInstance] setOfflineDataDelegate:self];
Additionally, the following UUIDs are being used for SDK2.0 BLE. For BLE Connection. NEO_PEN2_SERVICE_UUID "19F1" NEO_PEN2_SYSTEM_SERVICE_UUID "19F0"
For BLE data communication including offline sync. PEN2_DATA_UUID "2BA1" PEN2_SET_DATA_UUID "2BA0"
Thanks
Best regards, Louis Park
Sorry, something went wrong.
Ya That's cool. I understood. Thank you. :) 👍
No branches or pull requests
Hi,
SDK 2.0 is giving only 2 services for new pens which are as follows:
1> 19F1 - NEO_PEN2_SERVICE_UUID
2> 180A - NEO_DEVICE_INFO_SERVICE_UUID
I am not getting any other services (like, 18F3 - NEO_OFFLINE2_SERVICE_UUID) while connecting with pen via bluetooth.
Old pens are working great with new SDK 2.0, but having trouble with new pens.
I want to use offline data delegate for retrieving offline data from new pens, but its not working even in your sample app also.
Kindly give your inputs asap.
The text was updated successfully, but these errors were encountered: