接口技术中用c语言进行接口描述,编写程序中portwritebyte()函数到底是生么意思,求高手指点?
/***********************//*I/O地址译码*//***********************/#include<stdio.h>#includ...
/***********************/
/* I/O地址译码 */
/***********************/
#include <stdio.h>
#include <conio.h>
#include "ApiEx.h"
#pragma comment(lib,"ApiEx.lib")
void main()
{
if(!Startup())/*打开设备*/
{
printf("ERROR:Open Device Error!\n");
return;
}
printf("Press any key to exit!");
while(!kbhit())/*判断是否有键按下*/
{
PortWriteByte(0x2A0,0x10); /*或PortReadByte(0x2A0, &data)*/
Sleep(1000);/*延迟一秒钟*/
PortWriteByte(0x2A8,0x10); /*或PortReadByte(0x2A8, &data)*/
Sleep(1000);/*延迟一秒钟*/
}
Cleanup();/*关闭设备*/
}
里面的那个函数看不懂,尤其是那个括号中的参数具体代表什么含义?求赐教 展开
/* I/O地址译码 */
/***********************/
#include <stdio.h>
#include <conio.h>
#include "ApiEx.h"
#pragma comment(lib,"ApiEx.lib")
void main()
{
if(!Startup())/*打开设备*/
{
printf("ERROR:Open Device Error!\n");
return;
}
printf("Press any key to exit!");
while(!kbhit())/*判断是否有键按下*/
{
PortWriteByte(0x2A0,0x10); /*或PortReadByte(0x2A0, &data)*/
Sleep(1000);/*延迟一秒钟*/
PortWriteByte(0x2A8,0x10); /*或PortReadByte(0x2A8, &data)*/
Sleep(1000);/*延迟一秒钟*/
}
Cleanup();/*关闭设备*/
}
里面的那个函数看不懂,尤其是那个括号中的参数具体代表什么含义?求赐教 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询