Skip to content

Windows - coroutine issue #104

Closed
Closed
@mdeweerd

Description

@mdeweerd

I got the following error in python3.12 on windows:

  File "D:\mdeweerd\workspace\serial\captureSerial.py", line 101, in read_port        
    async with open_serial_connection(url=port, baudrate=115200) as (reader, _):      
TypeError: 'coroutine' object does not support the asynchronous context manager protocol
```

I'll try #91 .

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