Re: MUSCLE New PC/SC Ideas

2000-03-16 Thread David Corcoran
Hello, I agree with most of you and that is why I will add a compiler define so that you can compile PC/SC to either run with dynamic allocation or with allocation at runtime. I agree with serial ports this is a pain - I'm working on some USB smartcard readers too. Dave

Re: MUSCLE New PC/SC Ideas

2000-03-16 Thread Jim Rees
Is this PC/SC or the drivers though ? The Towitoko PC/SC driver for Win32 claims to release the serial port & only claim it 'on demand'. pc/sc requires card insertion events be delivered. So the drivers must keep the port open. Towitoko is technically in violation of the spec, which is one

Re: MUSCLE New PC/SC Ideas

2000-03-16 Thread Jon Barber
Jim Rees wrote: > > Marten is absolutely right. One of the most irritating things about pc/sc > is the way it hijacks the serial port. Is this PC/SC or the drivers though ? The Towitoko PC/SC driver for Win32 claims to release the serial port & only claim it 'on demand'.

Re: MUSCLE New PC/SC Ideas

2000-03-16 Thread Jim Rees
Marten is absolutely right. One of the most irritating things about pc/sc is the way it hijacks the serial port. Last time I checked most computers only had two. If you insist on bug-for-bug compatibility with Microsoft, at least make port hijacking an option in the config file. ***

Re: MUSCLE New PC/SC Ideas

2000-03-16 Thread marten . norman
Dave, My humble suggestions: 1) Please put all poll loops for status change etc. in the IFD_HANDLER. The IX36/56 driver will eventually sleep on IRQ for this... Maybe there are more readers that can send IRQ on status change? 2) Your monitor process is a step towards the Windows PC/SC wa

MUSCLE New PC/SC Ideas

2000-03-15 Thread David Corcoran
Hello, I'm just finishing up a new version of pcsc-lite. This one works differently though. When you start the server it connects automatically to the readers and threads off a process to monitor card status. Status requests from the application ask this thread for status instead of the reade

MUSCLE New PC/SC

2000-02-08 Thread David Corcoran
Hi, I released a new version of pcsc-lite (0.5.5) It provides support for up to 256 card slots in the same reader terminal. This is done by listing them in the /etc/reader.conf with different FRIENDLYNAMES but with the same information. Each slot on the reader will then be given a logical unit

MUSCLE New PC/SC Lite with RPC

1999-11-09 Thread David Corcoran
Hello, I released a development version of pcsc-lite that includes RPC. You can now connect using multiple applications, run your applications as non-root, and simultaneously get status changes. This version also uses a forking() pcscserver which will for on GetStatusChange commands as well as

MUSCLE New PC/SC Soon

1999-10-07 Thread David Corcoran
Hi, Sometime next week I will be releasing a new version of PC/SC Lite with a few more fixes and support for T=1 and automatic Protocol Negotiation. I wrote a small library for parsing ATR's so the Status function now returns the correct size of the ATR instead of MAX_ATR_SIZE. I also abstracte

MUSCLE new PC/SC

1999-07-28 Thread David Corcoran
Hi, I released the new PC/SC 0.8.9. It has fixed shared/exclusive access modes, more stability, and distributed environment using a new context type: SCARD_SCOPE_GLOBAL. XCard uses the GLOBAL Scope so you can download it 0.0.2 version which has distributed support. Basically you can call on an

MUSCLE new PC/SC

1999-07-06 Thread David Corcoran
Hi, I should be releasing a new version of the Resource Manager soon. I have spend alot of time working with the ReaderFactory to allow multiple applications to communicate with the Resource Manager simultaneously. I have run up to 4 XCard's and have even added all the exclusivity and shared mo

MUSCLE New PC/SC

1999-04-09 Thread David Corcoran
Hello, A new version of PC/SC is available with some new apps and a C api. SSH is also there under applications and a Multiflex SSP along with revised SSP's for Cryptoflex and Cyberflex Access. I will go into more depth later this weekend. Thanks Dave **

MUSCLE New PC/SC

1999-03-22 Thread David Corcoran
Hello, I put a pre-release of PC/SC release 0.99 on the web site under the software/middleware section. Special thanks to Carlos Prados for helping with the new autoconf ; ) I haven't done alot of testing with this release but you can use the Cyberflex Access 16K Service Provider with this rele