Justin-roy / Zebra-Rfid-Sdk-Plugin

Flutter Native SDK Plugin
Other
10 stars 5 forks source link

RFID_COMM_OPEN_ERROR #11

Open deduu opened 4 weeks ago

deduu commented 4 weeks ago

Thanks for this work! awesome.

I managed to run and deploy it to MC33. However, I got the error saying RFID_COMM_OPEN_ERROR when I press Read button.

Do you have any thoughts on what's going on?

I have tried restarted the device. The status is 1 which I assume "Connected" but it gives me the above error.

I have also tried the other app on MC33 for reading the RFID and it works. But, the source code here gives me error.

Thanks in advance

JeffOlajos commented 3 weeks ago

Had the same issue. Make sure you add both lines (below) to the settings.gradle file. The pub.dev install notes don't show the second line.

include ":app", ':RFIDAPI3Library' project(":RFIDAPI3Library").projectDir = file("./RFIDAPI3Library")