Skip to content
New issue

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

Request for Extended Multiple Read/Write Support in ISO 15693 iOS API #729

Open
psusundrem opened this issue Jun 18, 2024 · 2 comments
Open

Comments

@psusundrem
Copy link

I am developing an NFC-based app that requires reading and writing approximately 2k bytes from an NFC Type 5 (ISO 15963) tag.

According to the API reference for ISO 15693(Iso15693HandlerIOS), the available write methods are 'writeSingleBlock' and 'extendedWriteSingleBlock', while for reading, the options are 'readMultipleBlocks' and 'extendedReadSingleBlock'. Since 'readMultipleBlocks' does not support 16-bit block addresses, combining it with 'extendedReadSingleBlock' for reading 2k bytes might take roughly 3.5 seconds, considering the time required for command-response cycles. Similarly, writing 2k bytes using the single block method could take approximately 6 seconds due to the command-response time for each block.

Are there any plans to support extended multiple read, multiple write, and extended multiple write for multiple blocks?

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Sep 17, 2024
@Pulcifer
Copy link

I would also love to see this supported to avoid creating a one off scenario to leverage native code.

@github-actions github-actions bot removed the Stale label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants