I want to describe my question more clearly.
What I want to do is:
At the client a html file is loaded from the server. An input field is opened and something must typed in and send to the server (with the FORM method=GET). Instead of typing in, the user takes a 2D camera and reads the same information from a barcode label. The camera is connected to the COM port.
Is it possible, to start a VisualBasic.exe(which does the reading from the COM port) on the client, when loading the html file or must I run a Java applet?
Sorry for my stupid question, but I'm not used to Java.
Thanks in advance
Andreas