industrialNETworXnetx

| 28.10.2008 | 15:39 | 1 reply

UART

Hallo,
i will use the UART. I was able to configure it properly. But i dont now, how could i receive data.
which function i have to use.

regards

M T

M T

Hilscher Gesellschaft für Systemautomation mbH

| 28.10.2008 | 17:31

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

Login