show read in console

This commit is contained in:
Jens Ullmert 2022-07-27 17:10:04 +02:00
parent b207cb6e77
commit bf653c4d46

View File

@ -125,9 +125,9 @@ def sendDMX(data):
GPIO.output(18, GPIO.LOW)
# Sleep between TX packages, use time to get RDM packages
print("start read for ", (DMXSLP/1000.0), "ms")
print("start read for ", DMXSLP, "ms")
DMXRDM = DMXSER.read(400)
print("end read")
print("end read, input is ", DMXRDM)