How to read from Serial port in a webpage

后端 未结 4 830
轮回少年
轮回少年 2020-12-18 06:05

I want to design a webform that user should fill some fields. The value of one field should be read from Serial port (COM1) of client computer which a special hardware is co

4条回答
  •  温柔的废话
    2020-12-18 06:16

    With a Java Applet you can read from the serial port but you need to sign the applet for security reasons. To firm unofficially (no sun's firm) you have to create a certificate. Here is an example.

提交回复
热议问题