wmnl25
Results
2
comments of
wmnl25
Hi @adibu did you find a solution in the end yourself? I'm experiencing the same error. Python is able to open the serial port and is in the dialout group,...
Just for debugging purposes, I was able to get readings with this (simple) code. ``` import serial import time import struct class HY1361: def __init__(self, port='/dev/ttyUSB0'): try: self.ser = serial.Serial(...