Can Java get a key from USB?

Can Java get a key from USB?
[35 byte] By [youhaodiyia] at [2007-11-27 6:26:28]
# 1
a key?
corlettka at 2007-7-12 17:47:19 > top of Java-index,Java Essentials,Java Programming...
# 2

If u're talking about, connecting to a USB device through java, the answer is YES indeed.

I'm currently doing the same thing, but trying to connect to a RS232 device. So for your reading pleasure(and cutting down on 3 days reading of useless resources) here are the links you need to visit

Signed applets : http://java.sun.com/developer/technicalArticles/Security/Signed/

Comms - http://java.sun.com/products/javacomm/

EDIT: you might also want to type in "USB" into the search box for these forums, looks like you're not the first...surprise...surprise.

Good luck

Smilies all round

:) :) :) :)

Message was edited by:

monk3y

monk3ya at 2007-7-12 17:47:19 > top of Java-index,Java Essentials,Java Programming...
# 3
Google for JUSB. The last time I checked on it only Linux version existed.
Jamwaa at 2007-7-12 17:47:19 > top of Java-index,Java Essentials,Java Programming...