I have an app that is sending a EmulateUriRecordCommand to a TappyUSB to reflect the current content on screen. If the content changes I send a second EmulateUriRecordCommand but it fails to overwrite the existing one. The URI found when scanning via NFC is the first URI no matter how many I send. I've attempted a StopCommand before sending EmulateUriRecordCommand but have had no luck. Is there some way to reset the state of the TappyUSB so the EmulateUriRecordCommand can be replaced?
I have an app that is sending a
EmulateUriRecordCommandto a TappyUSB to reflect the current content on screen. If the content changes I send a secondEmulateUriRecordCommandbut it fails to overwrite the existing one. The URI found when scanning via NFC is the first URI no matter how many I send. I've attempted aStopCommandbefore sendingEmulateUriRecordCommandbut have had no luck. Is there some way to reset the state of the TappyUSB so theEmulateUriRecordCommandcan be replaced?