Changeset 215 in xtideuniversalbios for trunk/Serial_Server/win32/Win32Serial.cpp


Ignore:
Timestamp:
Jan 19, 2012, 9:17:04 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

More minor improvements to the serial server, in particular improved timeout recovery.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Serial_Server/win32/Win32Serial.cpp

    r211 r215  
    5353        if( !ConnectNamedPipe( pipe, NULL ) )
    5454            log( -1, "Could not ConnectNamedPipe" );
     55
     56        if( baudRate->divisor > 3 )
     57            log( -1, "Cannot simulate baud rates with hardware multipliers" );
    5558
    5659        speedEmulation = 1;
Note: See TracChangeset for help on using the changeset viewer.