Pete Chown wrote:
> > If by "old buttons" you're talking about non-JavaCard, yes we support
> > them on all platforms ...
> 
> Yes, the non-Java iButtons were the ones I was referring to.  Where can
> I get the Linux drivers for these devices?  I couldn't find them on the
> web site.

The following may or may not be on topic.  Moderator please advise.
I will take this to email if I am off topic.

The two things you need are a driver, and the low level function library
that drives the interfaces.

The low level "driver" is either the serial interface code to 
standard ttys talking to a DS9097U-9 adapter, or the Linux driver for 
the parallel port adapter (DS1410E).  This driver currently does
not support the current parport sharing model, but it is
being worked on.

The function library consists of calls to iBReset,iBFirst,iBNext,
iBDataByte,iBDataBit, etc. and is what your application would
call into.  The application would have to use these functions to
build packets to talk to each part.  What devices are you
planning on using?

Both of these things can be found in one place, jibkit092, which
is a development tarball for java buttons, but the lowest levels
are useable for all buttons.

You can get the jibkit092.tar.gz from:
ftp://ftp.dalsemi.com/pub/software_auth/jibkit


-Bryan

-- 
Bryan Armstrong
Dallas Semiconductor
[EMAIL PROTECTED]
***************************************************************
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
***************************************************************

Reply via email to