From: Cui A. <Ala...@ou...> - 2022-11-25 10:07:43
|
Hi, I'm the developer of the Minidriver of Canokey(https://www.canokeys.org/) I recently build OpenSC 0.22.0. Using /DDEBUG and following conf file: app default { debug = 100; debug_file = opensc-debug.txt; } app cardmod { debug = 1000; debug_file = opensc-debug.txt; framework pkcs15 { # use_file_caching = public; } reader_driver pcsc { } card_atr 3b:f7:11:00:00:81:31:fe:65:43:61:6e:6f:6b:65:79:99 { name = "Canokey Piegon"; driver = "PIV-II"; flags = "keep_alive"; } } And I got no output both in C:/tmp and C:\Program Files\OpenSC Project\OpenSC\tools\opensc-debug.txt At the same time, the notice of pluging in popped out as normal. I have no idea about how to config or debug it. Thank you. Alan. |