Icop PDX-089T-D5A-512 User Manual page 29

Dm&p vortex86dx panel pc with 8.9” tft lcd
Table of Contents

Advertisement

#include "stdafx.h"
unsigned char inportb(short addr)
{
unsigned char cValue;
_asm
{
mov dx, addr
in ax, dx
mov cValue, al
}
return cValue;
}
void outpourtb(int addr, unsigned char val)
{
__asm
{
push edx
mov edx, DWORD PTR addr
mov al, BYTE PTR val
out dx, al
pop edx
}
}
PDX-089T
DM&P Vortex86DX Panel PC with 8.9" WSVGA TFT LCD
24

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents