Skip to content

pymodbus.client.async.ModbusSerialClient seems to be missing #85

@sjlongland

Description

@sjlongland

Hi,

I'm in the process of writing an asynchronous Modbus interface using pymodbus, I went to try out some of the functional tests, namely this one:

https://github.com/bashwork/pymodbus/blob/46c900832aa35a00955f2fd12537f4963687bb87/examples/functional/asynchronous-rtu-client.py

I get the following error:

RC=0 stuartl@rikishi ~/vrt/projects/metermaster/deps/pymodbus/examples/functional $ python asynchronous-rtu-client.py 
Traceback (most recent call last):
  File "asynchronous-rtu-client.py", line 3, in <module>
    from pymodbus.client.async import ModbusSerialClient as ModbusClient
ImportError: cannot import name ModbusSerialClient

Where do I find the asynchronous ModbusSerialClient?

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