katie-snow / QtPyUltimarc

Python and QML tool for configuring Ultimarc USB devices.
GNU General Public License v3.0
12 stars 1 forks source link

Implement reading from PAC device #6

Closed katie-snow closed 3 years ago

katie-snow commented 3 years ago

This adds completed functionality for reading data from a PAC device through the interrupt interface. All the data is saved into a structure. Which can be multiple reads. Added printing functions to a structure class to help make the output clean and readable Some cleanup of logging, comments and formatting