Re: [OCF] GSM and Smart Card

2001-07-11 Thread Brian McGuiness
Try http://www.gsm-hacking.dk/ for starters. cheers Brian Guilherme Luiz Stuermer wrote: Hello, Does someone knows here can I find info about GSM with Smart Card technology? Thanks a lot -- Guile Stuermer ([EMAIL PROTECTED] - ICQ#6338830) --- Visit the OpenCard web site at

Re: [OCF] Fw: Simultaneos acces to the same card

2001-09-17 Thread Brian McGuiness
Are you doing all your processing inside your event handler? If so, the first event handler to react to the card inserted event will block all other event processing (and all other event handlers) until it has finished doing what it has to do. cheers Brian Luciano da Silva Coelho wrote:

[OCF] Negotiating Baud rate

2001-12-19 Thread Brian McGuiness
Can anyone tell me what the situation is with Negotiating baud rates between the card and OCF when using OCF on top of PCSC? Does it already do negotiation? Can you call methods to get negotiation to occur or even set the baud rate yourself or is it just not possible? cheers Brian ---

Re: [OCF] newbie question: Can any smart card work with any reader?

2002-02-14 Thread Brian McGuiness
Have a search on the net for explanations of smartcard technology specifically in relation to the ISO 7816 standard and T=0/T=1 protocols. This should answer a lot of your questions. cheers Brian ASTI Legaspi, Calen Martin D. wrote: Can any smart card work with any reader? All

Re: [OCF] Getting Started on Linux

2002-04-19 Thread Brian McGuiness
Kenji Hollis wrote: Also, how supported is OpenCard vs JavaCard? Which should I be concentrating my efforts on supporting? OCF and JavaCard are two very different beasts. JavaCard is a card operating system allowing you to write and load card applets using a subset of the Java language.

Re: [OCF] PC/SC Opencard Linux Question

2002-04-19 Thread Brian McGuiness
Kenji Hollis wrote: Hello all: Using the PC/SC drivers on OpenCard API for Linux, what do I need to do to solve this error: Exception in thread main java.lang.UnsatisfiedLinkError: no OCFPCSC1 in java.library.path Do I need to grab some other MUSCLE package to get this to work? Your

Re: [OCF] OCF Towitoko ChipDrive

2002-07-17 Thread Brian McGuiness
Harry wrote: Has anyone ever managed to even get this thing to write data (towitoko chipdrive and OCF (pc/sc))? I used a couple Towitoko chipdrive M100 and also the USB equivalent. I find them a bit slower at detecting inserts than some of the other readers I have used but other than that I

Re: [OCF] My views on support of OCF and drivers

2003-01-09 Thread Brian McGuiness
Christophe, I'd like to take this opportunity to thank you for the effort you have put in in the past, especially as it is no longer 'part of your job'. It was quite strange to get this email just now as a lot of it parallels what I have been thinking about for a while myself. Namely more

[OCF] Re: gpk16000 support question

2003-01-27 Thread Brian McGuiness
Don't know about GPK 16000 support specifically - maybe ask Gemplus, but the 1.2 version of OCF is the latest and that is probably the most up to date gemplus stuff. There hasn't been much OCF development recently but hopefully plans are afoot to change that. cheers Brian Danny De Cock

Re: [OCF] Open OCF repository

2003-01-28 Thread Brian McGuiness
Joe Phillips wrote: On Wed, 2003-01-22 at 10:06, Brian McGuiness wrote: Further to the discussions the other week, i've looked into both Sourceforge (www.sourceforge.org) and Savannah (www.savannah.nongnu.org) Sourceforge (SF) is larger (~55,000 projects, ~550,000 users) compared to Savannah

Re: [OCF] Availability of Global Platform library

2003-03-05 Thread Brian McGuiness
PROTECTED] ! containing the word ! unsubscribe ! in the body. -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software Engineer Fax: +44(0)1355 272993 Ecebs

Re: [OCF] EMV problem

2003-03-06 Thread Brian McGuiness
Andrea Manca wrote: [ERROR] opencard.opt.emv.mgmt.BasicEMVAppletAccess.list --- message Response returned:[EMAIL PROTECTED] : 6A 82j. 6A 82 is usually security status not satisfied - most likely you have to verify with a PIN or do a mutual

Re: R: [OCF] EMV problem

