provide CommunityID as hex string
CommunityID is taken now from default value or dataset file in readable digit-string Format. Benefits: - internal "NotOnChip" function is now working for DG18 - The value is readable ;-)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# This is an example dataset file for the virtual smartcard.
|
||||
# Datagroups are just given in plain ascii, separated by =.
|
||||
# CommunityID has to be given as hex values enclosed with ' '.
|
||||
# The File is passed to the virtual smartcard emulator via
|
||||
# command line option -d, with or without path.
|
||||
#
|
||||
@@ -32,7 +31,7 @@ Country=D
|
||||
City=BREMEN
|
||||
ZIP=28195
|
||||
Street=STADTMUSIKANTENWEG 12a
|
||||
CommunityID='\x02\x76\x03\x02\x54\x00\x21'
|
||||
CommunityID=02760302540021
|
||||
|
||||
# ResidencePermit1 and ResidencePermit2 are part of eAT only
|
||||
ResidencePermit1=Nebenbestimmungen I Text...(up to 750 characters)
|
||||
|
||||
Reference in New Issue
Block a user