-
When I run the program below: `from telemetrix import telemetrix board = telemetrix.Telemetrix() def running_callback(data): def dummy_callback(data): exit_flag = 0 I get the following error: `(.venv) jvl@raspberrypi:~/Diameter $ /home/jvl/Diameter/.venv/bin/python /home/jvl/Diameter/test.py Copyright (c) 2021 Alan Yorinks All Rights Reserved. Opening all potential serial ports... Waiting 4 seconds(arduino_wait) for Arduino devices to reset... Retrieving Telemetrix4Arduino firmware ID... I am using Visual Studio Code Version: 1.88.1 on a Raspberry Pi 5 with Bookworm OS 64 bit. With the Python extension v2024.4.1. The Pi is connected with USB to an Arduino Uno kloon with Telemetrix4Arduino firmware What causes this error and how can I fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for reporting this. I corrected a bug in Telemetrix4Arduino. Version 5.4.0 should be available in a day or two from the Arduino library manager. If you do not wish to wait for Arduino to publish the update, you may also download the corrected file here. |
Beta Was this translation helpful? Give feedback.
Thanks for reporting this. I corrected a bug in Telemetrix4Arduino. Version 5.4.0 should be available in a day or two from the Arduino library manager.
If you do not wish to wait for Arduino to publish the update, you may also download the corrected file here.