Re: MUSCLE Re: Todos and 115.2
I think this reader belongs to the category "dumb readers". To make things simple and cheap, they usually have a fixed 3.57 MHz clock to the card, thus yielding 9600 bps as default I/O speed. Then they more or less just connects I/O to the COM port. Yes, that's correct. My driver now sends the pps to raise the card speed, and sets the port speed to match. It works with a PC3 dumb reader, but not with the Todos. So there is something about the Todos that prevents this from working. *** Linux Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/smartcard/index.html ***
Re: Make missing libtool in MUSCLE PCSC 0.98
Hey dave, Quick question; have you checked out the 15/2 towitoko pc/sc drivers? If so, what did you think of them?. I am getting ready to install them for a chipdrive intern I have in a win 2k (build 1982.2) box at UT, but I would love to get an extra opinion before I go ahead and do that. Thanks! Eduardo. -Original Message- From: David Corcoran <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, March 15, 1999 10:19 AM Subject: Re: Make missing libtool in MUSCLE PCSC 0.98 >Hello Carlos and Everyone, > >There is only one library in pcsc that needs the mico-ld which is the >/src/resmgr-local/libpcsc.so. All the others can use lib-tool. If you >look at mico-ld it is merely a wrapper around g++. All it does is a shell >script which calls g++ with a few comm line parms. My guess is that you >could just add those comm line parms to the Makefile.in CXXFLAGS for that >particular Makefile.in in /src/resmgr-local. > >Thanks >Dave > >* >David Corcoran Internet Security/Smartcards > >Home: Purdue University >2252 US Highway 52 WestDepartment of Computer Science >West Lafayette, IN 47906 CERIAS/COAST Laboratory >Home: (765) 463-2455 >Cell: (317) 514-4797 > >http://www.linuxnet.com > >* > > >*** >Linux Smart Card Developers - M.U.S.C.L.E. >(Movement for the Use of Smart Cards in a Linux Environment) >http://www.linuxnet.com/smartcard/index.html >*** *** Linux Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/smartcard/index.html ***
Re: Make missing libtool in MUSCLE PCSC 0.98
Hello Carlos and Everyone, There is only one library in pcsc that needs the mico-ld which is the /src/resmgr-local/libpcsc.so. All the others can use lib-tool. If you look at mico-ld it is merely a wrapper around g++. All it does is a shell script which calls g++ with a few comm line parms. My guess is that you could just add those comm line parms to the Makefile.in CXXFLAGS for that particular Makefile.in in /src/resmgr-local. Thanks Dave * David Corcoran Internet Security/Smartcards Home: Purdue University 2252 US Highway 52 WestDepartment of Computer Science West Lafayette, IN 47906 CERIAS/COAST Laboratory Home: (765) 463-2455 Cell: (317) 514-4797 http://www.linuxnet.com * *** Linux Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/smartcard/index.html ***
MUSCLE Re: Todos and 115.2
>I've just discovered that the Todos reader won't run at 115.2 Kbps. I >haven't tried lower speeds other than 9600. I think this reader belongs to the category "dumb readers". To make things simple and cheap, they usually have a fixed 3.57 MHz clock to the card, thus yielding 9600 bps as default I/O speed. Then they more or less just connects I/O to the COM port. Still, the smartcard may be capable of other speeds (like 115k2). This has to be handled by the driver changing COM port speed, since the reader just "feeds through" the I/O. If it doesn't work even if the driver controls speed, AND THE CARD SUPPORTS THE SPEED, the reader might have too slow 5V to RS232 conversion HW to support it. /Morten --- Looking for the best modem in the world? [EMAIL PROTECTED] Judge for yourself, but don't miss our candidates. http://www.intertex.se --- *** Linux Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/smartcard/index.html ***