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