Lines 582-587
Link Here
|
582 |
PortSettings.EofChar = 0; |
582 |
PortSettings.EofChar = 0; |
583 |
PortSettings.EvtChar = 0; |
583 |
PortSettings.EvtChar = 0; |
584 |
|
584 |
|
|
|
585 |
/* Quick fix for 7 bit problem */ |
586 |
PortSettings.ByteSize = 8; |
587 |
|
588 |
|
585 |
/* Write the port settings to device */ |
589 |
/* Write the port settings to device */ |
586 |
if (!SetCommState(*PortFd, &PortSettings)) { |
590 |
if (!SetCommState(*PortFd, &PortSettings)) { |
587 |
snprintf(LogStr, sizeof(LogStr), "Unable to configure port %s", DeviceName); |
591 |
snprintf(LogStr, sizeof(LogStr), "Unable to configure port %s", DeviceName); |