Is it possible to add the required settings for serial Modules (accessing /dev/ttyAMA0 is not possible, because the console or Bluetooth module is attached to it)
Then the abnorm serial port needs to be defined in the setenv file. (ttyUSB* could be automatically detected, but once using ttyAMA0, you need to specify all used ports.)
This might be difficult, because there is a different approach on the RPi3 because it has the Bluetooth module.
When using zwave and enocean (one of them connected to USB, one connected to the GPIO Pins)
-Dgnu.io.rxtx.SerialPorts=/dev/ttyAMA0:/dev/ttyUSB*
Is it possible to add the required settings for serial Modules (accessing /dev/ttyAMA0 is not possible, because the console or Bluetooth module is attached to it)
Then the abnorm serial port needs to be defined in the setenv file. (ttyUSB* could be automatically detected, but once using ttyAMA0, you need to specify all used ports.) This might be difficult, because there is a different approach on the RPi3 because it has the Bluetooth module.
When using zwave and enocean (one of them connected to USB, one connected to the GPIO Pins) -Dgnu.io.rxtx.SerialPorts=/dev/ttyAMA0:/dev/ttyUSB*