Make a USB Device, Control It In Java

前端 未结 6 1970
北海茫月
北海茫月 2020-12-31 06:35

I\'m thinking about making a physical controller (device?) with knobs, buttons, and LEDs. I\'d like to interact with it using Java (respond to the knobs, light up LEDs, etc)

6条回答
  •  渐次进展
    2020-12-31 07:28

    Ok, computer-platform independant? What platforms are you targetting? That would depend on the driver and support for that said platform, what does the usb device do? Is it a mass storage device...You may have to look around and see if you can find a device driver that can talk to the device...

    Hope this helps, Best regards, Tom.

提交回复
热议问题