2011-05-17 03:57 AM
I have STEVAL-MKI062V1 , trying to connect Under Windows7 ( MSVS 2008SP1)
VC++, created win32 console application.
//===========================================================
I tried code provided by ST iNEMO developer ''Fabio'' at this forum which can be used to connect STEVAL-MKI062V1 & STEVAL-MKI062V2 . But no luck for me in connecting STEVAL-MKI062V1.
What are the steps i should follow to use this code.I read the FAQ, I followed.
I can see the data streaming when i run the iNEMO suit application. The device got connected to COM13.
Thanks
2011-05-17 08:55 PM
Paying attention for 2 days, finally i got connected to the iNEMO V1 by changing the ConnectFunction as below.
iNEMO_Return = INEMO_SDK_ConnectFunction(''PL_001:COM13, SENDMODE=B'');
But, I'm really unsatisfied with the following