I have a byte \ca that I want to convert to -54 not 202
Is there a function that does this or do I have to do this math in my code?
Here is my code:
def load_sv_str(self, byte_str):
byte_data = self.unpack_byte_data(byte_str)
self.my_char = byte_data[0]
self.my_char keeps getting 202 when it should get -54