CommentStreams:B657103f576540b80285adc47ae9ff09

< X708-Software
Revision as of 15:27, 3 December 2021 by 154.3.40.6 (talk) (Migrated comment #2109)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hello, I installed the x708 software as indicated, on a Raspberry Pi 4. I got the following error, after the following command. Is there any way to fix this? Thanks

pi@rachel:~ $ python x708bat.py

Traceback (most recent call last):

 File "x708bat.py", line 25, in <module>
   print ("Voltage:%5.2fV" % readVoltage(bus))
 File "x708bat.py", line 9, in readVoltage
   read = bus.read_word_data(address, 2)

IOError: [Errno 121] Remote I/O error