I am developing based on mmwavelink_example project and try look deeper into the codes. I found that rlsSpiOpen() is exported from dll file.
Could you briefly explain how it opens SPI?
Does it use ftd2xx.h as well? If so, could you please tell me the difference between datatype rlsDevHandle_t in mmwavelink_example project and FT_HANDLE in ftd2xx.h?
And also can we use FT_Open to replace rlsSpiOpen?