I have a problem. I create on Arduino nano V3 on chipset FTDI Mysensors Gateway. I connect it do my New Raspberry Pi3. It is show ok on USB1:
Code: Select all
pi@Domoticz:~$ dmesg | grep attached
[ 4.297950] usb 1-1.5: ch341-uart converter now attached to ttyUSB0
[ 135.134804] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB1
pi@Domoticz:~$
Code: Select all
pi@Domoticz:~$ dmesg | grep attached
[ 4.297950] usb 1-1.5: ch341-uart converter now attached to ttyUSB0
pi@Domoticz:~$
I also has Arduino Nano v3 on chipset CH340. Also create MySesnors Gateway and this modul still is correct show on RPI3 also after reboot. Why on chipset FTDI is problem ?
Please help me.