Rfxcom: Difference between revisions

From DWIKI
(Created page with "=Links= *[http://www.rfxcom.com Homepage] *[https://colandino.nl/rfxcom-rfxtrx433-en-rfxtrx433e/ (dutch)] *https://www.mysensors.org/build")
 
Line 5: Line 5:


*https://www.mysensors.org/build
*https://www.mysensors.org/build
=FAQ=
==udev rule==
To see more about device
dmesg
or
lsusb
add /etc/udev/rules.d/99-rfxcom.rules
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", ATTRS{serial}=="DO3RW16W", SYMLINK+="ttyUSB-RFX433XL"
or similar
==Device /dev/ttyUSBxx not showing up==
Kernel missing FTDI support

Revision as of 22:03, 30 September 2019

Links


FAQ

udev rule

To see more about device

dmesg 

or

lsusb

add /etc/udev/rules.d/99-rfxcom.rules

SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", ATTRS{serial}=="DO3RW16W", SYMLINK+="ttyUSB-RFX433XL"

or similar


Device /dev/ttyUSBxx not showing up

Kernel missing FTDI support