Forum
Please or Register to create posts and topics.

Can't read the data from SDK

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.

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.

Sofon has reacted to this post.
Sofon