You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run windows . flutter calls the DLL, and already gets the value returned by c. But then it will lose connection to device.
I don't know what's causing this.Below is my code
` Future sendAPDUHex(String cmd) async {
int sendLen = cmd.length ~/ 2;
try {
The modification according to the above three points will still lose.
The printing is normal. I don't know if it is a memory allocation problem. Sometimes the first time it is normal, the second time it runs, it will lose
run windows . flutter calls the DLL, and already gets the value returned by c. But then it will lose connection to device.
I don't know what's causing this.Below is my code
` Future sendAPDUHex(String cmd) async {
int sendLen = cmd.length ~/ 2;
try {
}`
The text was updated successfully, but these errors were encountered: