Hi... I'm using an application to receive satellite data... it's hard coded, i don't have the source :-( When the application start, and evrytime it try to decode the recevided data one line about unknow reader appear in the logs....
winscard.c:220:SCardConnect() Reader AKS ifdh 0 0 Not Found So, i can't change the application, but I've ask if ther are some patch to apply to solve the problem.... at the moment there are note :-( I think the only way it's to to some change on pcscd to give this kind of name to my reader. I've look a little bit in the source code .... whats i've undersatnd it's that the informatione coming from usb port name.... thankyou , I hope you can help me because I'm relly lost. Ciao Francesco On Tue, 29 Nov 2005 15:47:28 +0100, Ludovic Rousseau wrote > On 29/11/05, ozzo <[EMAIL PROTECTED]> wrote: > > Hi all... this is my first post, i hope someone can help me! > > I will try :-) > > > /pcscd -f > > pcscdaemon.c:258:main() pcscd set to foreground with debug send to stderr > > readerfactory.c:1097:RFInitializeReader() Attempting startup of AKS ifdh 00 > > 00. > > readerfactory.c:939:RFBindFunctions() Loading IFD Handler 2.0 > > pcscdaemon.c:463:main() pcsc-lite 1.2.9-beta9 daemon ready. > > hotplug_libusb.c:214:HPReadBundleValues() No bundle files in pcsc drivers > > directory: /usr/local/pcsc-lite/pcsc/drivers > > hotplug_libusb.c:215:HPReadBundleValues() Disabling USB support for pcscd > > Card ATR: 3B F2 98 00 FF C1 10 31 FE 55 C8 03 15 > > > > but then when my apllication start i can see this messages > > > > winscard.c:220:SCardConnect() Reader AKS ifdh 0 0 Not Found > > winscard.c:220:SCardConnect() Reader AKS ifdh 0 1 Not Found > > winscard.c:220:SCardConnect() Reader AKS ifdh 0 0 Not Found > > winscard.c:220:SCardConnect() Reader AKS ifdh 0 1 Not Found > > Where do these names "AKS ifdh 0 0", etc. come from? > I guess you are not using SCardListReaders() since the reader name > would then be "AKS ifdh 00 00" (note the double zeros) > > Bye, > > -- > Dr. Ludovic Rousseau > For private mail use [EMAIL PROTECTED] and not "big brother" > Google > > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle -- Francesco Andreozzi _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
