Hallo,
i have some Problems with RS232 Port.
I want to communicate with my controller.
So I want to use the library functions from CVI.
First I open and config my port:
/* Open and Configure Com port 1 */
OpenComConfig (1, "", 9600, 1, 8, 1, 512, 512);
Then I want to use a callback, if something arrived:
InstallComCallback (1, LWRS_RXFLAG, 4, (int)gEventChar[0], Event_Char_Detect_Func, 0);