If you plug the board at any linux system, the kernel will load a internal module. Linux creates a device at /dev/ttyACM* or /dev/ttyUSB*.
Nothing to do. Probably the board will not have problems connecting with the software.
Please add the normal user to uucp group:
$ gpasswd -a USER uucp
Please, check the name of the new device at /dev. Must be something like /dev/tty.USB*. After that creat a simbolic link for that at /dev/ttyACM0:
$ ln -s /dev/ttyUSB* /dev/ttyACM0