Add rawserial driver (by C. Wolf).
This commit is contained in:
@@ -44,12 +44,12 @@ DriverPath=server/drivers/
|
||||
# driver specific section.
|
||||
#
|
||||
# The following drivers are supported:
|
||||
# bayrad, CFontz, CFontzPacket, curses, CwLnx, ea65,
|
||||
# EyeboxOne, g15, glcd, glcdlib, glk, hd44780, icp_a106, imon, imonlcd,
|
||||
# IOWarrior, irman, joy, lb216, lcdm001, lcterm, lirc, lis, MD8800,
|
||||
# mdm166a, ms6931, mtc_s16209x, MtxOrb, mx5000, NoritakeVFD, picolcd,
|
||||
# pyramid, sdeclcd, sed1330, sed1520, serialPOS, serialVFD, shuttleVFD, sli,
|
||||
# stv5730, svga, t6963, text, tyan, ula200, vlsys_m428, xosd
|
||||
# bayrad, CFontz, CFontzPacket, curses, CwLnx, ea65, EyeboxOne, g15, glcd,
|
||||
# glcdlib, glk, hd44780, icp_a106, imon, imonlcd,, IOWarrior, irman, joy,
|
||||
# lb216, lcdm001, lcterm, lirc, lis, MD8800,, mdm166a, ms6931, mtc_s16209x,
|
||||
# MtxOrb, mx5000, NoritakeVFD, picolcd,, pyramid, rawserial, sdeclcd,
|
||||
# sed1330, sed1520, serialPOS, serialVFD, shuttleVFD, sli,, stv5730, svga,
|
||||
# t6963, text, tyan, ula200, vlsys_m428, xosd
|
||||
Driver=curses
|
||||
|
||||
# Tells the driver to bind to the given interface. [default: 127.0.0.1]
|
||||
@@ -1056,6 +1056,27 @@ Device=/dev/ttyUSB0
|
||||
|
||||
|
||||
|
||||
## rawserial driver ##
|
||||
[rawserial]
|
||||
|
||||
# Select the output device to use [default: /dev/cuaU0]
|
||||
Device=/dev/ttyS0
|
||||
|
||||
# Serial port baudrate [default: 9600]
|
||||
Speed=9600
|
||||
|
||||
# Specifies the size of the LCD. If this driver is loaded as a secondary driver
|
||||
# it always adopts to the size of the primary driver. If loaded as the only
|
||||
# (or primary) driver, the size can be set. [default: 40x4]
|
||||
#Size=16x2
|
||||
|
||||
# How often to dump the LCD contents out the port, in Hertz (times per second)
|
||||
# 1 = once per second, 4 is 4 times per second, 0.1 is once every 10 seconds.
|
||||
# [default: 1; legal: 0.0005 - 10]
|
||||
UpdateRate=1
|
||||
|
||||
|
||||
|
||||
## SDEC driver for Watchguard Firebox ##
|
||||
[sdeclcd]
|
||||
# No options
|
||||
|
||||
Reference in New Issue
Block a user