I got a third-party DLL which I need to assess the device through Access programming. As far as the document i got, that DLL is developed in VC++.
Handle PASCAL OpenCommPort(LPCSTR lpszportnum, Dword dwBaudRate)
VOID PASCAL CLoseCommPort(HANDLE hCom)
In my Access VB, I declare this DLL by...