I'm starting a new embedded software project with Qt Enterprise (Boot2Qt evaluation version so far), and try to use QtSerialPort to detect all virtual comports in my system. Actually I just simply tried the cenumerator example in serialport example folder in Qt 5.2.1. It runs perfectly in both Windows 7 and Ubuntu 13.04 desktop, but when I run it on BeagleBone Black with Boot2Qt, the virtual comport cannot be found by using QSerialPortInfo::availablePorts(). It only list 5 comports: ttyO0, ttyS0, ttyS1, ttyS2, ttyS3, which I believe are the default comports on BeagleBone Black. The USB virtual comport which should be listed as ttyUSB0 is missing.
I also tried to login to the Angstrom system on BeagleBone Black, and it seems like "/dev/ttyUSB0" does exist.
Does anybody have any idea of what did I do wrong or did I miss something?
Thanks a lot!
ttyUSB
entries in thedev
folder. You'll need to debug the enumerator and see what it does. – Kuba hasn't forgotten Monica