Thursday, May 29, 2008

Are belong to us

Today in a piece of code we found this wonderful error message:
if(hComPort == INVALID_HANDLE_VALUE) {
printf("COM port can not being opened\n");
return FALSE;
}

No comments: