Hi @ATorborg ,
since the MKI209V1 device is an accelerometer, the suitable commands are the ones related to accelerometer sensor.
For completeness, you can find the list of supported command in Table 2 and Table 3 of the user manual UM2116, p.12.
*setdb209V1 // recognize the proper adapter
[ *r0F // read WHO_AM_I register
*w1060 // write ODR 104Hz, FS 2g and NM operationg mode in CTRL1_XL (10h)]
*start //run continuous data acquisition
If my reply answered your question, please click on Select as Best at the bottom of this post. This will help other users with the same issue to find the answer faster.
-Eleon