grid-x / modbus

BSD 3-Clause "New" or "Revised" License
83 stars 28 forks source link

feat(rtu): detach serial port form activity tracking #19

Closed frzifus closed 1 year ago

frzifus commented 5 years ago

Until now the serial port has taken over many tasks. It was responsible for timeouts, new connections and closeing the connection. This makes the port quite difficult to replace. Now the port has been replaced by an interface. The activity tracking is done on a upper level.

Signed-off-by: Benedikt Bongartz b.bongartz@gridx.de

RTTTC commented 2 years ago

I guess I could at least bump this up? :)