There's an error with the hasPaper call, we consistently get this when we call printer.hasPaper()
Traceback (most recent call last):
File "vcprint.py", line 27, in <module>
if(not printer.hasPaper()):
File "/home/pi/Python-Thermal-Printer/Adafruit_Thermal.py", line 534, in hasPaper
stat = ord(self.read(1)) & 0b00000100
TypeError: ord() expected a character, but string of length 0 found
There's an error with the hasPaper call, we consistently get this when we call
printer.hasPaper()