There's an rcX UART Example on the Hilscher Homepage (netX downloads section).
There's a function Drv_UrtRecv and a possibility to pass a RX_READY function pointer on Drv_UrtIniailizeUARt which will be called in interrupt mode, when a char is received.
This is all inside the UARt example on the Homepage.
M T
Hilscher Gesellschaft für Systemautomation mbH
There's an rcX UART Example on the Hilscher Homepage (netX downloads section).
There's a function Drv_UrtRecv and a possibility to pass a RX_READY function pointer on Drv_UrtIniailizeUARt which will be called in interrupt mode, when a char is received.
This is all inside the UARt example on the Homepage.
Regards
MT