DancingQuanta / pyusbiss

Python API for USB-ISS Multifunction USB Communications Module
MIT License
2 stars 3 forks source link

send response as a byte array rather than a byte for the xfer function #2

Closed dhhagan closed 7 years ago

dhhagan commented 8 years ago

Converted the structured byte to a byte array to allow for compatibility with Python3+. It has been verified to work using Raspian on a Raspberry Pi 2 with both Python2.7 and Python3.2