Hi Clecio:
MQX for KSDK uses default drivers just like in bare-metal implementaiton, however, MQX also provides a uniform way to communicate with Input / Output driver by using a NIO driver, this NIO driver is a wrapper for I/O drivers in order to use POSIX standard.
Please refer to the attached document that describes the way to create a basic NIO driver, the steps needed to install it and then use it with basic I/O operations like open, close, write, etc.
Have a great day,
Daniel
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------