if (!SetCommMask(hComm,EvWait)) { cout << "Event Set Error" << endl; return 0; } // setup device buffer SetupComm(hComm, 10240, 10240);
確定! 回上一頁