Hi
May I know what the equivalent of Create file is in linux?
thanks
I mean this one
"
CreateFile( szPort, GENERIC_READ | GENERIC_WRITE , 0, NULL , OPEN_EXISTING , FILE_ATTRIBUTE_NORMAL | FILE_FLAG_OVERLAPPED, NULL );
"
FILE_FLAG_OVERLAPPED?
BTW, FILE_ATTRIBUTE_NORMAL doesn't do anything.