We see the /dev/ttyHSO device.
Do you recommend using it directly? Do we need to set any permissions in the Yocto build or Legato *def files to do so?
Firmware built from leaf 0.3.0, reported on device as SWI9X06Y_02.32.02.00 c2e98c jenkins 2019/08/30 07:28:21
Hi vkurd
You can using UART device /dev/ttyHS0
by legato app:
add to *.adef file:
{
device:
{
// replace these devices based on your module
[rw] /dev/ttyHS0 /dev/
}
}
Or run manually by microcom:
"microcom -s 9600 /dev/ttyHS0"
Thanks
Thong Nguyen