Hi, The chipdrive is a PCSC migration terminal therefore the settings described in the attached files are needed. Also make sure the "gen_twk.dll" file is in your path. At 10:37 �� 21/12/2000 +0100, you wrote: >Hello, > >I got the following problem: >when I try to acces a card with a Gemplus GCR410 reader and >the following properties file everything works fine: >OpenCard.terminals = \ >com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory|gcr|GCR410|COM1 > >when I use (withe the towitoko reader of course) >OpenCard.terminals = \ >com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory|micro|Chipdrive_Micro|COM1 >nothing works. > >What's wrong? >Gerd >------------------------------------------------------ >-- Gerd Schering >-- Email: [EMAIL PROTECTED] >------------------------------------------------------
# Only needed for smart card readers with migration interface Reader[1] PORT_NUMBER = 1 READER_NAME = TOWITOKO terminals DLL_NAME = gen_twk.dll #Reader[1] # PORT_NUMBER = 1 # READER_NAME = IBM 5948-B02 Card Terminal # DLL_NAME = genmfc32.dll #Reader[2] # PORT_NUMBER = A # READER_NAME = Utimaco A Terminal # DLL_NAME = gen_uti.dll #Reader[3] # PORT_NUMBER = B # READER_NAME = Utimaco B # DLL_NAME = gen_uti.dll
############################################################################### # Copyright � 1997 - 1999 IBM Corporation. # # Redistribution and use in source (source code) and binary (object code) # forms, with or without modification, are permitted provided that the # following conditions are met: # 1. Redistributed source code must retain the above copyright notice, this # list of conditions and the disclaimer below. # 2. Redistributed object code must reproduce the above copyright notice, # this list of conditions and the disclaimer below in the documentation # and/or other materials provided with the distribution. # 3. The name of IBM may not be used to endorse or promote products derived # from this software or in any other form without specific prior written # permission from IBM. # 4. Redistribution of any modified code must be labeled "Code derived from # the original OpenCard Framework". # # THIS SOFTWARE IS PROVIDED BY IBM "AS IS" FREE OF CHARGE. IBM SHALL NOT BE # LIABLE FOR INFRINGEMENTS OF THIRD PARTIES RIGHTS BASED ON THIS SOFTWARE. ANY # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # DISCLAIMED. IBM DOES NOT WARRANT THAT THE FUNCTIONS CONTAINED IN THIS # SOFTWARE WILL MEET THE USER'S REQUIREMENTS OR THAT THE OPERATION OF IT WILL # BE UNINTERRUPTED OR ERROR-FREE. IN NO EVENT, UNLESS REQUIRED BY APPLICABLE # LAW, SHALL IBM BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ALSO, IBM IS UNDER NO OBLIGATION # TO MAINTAIN, CORRECT, UPDATE, CHANGE, MODIFY, OR OTHERWISE SUPPORT THIS # SOFTWARE. # use the service factory for the IBM Multi Functional Card OpenCard.services = opencard.opt.util.PassThruCardServiceFactory \ com.ibm.opencard.factory.MFCCardServiceFactory # use IBM's card terminal 5948 B2 # The IBM terminal implementation is currently not operational, # fall back to PC/SC migration terminal implementation OpenCard.terminals = com.ibm.opencard.terminal.pcscmig.PcscMigCardTerminalFactory #OpenCard.terminals = com.ibm.opencard.terminal.gemplus.GemPlusCardTerminalFactory|MyGCR|GCR410|COM1 #OpenCard.terminals = com.ibm.opencard.terminal.ibm5948.IBMCardTerminalFactory|Fridolin|IBM5948-B02|1 ####################### # TRACE configuration # ####################### OpenCard.trace = opencard:1 ###############################################################################
