Hi,
What we needed: to develop our test program in Visual Basic using MSP-Gang.dll for MSP GANG Programmer.
What we found in our Visual Basic program:
1. Some functions work as expected, for example, after executing function MSPGANG_InitCom, the correct com port is initialised correctly.
2. Some functions do not work as expected, for example, after executing function MSPGANG_Default_Config, and use function MSPGANG_GetConfig to check index of CFG_TARGET_EN_INDEX (value is = 10), and data stored is 255, which is correct as stated in TI document.
Then, if we call function MSPGANG_SetConfig(10,1), and then use function MSPGANG_GetConfig to check index of CFG_TARGET_EN_INDEX, we found that instead of having data of 1, the data changed to a very big number, like 1636112, which doesn't make any sense to us.
What we believe is that similar to other DLLs, the MSP-Gang.dll should be able to call by any program easily. Can anyone help on this? We need to get it solve urgently.
Thank you.
