This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于RadioTestLibrary-1.5.0这个库中得VS2013的源码中问题

Other Parts Discussed in Thread: CC1310, CC2650

官方例程是QT5+VS2013的控制台的版本,可用。

但是我们有特殊需求,需要界面,由于个人对QT不熟,所以打算用MFC来做。

在MFC下用

    // List of supported devices    

 deviceNames << "CC2650_BLE" << "CC2650_IEEE_15_4" << "CC1310";    

 ebList = pTestDevice->enumerateEbs();

//---------------------------------------------------------------------------------  

pTestDevice->connect(deviceNames.at(0), ebList.at(0));

//---------------------------------------------------------------------------------

然后无法连接XDS100仿真器,不知是什么原因,官方程序我也这么改了一下 可用,但是不知道原因究竟出在哪里。