diff --git a/PSL/Peripherals.py b/PSL/Peripherals.py index df2fdfc5..3751fce4 100644 --- a/PSL/Peripherals.py +++ b/PSL/Peripherals.py @@ -315,7 +315,7 @@ def readBulk(self, device_address, register_address, bytes_to_read): data = self.H.fd.read(bytes_to_read) self.H.__get_ack__() try: - return [ord(a) for a in data] + return list(data) except: print('Transaction failed') return False
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: