Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detect_available_configs no response #1320

Open
Jay-Chou118 opened this issue Nov 14, 2024 · 0 comments
Open

detect_available_configs no response #1320

Jay-Chou118 opened this issue Nov 14, 2024 · 0 comments

Comments

@Jay-Chou118
Copy link

`import time
from datetime import datetime
import can
from can.interfaces.etas import EtasBus
from can import Message

from can.io.blf import BLFWriter

bitrate = 500000

timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
log_filename = f'can_log_{timestamp}.blf'
print(timestamp)

configs = can.interface.detect_available_configs(interfaces="etas")
for c in configs:
print(c)`

I tried to use detect_available_configs to initialize the output of the identified device, but for now the problem seems to be that I am directly stuck in this function. And I successfully installed the driver and BOA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant