HI,
We have an Android application that uses the ascii_sdk to access the reader. The application works great. However there has been a request to add 'beep on unique reads' functionality.
The code should be:
Command_setuniquereport uniqueReportCommand = new Command_setuniquereport();
uniqueReportCommand.setenable(true);
sendCommand(uniqueReportCommand);
However this doesn't exist in the ASCII_SDK that we are using. Is there a newer version that supports this? Also is the ASCII_SDK still supported, or should we move it over to the RFIDAPI3 libraries.
thanks
1 Replies
So i updated to the latest ASCII_SDK found in the Mobile Application sourcecode. Now the code is available in the application, however i cannot find any documentation related to that code. Any ideas where to find it?
thanks