2003-03-07 Thread Brian McGuiness
. -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software Engineer Fax: +44(0)1355 272993 Ecebs Limited The James Watt Building, Scottish Enterprise Technology Park, East Kilbride G75 0QD Email: [EMAIL

Re: [OCF] No reader found

2003-03-24 Thread Brian McGuiness
! unsubscribe ! in the body. -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software Engineer Fax: +44(0)1355 272993 Ecebs Limited The James Watt Building, Scottish

Re: Fw: [OCF] No reader found

2003-03-25 Thread Brian McGuiness
Message - From: Brian McGuiness [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 24, 2003 9:28 PM Subject: Re: [OCF] No reader found Why did you remove the reader from the device list? Are you not using the Gemplus reader under PCSC? cheers win Patterson wrote: Hi all.. As I

Re: Fw: [OCF] No reader found

2003-03-26 Thread Brian McGuiness
??? - Original Message - From: Brian McGuiness [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 5:19 PM Subject: Re: Fw: [OCF] No reader found I think you have only one card reader connected to your PC. Correct? But your windows card registry thinks you have

Re: [OCF] PC/SC bug correction...

2003-06-05 Thread Brian McGuiness
Alan Kozlay wrote: Great work Alan. Would anyone like my new version of OFCPCSC1.DLL?? Yes, probably all of us. Should it be posted somewhere? After some discussion earlier this year on this list, I have started setting up a SourceForge project to move the OCF code and distributions to in

Re: [OCF] Problem with sending command to gpc410

2003-05-31 Thread Brian McGuiness
. -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software Engineer Fax: +44(0)1355 272993 Ecebs Limited The James Watt Building, Scottish Enterprise Technology Park, East

Re: [OCF] JCA provider based for OpenCard

2003-06-10 Thread Brian McGuiness
Jon Barber wrote: Can I help with setting up the repository at all ? Yes. I had just got to the stage where I had all the tools in place to load stuff up to the repository when I had to switch my PC from NT to W2K. So I lost all the tools and I haven't had the chance to sort them out again.

Re: [OCF] CardTerminalException

2003-07-30 Thread Brian McGuiness
. -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software Engineer Fax: +44(0)1355 272993 Ecebs Limited The James Watt Building, Scottish Enterprise Technology Park, East Kilbride G75 0QD Email: [EMAIL

Re: [OCF] CTListener under Applet...

2003-08-26 Thread Brian McGuiness
Frank ARNOLD wrote: Hi, I am a beginner and I try to transform a demo's sample InsertRemoveCard.java. I would like run it under a Applet. Try the OCF/applet FAQ on the Gemplus site. http://www.gemplus.fr/developers/technologies/opencard/faqs/applets-faq.html cheers --- Visit the OpenCard web

Re: [OCF + GEMPLUS] PortInUseException

2003-10-15 Thread Brian McGuiness
. -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software Engineer Fax: +44(0)1355 272993 Ecebs Limited The James Watt Building, Scottish Enterprise Technology Park, East Kilbride G75 0QD

Re: [OCF] Create a file

2003-11-05 Thread Brian McGuiness
/opencard/ ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email ! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body. -- -- Brian

Re: [OCF] Gemplus gxploader No available terminals problem, using pcsc10

2003-12-23 Thread Brian McGuiness
! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body. -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software Engineer

Re: [OCF] opencard.properties

2004-03-17 Thread Brian McGuiness
If you are using it through PCSC just use the attached one. It will work for all PCSC readers. cheers [EMAIL PROTECTED] wrote: hi there, i'm trying ( only trying) to find a way to put the SmartCard.start(); working... my problem is that i don't know how to config the opencard.properties for a

Re: [OCF] Communicating directly with the reader

2004-03-24 Thread Brian McGuiness
There is an OCF Gemplus Block Protocol layer that you can use in place of the OCF PCSC bridge. It communicated directly with the reader voa the sun COMM API. Have a look at http://www.gemplus.com/techno/gbp_libraries/ . Maybe that will work for you. cheers Jorge Lanza wrote: Hi all. I

Re: [OCF] Card initialization

2004-04-06 Thread Brian McGuiness
PROTECTED] mailing list send an email ! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body. -- -- Brian McGuiness Phone: +44(0

Re: [OCF] Access_violation problem with OCFPCSC1

2004-05-10 Thread Brian McGuiness
! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body. -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software Engineer

Re: [OCF] 00000057 Error

2004-06-30 Thread Brian McGuiness
] ! containing the word ! unsubscribe ! in the body. -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software Engineer Fax: +44(0)1355 272993 Ecebs Limited

Re: [OCF] OCF 1.1 and PCSC exception

2004-06-30 Thread Brian McGuiness
/opencard/ ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email ! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body. -- -- Brian McGuiness

Re: [OCF] OCF Error (return codes 00000057 8010000b)

2004-07-05 Thread Brian McGuiness
an email ! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body. -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software Engineer

Re: [OCF] GXP211_PK response

2004-07-06 Thread Brian McGuiness
! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body. -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software Engineer

Re: [OCF] PCSC Exception 80100003 trying to access card reader

2004-07-22 Thread Brian McGuiness
It may be a problem with your opencard.properties. Try this one instead: ### # Card service configuration # ### OpenCard.services = \ com.ibm.opencard.factory.MFCCardServiceFactory \ opencard.opt.util.PassThruCardServiceFactory

Re: AW: [OCF] problems to install opencard

2004-07-23 Thread Brian McGuiness
Try upping the value of trace in the opencard.properties file to see more debug info. cheers Bernd Kalwar wrote: Hi, it seems that I made a little step forward. I've installed the wrapper form gemplus. When I start a demo, which wants to read information form the card, the batch stop with the

[OCF] Too many terminals

2000-12-12 Thread Brian McGuiness
I'm having a problem in that the OCF card registry tells me that I have four terminals available when I only have two connected to my machine. The two terminals are a Smart Mouse SM 1 and a Towitoko ChipDrive and, in the registry, they both show up twice. Has anyone seen this sort of thing

Re: [OCF] Too many terminals

2000-12-13 Thread Brian McGuiness
Christophe Muller wrote: Hello, Brian McGuiness wrote: I'm having a problem in that the OCF card registry tells me that I have four terminals available when I only have two connected to my machine. [snip] Thanks for the info. I solved my problem. I was using the following piece

Re: [OCF] TO GET ANSWER-TO-RESET FOR THE NEXT TERMINAL ATTACHED

2001-01-12 Thread Brian McGuiness
. -- -- Brian McGuiness Phone: +44(0)1355 272171 Senior Software Engineer Fax: +44(0)1355 272993 eCEBS Limited The James Watt Building, Scottish Enterprise Technology Park, East Kilbride G75 0QD

Re: [OCF] TO GET ANSWER-TO-RESET FOR THE NEXT TERMINAL ATTACHED

2001-01-15 Thread Brian McGuiness
student 98 wrote: while (terminals.hasMoreElements () ) { CardTerminal terminal = (CardTerminal) terminals.nextElement (); if (terminal.getName().equals(myString)) ^^^ Each terminal name will be unique. You most

Re: [OCF] Distinguished access to two PC/SC-card readers ?

2001-03-01 Thread Brian McGuiness
Have a look at the OCF Programmers Guide at http://www.opencard.org/docs/pguide/PGuide.html#HDROBTAININGASMARTCARDFROMAPART cheers Brian Lutz Suhrbier wrote: Hello, perhaps that's a stupid question. I have connected two PCSC-Readers to my Windows 2000 Professional Workstation:

Re: [OCF] Importance of EMV card terminals?

2001-03-05 Thread Brian McGuiness
also don't know if it is an EMV compiant card. Maybe they did some research into this area that you might be able to find. cheers Brian -- -- Brian McGuiness Phone: +44(0)1355 272911 Senior Software

[OCF] Re: a question from ocf about towitoko error

2001-04-12 Thread Brian McGuiness
"Engin Unal (Link Bilgisayar)" wrote: Hi, I have a towitoko chipdrive reader. I have configred opencard.properties due to pcsc10 terminals. But it gives me some errors. Could you help me about that? error with GetCardId.bat( when the card was inserted) [snip] Pcsc10CardTerminal:

Re: [OCF] Where to buy PCMCIA PCSC reader for OCF?

2001-07-05 Thread Brian McGuiness
RS Components sell single Gemplus GCR 400s (? might have a different name but it's definitely some combination of G, C and R) for about £80. I couldn't get it to work on a laptop running NT 4 but I think it was to do with the already installed PCMCIA network card. I installed W2K on the laptop