Home › Forums › Software Development › [Solved] Launch ReCalibration Programmatically › Reply To: [Solved] Launch ReCalibration Programmatically
18/11/2016 at 11:57 #5960
Carlos
Participant
Hello,
I’ve found the txLaunchConfigurationTool function, and I`ve used it in this way:
txLaunchConfigurationTool(hContext, TX_CONFIGURATIONTOOL_RECALIBRATE, NULL, NULL)
First, didn’t work. But it was because I didn’t wait the connection state changed to CONNECTED
Now it works fine!