# 2020-07-27 # useful hints for LINUX integration of microsensys USB devices Device has to be configured in USB VCP mode (ask microsensys for HowTo) To get VCP port name use: dmesg | grep FTDI To be able to communicate with iID® reader interface connected the user must be part of the group "dialout". To add the user to the group use: sudo gpasswd --add [username] dialout