adl_OpenDevice() vs adl_odOpen()

I wonder what are the differences between these two functions defined in the AD_Open device chapter and the in the Open uart interface, fact is that they seem to be identical. :confused:

Thanks

Hi,

From what i see in the ADL User Guide , i see that there is difference in the return values of the two functions. adl_odOpen has three return values and adl_OpenDevice has two return values.

The return code of the adl_OpendDevice is the same than the adl_odOpen, documentation has an error. Thus both function are identical. I can use any and have the same behavior.

I’ll go for the adl_odOpen.