Skip to content

detect_available_configs no response #1320

@Jay-Chou118

Description

@Jay-Chou118

`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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions