We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
It is not a CCID compliant reader. i can't help.
Maybe the best solution is to continue to use the OpenCT driver.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: