Acces HSL0 from standard c library on FX30s?

Hi, I have included a library in my project on the FX30s that access the serial port using the normal c terminos library. i.e. open, close, read and write function.

a) Is it possible to access the UARTs on the FX30s using standard C/C++ functions/libraries that are built (cross compiled) into the legato application?

The reason I ask is that it is failing. I have enabled the port using the AT commands (although would like to be able to do that from within the app if possible)…

Thanks,

Karl

Yes, it should be possible - you just need to know the appropriate /dev/tty… name assigned to it

Thanks for the reply. Had just worked that out. Great that it does. Increased its flexibility a lot (in my case at least)