Advantech PCM-7130 Bedienungsanleitung Seite 64

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 76
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 75 76

Kommentare zu diesen Handbüchern

Keine Kommentare