New driver: vlsys_m428 driver for Moneual MonCaso 320 (W. Hauck).
This commit is contained in:
@@ -283,6 +283,9 @@ LCD module in Tyan Barebone GS series
|
||||
.B ula200
|
||||
ULA-200 device from ELV (http://www.elv.de)
|
||||
.TP
|
||||
.B vlsys_m428
|
||||
VFD/IR combination in case MonCaso 320 from Moneual
|
||||
.TP
|
||||
.B xosd
|
||||
On Screen Display on X11
|
||||
.PP
|
||||
|
||||
@@ -53,6 +53,7 @@ well as the configuration of LCDd.
|
||||
&text;
|
||||
&tyan;
|
||||
&ula200;
|
||||
&vlsys_m428;
|
||||
&xosd;
|
||||
|
||||
&ppttrouble;
|
||||
|
||||
@@ -12,6 +12,7 @@ EXTRA_DIST = bayrad.docbook \
|
||||
glcdlib.docbook \
|
||||
glk.docbook \
|
||||
hd44780.docbook \
|
||||
i2500vfd.docbook \
|
||||
icp_a106.docbook \
|
||||
imon.docbook \
|
||||
imonlcd.docbook \
|
||||
@@ -47,7 +48,7 @@ EXTRA_DIST = bayrad.docbook \
|
||||
text.docbook \
|
||||
tyan.docbook \
|
||||
ula200.docbook \
|
||||
xosd.docbook \
|
||||
i2500vfd.docbook
|
||||
vlsys_m428.docbook \
|
||||
xosd.docbook
|
||||
|
||||
## EOF
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
<sect1 id="vlsys_m428-howto">
|
||||
<title>The vlsys_m428 driver</title>
|
||||
|
||||
<sect2 id="vlsys_m428-general">
|
||||
<title>General</title>
|
||||
|
||||
<para>
|
||||
The vlsys_m428 driver handles the VFD/IR combination from VLSystem built into
|
||||
the case MonCaso 320 from the manufacturer Moneual. The driver functionality
|
||||
is rudimentary as it is derived from a reverse engineering from the Windows
|
||||
driver behaviour.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This driver writes only to the serial port, and it triggers no transmission
|
||||
activity of the combination. Thus, it cooperates with drivers reading only
|
||||
from the port. Other drivers are allowed to initialize the combination for
|
||||
IR operation.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The vlsys_m428 driver assumes the character encoding ISO 8859-1.
|
||||
Note: The mapping from the character encoding to the display encoding is not complete;
|
||||
furthermore some characters are approximated by similar ones.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="vlsys_m428-configuration">
|
||||
<title>Configuration</title>
|
||||
|
||||
<para>
|
||||
The only configuration parameter is <property>Device</property>, the path name
|
||||
of the serial device (a mapper between USB and serial line emulation). By
|
||||
default it is <filename class="devicefile">/dev/ttyUSB0</filename>.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
@@ -59,6 +59,7 @@
|
||||
<!ENTITY t6963 SYSTEM "drivers/t6963.docbook">
|
||||
<!ENTITY text SYSTEM "drivers/text.docbook">
|
||||
<!ENTITY tyan SYSTEM "drivers/tyan.docbook">
|
||||
<!ENTITY vlsys_m428 SYSTEM "drivers/vlsys_m428.docbook">
|
||||
<!ENTITY ula200 SYSTEM "drivers/ula200.docbook">
|
||||
<!ENTITY xosd SYSTEM "drivers/xosd.docbook">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user