From 7746a90cdb0888f0976d4555ffd7a5475c6b281d Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sat, 10 Nov 2018 12:55:02 +0100 Subject: examples: Add flow control to all configs Signed-off-by: Michael Buesch --- example_dummy.conf | 4 ++++ example_et200s.conf | 4 ++++ example_s7-315-2dp.conf | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/example_dummy.conf b/example_dummy.conf index 371e683..4217d60 100644 --- a/example_dummy.conf +++ b/example_dummy.conf @@ -28,6 +28,10 @@ type=dummy_slave ; The Profibus on-wire baud rate. baud=19200 +; Serial line flow control and handshaking +rtscts=False +dsrdtr=False + ; FDL protocol layer configuration [FDL] diff --git a/example_et200s.conf b/example_et200s.conf index ad5aa33..2fc1031 100644 --- a/example_et200s.conf +++ b/example_et200s.conf @@ -28,6 +28,10 @@ dev=/dev/ttyS0 ; The Profibus on-wire baud rate. baud=19200 +; Serial line flow control and handshaking +rtscts=False +dsrdtr=False + ; FDL protocol layer configuration [FDL] diff --git a/example_s7-315-2dp.conf b/example_s7-315-2dp.conf index 04bb824..7f7dca8 100644 --- a/example_s7-315-2dp.conf +++ b/example_s7-315-2dp.conf @@ -28,6 +28,10 @@ dev=/dev/ttyS0 ; The Profibus on-wire baud rate. baud=19200 +; Serial line flow control and handshaking +rtscts=False +dsrdtr=False + ; FDL protocol layer configuration [FDL] -- cgit v1.2.3