Skip to content

Commit 5462684

Browse files
author
Karl Herbig
committed
Pull parity fix from master
2 parents a7df9c1 + 46823ab commit 5462684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtulayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ namespace Modbus {
247247
// ---------------------------------------------------------------------------
248248
// static
249249
char RtuLayer::parity (const std::string & settings) {
250-
char p = 'E';
250+
char p = 'N';
251251
size_t s = settings.length();
252252

253253
if (s >= 2) {

0 commit comments

Comments
 (0)