[RFID] - 정철
#include #include unsigned short Emb_Crc(void *); int main() { HANDLE hComm; int iCnt; char caString[] = "HI"; unsigned char msg[] = {0x0D,0x00,0x71,0x00,0x1F,0x00,0x00, 0x00,0x01,0x00,0x00,0xFF,0xFF}; DWORD dwWrite; DWORD dwRead; DCB sPS; //시리얼 포트 삭제 및 저장 :: PORT STATUS이다. COMMTIMEOUTS cTime; unsigned char uc; hComm = CreateFile("COM1", GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_EXISTING, FILE..
2012. 10. 11.