-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent Results based on magstripe data length in track 2 #9
Labels
bug
Something isn't working
Comments
I'll dig through the code (and once I get the testing hardware set up again, I'll attempt to replicate), but on intuition I wonder if this is attributable to oddities of the reader's parsing. To narrow things down in the interim, a few Qs for you:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have done testing in the past and was unable to send track 2 with lengths of less than 17 characters. When sending for example a 16-digit ID number, the application would require padding prior to the start sentinel to see a result from the reader.
i.e.
;1234123412341234? = failure
0;1234123412341234? = successfully sends 1234123412341234
The text was updated successfully, but these errors were encountered: