B. installing linux drivers and software – Pololu Wixel User Manual
Page 14

3.b. Installing Linux Drivers and Software
The Wixel Configuration Utility running in Ubuntu Linux.
You can download the Wixel Configuration Utility and the Wixel command-line utility (wixelcmd) for Linux here:
•
(211k gz)
•
(216k gz)
Unzip the tar/gzip archive by running “tar -xzvf” followed by the name of the file. After following the instructions in
README.txt
, you can run the programs by executing
wixelconfig
or
wixelcmd
.
Any Wixel app that implements a USB virtual COM port or a Human Interface Device (HID) will work on Linux
with no special driver installation required.
The virtual COM ports are managed by the cdc-acm kernel module, whose source code you can find in your kernel’s
source code in
drivers/usb/class/cdc-acm.c
. When you connect a Wixel running an app that implements a virtual
serial port to the PC, the virtual serial port should appear as a device with a name like
/dev/ttyACM0
(the number
Pololu Wixel User's Guide
© 2001–2014 Pololu Corporation
3. Getting Started
Page 14 of 64