/dev/ttyHS0 or /dev/ttyHSL0

I use mangoOH green and UART1 uses file descriptor /dev/ttyHS0. I have to write program on FX30 and FX30 documentation says that UART1 uses /dev/ttyHSL0. Is it correct? I don’t have FX30 so I cannot check it. Does someone know if FX30 documentation correct?

Hi,
Yes, In FX30 UART1 uses /dev/ttyHSL0.

Regards,
Muralidhara N.

On a mangOH green it would be HS0, which is a higher speed interface than HSL0. I don’t have the numbers in head, but HS it supports more modes than HSL. FX30 might not have integrated that feature (yet?).

So on mangOH it should be ttyHS0 and ttyHSL1, and seems like both documentations are correct.

Thanks for information.