gijzelaerr / python-snap7

A Python wrapper for the snap7 PLC communication library
http://python-snap7.readthedocs.org/
MIT License
643 stars 246 forks source link

fixed DB class not allowing to write BYTE values to rows #377

Closed vmsh0 closed 2 years ago

vmsh0 commented 2 years ago

Hi,

From the commit message: previously, the DB_Row.set_value() method did not support setting BYTE values. this commit introduces this functionality, as well as unit tests.