pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.18k stars 895 forks source link

Always set exclusive serial port access. #1964

Closed jameshilliard closed 5 months ago

jameshilliard commented 5 months ago

Should prevent two applications from trying to access the same serial port simultaneously.

Alternative to #1961.