我这样修改可以编译通过,但是具体要你调试才知道能不能用,我用的是VS2010, 项目-->属性-->常规-->字符集-->选择"未设置"nRet=WriteFile (hCom,szTx,nTx,(DWORD *)&nTx,NULL);//∗∗∗∗ 发送 ∗∗∗∗if (nRet !=0){nRet=ReadFile(hCom,szRx,sizeof (szRx),(DWORD *)&nRx,NULL);