I've had such problems before with not being in the correct group. Or a driver issue which being root doesn't fix. Any suggestions?
Code: Select all
ls -la /dev/ttyU*
crw-rw----+ 1 root plugdev 188, 0 May 9 17:07 /dev/ttyUSB0Code: Select all
cory@workbench ~ $ groups
wheel audio video docker usb portage plugdev vboxusers coryCode: Select all
Bus 002 Device 003: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Here is the output of the program
Code: Select all
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
qt.core.qmetaobject.connectslotsbyname: QMetaObject::connectSlotsByName: No matching signal for on_TLsort_changed()
SerialPortDiscovery: comport= "rfcomm0" available= "ttyUSB0"
SerialPortDiscovery: comport= "rfcomm0" available= "ttyS0"
SerialPortDiscovery: comport= "rfcomm0" available= "ttyS1"
SerialPortDiscovery: comport= "rfcomm0" available= "ttyS2"
SerialPortDiscovery: comport= "rfcomm0" available= "ttyS3"
setting serPortInfo, comport: "ttyUSB0" "rfcomm0"
setting serPortInfo, comport: "ttyS0" "rfcomm0"
setting serPortInfo, comport: "ttyS1" "rfcomm0"
setting serPortInfo, comport: "ttyS2" "rfcomm0"
setting serPortInfo, comport: "ttyS3" "rfcomm0"
Code: Select all
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
qt.core.qmetaobject.connectslotsbyname: QMetaObject::connectSlotsByName: No matching signal for on_TLsort_changed()
QIODevice::write (QFile, "/root/uTmax_files/cal.txt"): device not open
SerialPortDiscovery: comport= "" available= "ttyUSB0"
SerialPortDiscovery: comport= "" available= "ttyS0"
SerialPortDiscovery: comport= "" available= "ttyS1"
SerialPortDiscovery: comport= "" available= "ttyS2"
SerialPortDiscovery: comport= "" available= "ttyS3"
setting serPortInfo, comport: "ttyUSB0" ""
setting serPortInfo, comport: "ttyS0" ""
setting serPortInfo, comport: "ttyS1" ""
setting serPortInfo, comport: "ttyS2" ""
setting serPortInfo, comport: "ttyS3" ""
Open "ttyUSB0"



