Hi,
We are trying to access the GPIO UCBIO 2, we tried the following :
HANDLE m_hJbcPowerPort = CreateFile(_T("EI02:"), GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL);
But always get error of :
'The specified network resource or device is no longer available. '
How do we open this port?
Regards, Steve
|