Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrigl committed Dec 15, 2023
1 parent 0b1ee31 commit 9e39bfe
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions samples/ser2net.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
%YAML 1.1
---
# This is a ser2net configuration file, tailored to be rather
# simple.
#
# Find detailed documentation in ser2net.yaml(5)
# A fully featured configuration file is in
# /usr/share/doc/ser2net/examples/ser2net.yaml.gz
#
# If you find your configuration more useful than this very simple
# one, please submit it as a bugreport

# 4001:raw:0:/dev/ttyUSB0:115200 8DATABITS NONE 1STOPBIT XONXOFF LOCAL -RTSCTS

connection: &Heliotherm_HomeControl
accepter: tcp,4001
enable: on
options:
kickolduser: true
connector: serialdev,
/dev/ttyUSB0,
115200n81,local

0 comments on commit 9e39bfe

Please sign in to comment.