A non blocking read from uart in MQX

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

A non blocking read from uart in MQX

576 Views
hagaimoshe
Contributor I

I have a project that is using KSDK 1.3.0 and I need a non blocking read from the uart.

I've read about a method called fstatus(), but unfortunately it isn't implemented in my ksdk.

in file stdio.h it is commented out.

Is there a different way to approach it?

0 Kudos
2 Replies

370 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Hagai:

Drivers in Classic MQX and MQX for KSDK are quite different, please check the below thread, it might answered your question

https://community.nxp.com/message/636468?commentID=636468#comment-636468 

Regards

Daniel

0 Kudos

370 Views
hagaimoshe
Contributor I

Hi Daniel. thanks for answering.

I've already seen that thread, it talks about the function fstatus(), but when I open stdio.h it is commented out and has no implementation.

Regards. Hagai

0 Kudos