mirror of
https://github.com/3cky/mbusd.git
synced 2024-11-04 08:49:32 +01:00
added -y and -Y flags to README.md
This commit is contained in:
parent
54fffd0895
commit
0c393d2320
@ -48,6 +48,12 @@ Usage:
|
|||||||
-h Usage help.
|
-h Usage help.
|
||||||
-d Instruct mbusd not to fork itself (non-daemonize).
|
-d Instruct mbusd not to fork itself (non-daemonize).
|
||||||
-t Enable RTS RS-485 data direction control (if not disabled while compile).
|
-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
|
-v level
|
||||||
Specifies log verbosity level (0 for errors only, 1 for warnings
|
Specifies log verbosity level (0 for errors only, 1 for warnings
|
||||||
and 2 for also information messages.) If mbusd was compiled in debug mode,
|
and 2 for also information messages.) If mbusd was compiled in debug mode,
|
||||||
@ -107,6 +113,9 @@ Andrew Denysenko (<nitr0@seti.kr.ua>):
|
|||||||
- RTS RS-485 data direction control
|
- RTS RS-485 data direction control
|
||||||
- RTU response receiving by length
|
- RTU response receiving by length
|
||||||
|
|
||||||
|
James Jarvis (<jj@aprsworld.com>):
|
||||||
|
- file based RS-485 data direction control
|
||||||
|
|
||||||
License:
|
License:
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user