Closed redDwarf03 closed 2 years ago
I don't know much about APDU. After exploring the link you posted a bit, I think it might be possible, but you must connect devices via USB and construct raw bytes by hand.
ok. thanks your library provides a async API. could you provide a non-async API please ?
Android and web platforms does not support sync api. There is also no way to convert an async api to a sync one in dart.
Ok thx for your answer
hello is it possible with your project to send APDU like in this project https://github.com/LedgerHQ/ledgercomm ? Thank you