发表于:2002-07-22 20:36:00
楼主
unsigned char lowbyte=0xff;
unsigned char highbyte=0xff;
if(W_8112_DO(DO_LO_BYTE,lowbyte)!=ERR_NoError)
{
AfxMessageBox("写低位数据出错!!",MB_OK);
return ;
}
if(W_8112_DO(DO_HI_BYTE,highbyte)!=ERR_NoError)
{
AfxMessageBox("写高位数据出错!",MB_OK);
return ;
}
程序执行没有错误,但测量CN1时没有输出!!!