> [EMAIL PROTECTED] wrote:
> > in the case of pure Java CardTerminals, i think they are based on the
> > javax.comm classes, but i don't know if these classes support other
> > ports apart from serial ones
>
> The Comm API only provides support for Serial and Parallel ports.
>
> We would need a Java API with support for USB. Does anybody knows
> if such a beast exist? (or is in preparation)
Not necessarily. If a card terminal identified itself as a serial device on
USB, then the OS would present that device as another serial device (COM5:,
/dev/cua/7, etc... pick your OS) and thus javax.comm would be able to be used
to access these devices.
mike
----------------------------------------------------------------------------
Michael Bender E-Mail: [EMAIL PROTECTED]
Sun Microsystems Laboratories, Inc. Tel: 650-336-2955
901 San Antonio Road Tel Pager: 888-423-9066
Palo Alto, CA 94303-4900 URL Pager: http://www.skytel.com/Paging/
Mailstop: MTV29-110 Pager PIN: 4239066
----------------------------------------------------------------------------
Visit the OpenCard Framework's WWW site at http://www.opencard.org/ for
access to documentation, code, presentations, and OCF announcements.
-----------------------------------------------------------------------------
To unsubscribe from the OCF Mailing list, send a mail to
"[EMAIL PROTECTED]" with the word "unsubscribe" in the BODY of the
message.