Changeset 568 in xtideuniversalbios for trunk/Serial_Server/win32
- Timestamp:
- Dec 21, 2014, 5:37:53 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/win32/Win32Serial.h
r526 r568 55 55 log( 0, "Opening named pipe %s (simulating %s baud)", name, baudRate->display ); 56 56 57 pipe = CreateNamedPipeA( name, PIPE_ACCESS_DUPLEX, PIPE_TYPE_BYTE |PIPE_REJECT_REMOTE_CLIENTS, 2, 1024, 1024, 0, NULL );57 pipe = CreateNamedPipeA( name, PIPE_ACCESS_DUPLEX, PIPE_TYPE_BYTE, 2, 1024, 1024, 0, NULL ); 58 58 if( pipe == INVALID_HANDLE_VALUE ) 59 59 log( -1, "Could not CreateNamedPipe " PIPENAME );
Note:
See TracChangeset
for help on using the changeset viewer.