LudovicRousseau / CCID

CCID driver
https://ccid.apdu.fr/
GNU Lesser General Public License v2.1
229 stars 79 forks source link

can add phoenix reader support? #99

Closed canghaiwuhen closed 2 years ago

canghaiwuhen commented 2 years ago

phoenix reader https://circuitsarchive.org/circuits/smartcard/smartcard-pc-serial-reader-writer-phoenix https://www.ladyada.net/make/simreader/faq.html alse can use Prolific PL-2303 https://osmocom.org/projects/cellular-infrastructure/wiki/MagicSIM

use openct can found reader, but thhe second one is not recognized if multiple card readers are used.

openct demo: https://timesinker.blogspot.com/2016/04/using-cheap-sim-card-readers.html

openct-phoenix driver https://sourceforge.net/projects/openct-phoenix/files/openct-phoenix

Bus 003 Device 006: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port

ub2004:~/CCID# ./src/parse > output.txt

Parsing USB bus/device: 067B:2303 (bus 3, device 6) idVendor: 0x067B iManufacturer: Prolific Technology Inc. idProduct: 0x2303 iProduct: USB-Serial Controller NOT a CCID/ICCD device

Parsing USB bus/device: 067B:2303 (bus 3, device 3) idVendor: 0x067B iManufacturer: Prolific Technology Inc. idProduct: 0x2303 iProduct: USB-Serial Controller NOT a CCID/ICCD device

LudovicRousseau commented 2 years ago

It is not a CCID compliant reader. i can't help.

Maybe the best solution is to continue to use the OpenCT driver.