You are not logged in.

#1 2016-05-01 12:29:47

Lehthanis
Member
Registered: 2013-09-26
Posts: 21

Hardware that uses cp210x driver needs a com port?

I have a motion tracker that is USB. It's an inertiacube 4. When you download their software it comes with a cp210x driver. In arch already has that and according to lsmod I now have a /dev/ttyUSB0 device. When I try to run an application that uses the tracker it starts scanning com ports and then says no tracker found. Could it be that I still need to install their cp210x driver (rpm that I have to build) or is there a way to assign a com port to /dev/ttyUSB0.

Offline

#2 2016-05-01 15:35:06

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: Hardware that uses cp210x driver needs a com port?

It is more likely that there is a permissions problem and that your user space software does not have the rights to open and use that port.  What are the output of groups
What is the output of ls -l /dev/ttyUSB0


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2016-05-01 17:47:11

Lehthanis
Member
Registered: 2013-09-26
Posts: 21

Re: Hardware that uses cp210x driver needs a com port?

Oh man, I thought for sure you had it figured out, but when I got home and gave it a shot...I got the following:

groups: wheel uucp adbusers robbie

ls: crw-rw---- 1 root uucp 188, 0 May  1 13:43 /dev/ttyUSB0

So it looks like I'm in the uucp group...unless I'm reading this wrong.

Thanks for helping though!

Offline

#4 2016-05-01 18:35:19

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: Hardware that uses cp210x driver needs a com port?

Run

strace -f -e open /usr/bin/their-software-whatever

to see which ports it tries to open and what happens.

Is it possible that you need to specify exact port with command line switches or some /etc file?

Offline

#5 2016-05-01 20:04:06

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Hardware that uses cp210x driver needs a com port?

What's the output of 'id'?


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

Board footer

Powered by FluxBB