-- 
Jorge Suárez de Lis <y...@jorgesuarezdelis.name>
--- Begin Message ---
Hello David,

> upekts:debug [e_handle_resp00] poll result = 2e
> upekts:debug [e_handle_resp00] unrecognised scan status code 2e

That's weird. I've never received 2e. You should receive 0d, then 0e,
then 26 and then 27. But not 2e.

Is your device the same as mine? On the barcode it says TCRD4CA1H6A3.

Try this, after line 1000 (case 0x27:) add this:

   case 0x2e:

So it looks like this:

        case 0x0c:
        case 0x0d:
        case 0x0e:
        case 0x26:
        case 0x27:
        case 0x2e:
                /* if we previously completed a non-last enrollment stage, we'll
                 * get this code to indicate successful stage completion */

Then compile and give it another try. Good luck!

-- 
Jorge Suárez de Lis <y...@jorgesuarezdelis.name>

--- End Message ---
_______________________________________________
fprint mailing list
fprint@reactivated.net
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to