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
Currently there is no device_path registered for UART in Raspberry Pi
source. This will hinder the working of UART driver in mraa.
So, register the device_path with '/dev/serial0' as most of the
raspbian images make this as a soft link to _real_ UART port by
default.
Tested-on: Raspberry pi 3 model B
Signed-off-by: Manivannan Sadhasivam <[email protected]>
0 commit comments