Hello All: I have an application where I need a non-blocking read on a uart. My data comes in async about 2 times per second and I do not want to tie up my CPU waiting for these reads. So far I can make the uart work using framework API "open" and "read" so I know the hardware is working and SSP is basically set up for this uart. Does anyone have an example? If not then what functions should I use for this? Thanks for your prompt answers as my project is stuck until I can make this work. Regards, Steve
↧