Skip to content
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

only usage help update: BirthName, ResidencePermit1 and ResidencePermit2 #30

Closed
wants to merge 1 commit into from

Conversation

psytester
Copy link
Contributor

This is only the usage help update, the coding in CardGenerator.py will follow later
I have a problem in setup of ResidencePermit1 that it is recognized in eID service. This does not work:
....
dg19 = pack([(0x73, 0, [(0x0C, 0, ResidencePermit1)])], True)
dg20 = pack([(0x74, 0, [(0x0C, 0, ResidencePermit2)])], True)
....

This is only the usage help update, the coding in CardGenerator.py will follow later
I have a problem in setup of ResidencePermit1 that it is recognized in eID service. This does not work:
....
dg19 = pack([(0x73, 0, [(0x0C, 0, ResidencePermit1)])], True)
dg20 = pack([(0x74, 0, [(0x0C, 0, ResidencePermit2)])], True)
....
@frankmorgner
Copy link
Owner

how should an encoded example look like?

@psytester
Copy link
Contributor Author

You can apply that part.
It works now with correct coding.
Tag 0xA1 was missing:
dg19 = pack([(0x73, 0, [(0xA1, 0, [(0x0C, 0, ResidencePermit1)])])], True)
dg20 = pack([(0x74, 0, [(0xA1, 0, [(0x0C, 0, ResidencePermit2)])])], True)

@psytester psytester deleted the patch-6 branch January 23, 2015 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants