From 0c393d23208450ed81d591c349a9065ddc7d4061 Mon Sep 17 00:00:00 2001 From: James Jarvis Date: Thu, 16 Feb 2017 16:43:24 -0600 Subject: [PATCH] added -y and -Y flags to README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 840e4e0..10b6516 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ Usage: -h Usage help. -d Instruct mbusd not to fork itself (non-daemonize). -t Enable RTS RS-485 data direction control (if not disabled while compile). + -y file + Enable RS-485 direction data direction control by writing '1' to file + for transmitter enable and '0' to file for transmitter disable + -Y file + Enable RS-485 direction data direction control by writing '0' to file + for transmitter enable and '1' to file for transmitter disable -v level Specifies log verbosity level (0 for errors only, 1 for warnings and 2 for also information messages.) If mbusd was compiled in debug mode, @@ -107,7 +113,10 @@ Andrew Denysenko (): - RTS RS-485 data direction control - RTU response receiving by length +James Jarvis (): + - file based RS-485 data direction control + License: -------- -This project is distributed under the BSD license. See the [LICENSE](LICENSE) file for the full license text. \ No newline at end of file +This project is distributed under the BSD license. See the [LICENSE](LICENSE) file for the full license text.