Advantech PCM-7130 Manual de usuario Pagina 64

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 76
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 63
PCM-7130 User’s Manual 52
g_hDIO = CreateFile(szClassName, GENERIC_READ | GENERIC_WRITE, 0,
NULL,
OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
if ( g_hDIO == INVALID_HANDLE_VALUE ) {
DebugMsg(CString("DIO driver fail"));
return; }
...
// Get the DO 2 value into nV
DWORD dwTemp;
DWORD nDO = 2;
int nV;
DeviceIoControl(g_hDIO, IOCTL_GET_DO, (LPVOID)&nDO, 4, (LPVOID)&nV, 4,
&dwTemp, NULL);
CloseHandle(g_hDIO);
3.6 Advantech Windows CE.NET standard pack
This section will describe detailed requirements on hardware support and
Windows CE.NET component as below. Users can upgrade their OS
image using the "Advantech Upgrade" tool to develop or upgrade the OS
version.
Caution: This action maybe damaged the system,if you really need
this function,please contact www.advantech.com/risc
Vista de pagina 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 75 76

Comentarios a estos manuales

Sin comentarios