Index: client/sercd/win.c =================================================================== --- client/sercd/win.c (revision 15282) +++ client/sercd/win.c (arbetskopia) @@ -582,6 +582,10 @@ PortSettings.EofChar = 0; PortSettings.EvtChar = 0; + /* Quick fix for 7 bit problem */ + PortSettings.ByteSize = 8; + + /* Write the port settings to device */ if (!SetCommState(*PortFd, &PortSettings)) { snprintf(LogStr, sizeof(LogStr), "Unable to configure port %s", DeviceName);