Oh interesting I hadn’t seen the PYsync
In EnviroDIY_DS3231\examples\PCsync\PYsync.py
There is a line looking for the port
# Keep only ports with the device communication type
device_ports = [
p for p in ports
if ‘VID_0403+PID_6001’ in p[2]
]
From device manager, PORTS , Silicon Labs CP210x USB to UART
In Events
I see
Device USB\VID_10C4&PID_EA60\0001 requires further installation.
Don’t know whether that will work