RF 433 Dongle for Raspberry Pi

时间:2016-06-25 05:32:57

标签: raspberry-pi usb pyserial

我买了 this   RF 433 USB Dongles关闭了Ebay,我正试图将其设置为与我的pi配合使用,因此我可以收听RF 433门传感器。加密狗显示如下:

lsusb
Bus 001 Device 015: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light

我尝试使用usbmon嗅探来自usb端口的任何信号,但我没有看到任何进入。

我也尝试过使用SerialPy,但没有运气。

ser = serial.Serial(sys.argv[1], 9600, parity=serial.PARITY_NONE, stopbits=serial.STOPBITS_ONE, timeout=2, bytesize=serial.EIGHTBITS)
ser.open()
while 1:
        time.sleep(1)
        ser.flushInput()
        print ser.readline()

我在网络上看到了这个设备的提及,但我找不到解决方案:

Pimation

Yesyes.info

0 个答案:

没有答案