You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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*
The text was updated successfully, but these errors were encountered:
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*
The text was updated successfully, but these errors were encountered: