Can't read the data from SDK

Quote from Sofon on 06/07/2022, 16:17There is something issue while running the following SDK. Sometimes it can't be read the data, and sometimes it can work. The RTSA's version is build 11084.
There is something issue while running the following SDK. Sometimes it can't be read the data, and sometimes it can work. The RTSA's version is build 11084.

Quote from mm_dev on 11/07/2022, 11:01If EnumDevices fails with errorcode 1 then it could not find any available devices. If you run multiple programs using the SDK in sequence you may have to add some delay between them for the connect/disconnect to work properly. Also if a program is terminated without calling CloseDevice (e.g. when it crashes or when using Ctrl-C) the next connection attempt might fail as the driver may still think that the device is connected.
If EnumDevices fails with errorcode 1 then it could not find any available devices. If you run multiple programs using the SDK in sequence you may have to add some delay between them for the connect/disconnect to work properly. Also if a program is terminated without calling CloseDevice (e.g. when it crashes or when using Ctrl-C) the next connection attempt might fail as the driver may still think that the device is connected.