I have posted the same question a few days ago, so I thought I can trie it one more
time . So is there anybody who can
give me some help, how to put the UART into a direct SIR mode without any IRDA
overhaed protocol. (no zero pulses) I
have read every serial and HW header file, but don't know how to use them.
I have tired this after serOpen
err = SerControl(gP->serRefNum,serCtlIrDAEnable,0,0);
err = SerControl(gP->serRefNum, serCtlIrDADisable, 0, 0);
and it works, but the UART interprets the received data wrong, because my signal is
only level sensitiv and so I don't
send the needed zero pulses.
Regards
Joerg