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

Parity issues in the Async Asyncio Client #434

Closed
hackerboygn opened this issue Aug 29, 2019 · 2 comments
Closed

Parity issues in the Async Asyncio Client #434

hackerboygn opened this issue Aug 29, 2019 · 2 comments

Comments

@hackerboygn
Copy link
Contributor

Versions

  • Python:3.7.4
  • OS:Windows 10
  • Pymodbus:2.2.0 (pip install)
  • Modbus Hardware (if used): None

Pymodbus Specific

  • Client: rtu- async

Description

I follow the manual test 'Async Asyncio Client Example', and I want change parity to even but don't work, I use the monitoring software found out the parity always None. I think we forgot to pass this parameters to pyserial.

Code and Logs

 # code and logs here.
loop, client = ModbusClient(schedulers.ASYNC_IO, port='COM3',
                                baudrate=38400, parity='E', method="rtu")
hackerboygn pushed a commit to hackerboygn/pymodbus that referenced this issue Aug 29, 2019
@hackerboygn
Copy link
Contributor Author

#436

@dhoomakethu
Copy link
Contributor

Closed with #436

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants