Hi,
I have a simple usb device that i can plug into a PC.
The thing im looking for in user interface that is:
1) Multiplatform
2) Manages it own drivers (for plug in USB device)
3) No install file, a executable.
The thing im looking for is like this demonstation project:
http://www.walking-productions.com/jsserial/new/JSSerial.html
But project above (web applet) ... needs 1. jdk 2. jdk addtional files .ddl s (RXTX java usb include)
My question is...
Is there a way to do a web (browser) user interface for a plug in USB device. How to manage installation of plug in USB CDC device drivers (microchip PIC). Is there a way to avoid a jdk requirement specially adding addtional files to jdk folder. Is there a better solution than a simple applet example above (link)? If no, how to enhace this online applet? How to no manually add this JDK usb additional file?
Iv heard of new (for me) java FX that promises some radical features that are very attractive for simular (my) purpose.
Thank you in advance!