success = SetCommTimeouts(port, &timeouts); if (!success) { print_error( "Failed to set serial timeouts" ); CloseHandle(port); return INVALID_HANDLE_VALUE; }
確定! 回上一頁