You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
Versions
Pymodbus Specific
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
The text was updated successfully, but these errors were encountered: