Skip to content

Instantly share code, notes, and snippets.

@ludwich66
ludwich66 / rc3563.py
Created September 27, 2022 14:57 — forked from enkiusz/rc3563.py
#!/usr/bin/env python3
import serial
import struct
import sys
with serial.Serial(sys.argv[1], 115200) as ser:
while True:
pkt = ser.read(10)
#print("PKT: ", pkt)