Danielhiversen/pyRFXtrx

Auto detect path

Closed this issue · 1 comments

I want to see if we can auto detect the rfxcom device, and need some help to test the code

On a Linux computer, is this code detecting the path to your device?
import glob
glob.glob( '/dev/serial/by-id/usb-RFXCOM_*-port0')

Any idea how we can do this on Windows or Mac?

Would this help on the journey:
https://mail.python.org/pipermail/python-win32/2006-December/005406.html
26. feb. 2016 23:46 skrev "Daniel Høyer Iversen" notifications@github.com:

I want to see if we can auto detect the rfxcom device, and need some help
to test the code

On a Linux computer, is this code detecting the path to your device?
import glob
glob.glob( '/dev/serial/by-id/usb-RFXCOM_*-port0')

Any idea how we can do this on Windows or Mac?


Reply to this email directly or view it on GitHub
#15.