You are misinterpreting the output. The software found 30786579 in the database. 30786579 is a known CEM.
If a CEM part number is not found in the database the software will output " "Unknown CEM part number XXXXXXXX. Don't know what to do".
You are misinterpreting the output. The software found 30786579 in the database. 30786579 is a known CEM.
If it still fails try changing the following in the code. You will find it near the top of the code.
P1, P2 CEM-L and P2 CEM-H are supported. P2 CEM-B and P3 are not supported.
Perhaps that should be extended to: "Unknown CEM part number XXXXXXXX. Don't know what to do. Report part number and CEM type to the developers or call Junior Samples at BR-549. "RickHaleParker wrote: ↑10 Jun 2021, 02:03 If a CEM part number is not found in the database the software will output " "Unknown CEM part number XXXXXXXX. Don't know what to do".
In my code it is already set to 100.RickHaleParker wrote: ↑10 Jun 2021, 02:16
If it still fails try changing the following in the code. You will find it near the top of the code.
#define SAMPLES 30 /* number of samples per sequence, more is better (up to 100) */
#define SAMPLES 100 /* number of samples per sequence, more is better (up to 100) */
SAMPLES 100 will take longer but it might get the PIN.
More SAMPLES is slower but more reliable. Fewer SAMPLES is faster but less reliable.
30686819 does not existRickHaleParker wrote: ↑10 Jun 2021, 21:27 VTL it looks like there are only four P3-CEM part numbers. Which could be add to the database.
Then if a unsupported P2-CEM-B or P3-CEM is detected. Could output "XXX not supported"
Leave code for unknown CEMs there might be some out there I have not found.
P3 CEM part numbers:
30765624
30686819
31327994
31412971