USB Device Drivers Setup
Linux
On all standard Linux distributions all drivers are already in place.
For the USB Devices as are Isotel Precision and MonoDAQ_U products by default only root access mode is granted. To allow users to access these devices add:
etc/udev/rules.d$ more 99-myusb.rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="5726", ATTRS{idProduct}=="1500", GROUP="users", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="5726", ATTRS{idProduct}=="1502", GROUP="users", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1ced", ATTRS{idProduct}=="8000", GROUP="users", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1ced", ATTRS{idProduct}=="8001", GROUP="users", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1ced", ATTRS{idProduct}=="8002", GROUP="users", MODE="0666"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0666"
Then run:
etc/udev/rules.d$ udevadm control --reload-rules && udevadm trigger
For the changes to take immediate effect, or restart Linux.
Mac OS
Works out of the box, no additional steps are needed by the user.
Windows 7
You may need to manually provide this driver: idm_win7_usbdriver.zip
,
extract it in some folder and:
Go to Control Panel,
Then Device Manager
Find the device with yellow exclamation sign on it
Update Driver
Install from local computer, and select directory where you have expanded the above zip, where .inf and .cat reside
Windows 10
Isotel Precision and MonoDAQ devices use a self-signed driver.
No additional steps are needed by the user.