Unity3D Connection to USB Device

Hello together,

I’ve a electronical device which is able to be plugged in at the computer with USB.

Now I want to get access on this device through Unity. Is this possible?
I want to read the Firmware version of it and if it’s old I want to upload the new files on the device.

How can I realize that within my Unity Mac and PC software?

Cheers
Zero

If its an controller type device you should make windows accept it as such a device and it will work in unity.

If its not detected by unity you may need to create a plugin that handles the connection to the device.

UnityEditor.Hardware.Usb.OnDevicesChangedHandler