Skip to content

Commit

Permalink
Add SIMHUB pcsc reader
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Dec 4, 2023
1 parent a26be9e commit 3d883a3
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
49 changes: 49 additions & 0 deletions readers/SIMHUB_pcsc_reader.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
idVendor: 0x1677
iManufacturer: SIMHUB
idProduct: 0x0341
iProduct: pcsc reader
bcdDevice: 1.00 (firmware release?)
bLength: 9
bDescriptorType: 4
bInterfaceNumber: 0
bAlternateSetting: 0
bNumEndpoints: 3
bulk-IN, bulk-OUT and Interrupt-IN
bInterfaceClass: 0x0B [Chip Card Interface Device Class (CCID)]
bInterfaceSubClass: 0
bInterfaceProtocol: 0
bulk transfer, optional interrupt-IN (CCID)
Can't get iInterface string: LIBUSB_ERROR_INVALID_PARAM
CCID Class Descriptor
bLength: 0x36
bDescriptorType: 0x21
bcdCCID: 1.10
bMaxSlotIndex: 0x00
bVoltageSupport: 0x01
5.0V
dwProtocols: 0x0000 0x0001
T=0
dwDefaultClock: 3.580 MHz
dwMaximumClock: 3.580 MHz
bNumClockSupported: 0 (will use whatever is returned)
IFD does not support GET CLOCK FREQUENCIES request: LIBUSB_ERROR_PIPE
dwDataRate: 9600 bps
dwMaxDataRate: 9600 bps
bNumDataRatesSupported: 0 (will use whatever is returned)
IFD does not support GET_DATA_RATES request: LIBUSB_ERROR_PIPE
dwMaxIFSD: 0
dwSynchProtocols: 0x00000000
dwMechanical: 0x00000000
No special characteristics
dwFeatures: 0x00020840
....40 Automatic parameters negotiation made by the CCID
..08.. ICCD token
02.... Short APDU level exchange
dwMaxCCIDMessageLength: 271 bytes
bClassGetResponse: 0xFF
echoes the APDU class
bClassEnvelope: 0xFF
echoes the APDU class
wLcdLayout: 0x0000
bPINSupport: 0x00
bMaxCCIDBusySlots: 1
3 changes: 3 additions & 0 deletions readers/supported_readers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,9 @@
0x356F:0x22FC:Sensyl SSC-NFC Reader
0x356F:0x23FE:Sensyl SSC-HV Reader

# SIMHUB
0x1677:0x0341:SIMHUB pcsc reader

# Sitecom
0x0DF6:0x800A:Sitecom Sitecom USB simcard reader MD-010

Expand Down

0 comments on commit 3d883a3

Please sign in to comment.