flirc / sdk

Flirc SDK and Example Applications
Other
55 stars 20 forks source link

flirc_util can't find device #10

Closed mandrean closed 3 years ago

mandrean commented 3 years ago

Hi,

My FLIRC works with the GUI app, but not the CLI util.

Brand new FLIRC USB dongle Firmware v4.9.3 Flirc v3.25.3 macOS 11.4

$ lsusb
...
Bus 020 Device 011: ID 20a0:0006 20a0 flirc

$ /Applications/Flirc.app/Contents/Resources/flirc_util version
3.25.3

$ /Applications/Flirc.app/Contents/Resources/flirc_util settings
device disconnected, can't run command

$ /Applications/Flirc.app/Contents/Resources/flirc_util record_api
device disconnected, can't run command

Any clues?

jdk commented 3 years ago

Close the GUI, only one can open the device at a time, the GUI, or the CLI

mandrean commented 3 years ago

Thanks!