VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,713 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi ,I want to use the function: CH341OpenDevice(iIndex) I receive no errors,but when I run the code the value returns is not correct. I searched and found the function to write as below:
com.sun.jna.platform.win32.WinNT.HANDLE CH341OpenDevice(com.sun.jna.platform.win32.WinDef.ULONG iIndex)
This time I receive errors BC30451 & BC32017.
Please help me.
Thanks