]> git.sur5r.net Git - tio/blobdiff - example/tiorc
Update upstream source from tag 'upstream/2.0'
[tio] / example / tiorc
index a1340e30ec85161347a6db7d1d70c90a6096083c..c555df1b834e28da7912bb572cfa42f1e54dd4bf 100644 (file)
@@ -16,7 +16,11 @@ output-line-delay = 0
 no-autoconnect = disable
 hexadecimal = disable
 timestamp = disable
+log = disable
+log-strip = disable
 color = bold
+rs-485 = disable
+alert = none
 
 # Sub-configuraions
 
@@ -30,6 +34,7 @@ color = 9
 baudrate = 115200
 tty = /dev/serial/by-id/usb-Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_01093176-if01-port0
 line-pulse-duration = DTR=200,RTS=300,RI=50
+alert = bell
 color = 10
 
 [tincan]
@@ -44,3 +49,9 @@ color = 11
 pattern = usb([0-9]*)
 tty = /dev/ttyUSB%s
 color = 12
+
+[rs-485-device]
+tty = /dev/ttyUSB0
+rs-485 = enable
+rs-485-config = RTS_ON_SEND=1,RTS_AFTER_SEND=1,RTS_DELAY_BEFORE_SEND=60,RTS_DELAY_AFTER_SEND=80,RX_DURING_TX
+color = 13