Hi. I just checked out and compiled frant on Ubuntu 13.10. I have the 310XT
and ANT USB key connected. When I run frant I get this error:
$ ./frant -p
Error opening serial port '/dev/ttyUSB0'
Any ideas? Thanks.
This is old-style device with external cp210x converter converter:
ID 0fcf:1004 Dynastream Innovations, Inc. ANT2USB
And this is new style device with internal ANT2USB converter:
ID 0fcf:1008 Dynastream Innovations, Inc. Mini stick Suunto
If you have 0fcf:1008, but can't see "Dynastream Innovations, Inc. Mini stick
Suunto" description, than you have probably old kernel. If so, than update it.
I use kernel 3.12.6-300, and this new-style device works for me.
In any case you must have /dev/ttyUSB0 after inserting stick.
And you must have right to it.
Probably you have new style stick, but old linux kernel.
What you can see when use 'lsusb' command ?
This is old-style device with external cp210x converter converter:
ID 0fcf:1004 Dynastream Innovations, Inc. ANT2USB
And this is new style device with internal ANT2USB converter:
ID 0fcf:1008 Dynastream Innovations, Inc. Mini stick Suunto
If you have 0fcf:1008, but can't see "Dynastream Innovations, Inc. Mini stick
Suunto" description, than you have probably old kernel. If so, than update it.
I use kernel 3.12.6-300, and this new-style device works for me.
In any case you must have /dev/ttyUSB0 after inserting stick.
And you must have right to it.
Hi. I just checked out and compiled frant on Ubuntu 13.10. I have the 310XT and ANT USB key connected. When I run frant I get this error:
$ ./frant -p
Error opening serial port '/dev/ttyUSB0'
Any ideas? Thanks.
On 11 января 2014 22:27:27 you wrote:
--
WBR,
Oleg Khudyakov (prcoder@gmail.com)
Отпечаток ключа = 8AAB 8841 965D 1066 76E7 8C04 F614 C304 BF83 D391
On 11 января 2014 22:27:27 you wrote:
And this is new style device with internal ANT2USB converter:
ID 0fcf:1008 Dynastream Innovations, Inc. Mini stick Suunto
If you have 0fcf:1008, but can't see "Dynastream Innovations, Inc. Mini stick
Suunto" description, than you have probably old kernel. If so, than update it.
I use kernel 3.12.6-300, and this new-style device works for me.
In any case you must have /dev/ttyUSB0 after inserting stick.
And you must have right to it.
$ls -al /dev/ttyUSB*
crw-rw---- 1 root dialout 188, 0 янв 10 21:43 /dev/ttyUSB0
If you don't anve right, add yourself to group 'dialout' or something like
that in Ubuntu. I use Fedora release 20 (Heisenbug).
--
WBR,
Oleg Khudyakov (prcoder@gmail.com)
Отпечаток ключа = 8AAB 8841 965D 1066 76E7 8C04 F614 C304 BF83 D391
Probably you have new style stick, but old linux kernel.
What you can see when use 'lsusb' command ?
This is old-style device with external cp210x converter converter:
ID 0fcf:1004 Dynastream Innovations, Inc. ANT2USB
And this is new style device with internal ANT2USB converter:
ID 0fcf:1008 Dynastream Innovations, Inc. Mini stick Suunto
If you have 0fcf:1008, but can't see "Dynastream Innovations, Inc. Mini stick
Suunto" description, than you have probably old kernel. If so, than update it.
I use kernel 3.12.6-300, and this new-style device works for me.
In any case you must have /dev/ttyUSB0 after inserting stick.
And you must have right to it.
$ls -al /dev/ttyUSB*
crw-rw---- 1 root dialout 188, 0 янв 10 21:43 /dev/ttyUSB0
If you don't anve right, add yourself to group 'dialout' or something like
that in Ubuntu. I use Fedora release 20 (Heisenbug).