Step-by-step guide
There is a "read battery level command" you can issue to the reader to check the battery status.
Please issue the get battery Level command F0-02 to get the status. If the data level >= 0xD2 indicates the Battery power full. if data level <= 0xC0 indicates Battery power low.
- Connect the audio or BT VP3300 to a USB Port on the PC
- Launch the USDK Demo and wait for the reader to be detected
- You can send the F0-02 command follow the numbered steps as shown in the screenshot below:
- Check the response returned in the Log window for the battery level byte (#6 in the screenshot above). If the data level >= 0xD2 indicates the Battery power full. if data level <= 0xC0 indicates Battery power low.
Related articles