====== Milford Intruments ======
This driver supports the serial displays made by [[http://www.milinst.com|Milford Intruments]].
----
===== Display Section =====
Display {
Driver 'MilfordInstruments'
Model
Port
Speed
Icons
}
----
===== Parameters =====
|**Driver**|'MilfordInstruments'|
|**Model**|see below|
|**Port**|serial device the display is attached to (e.g.'/dev/ttyS2')|
|**Speed**|the baud rate from the display must match this value. Possible values are 1200, 2400, 4800, 9600, 19200, 38400 and 115200|
|**Icons**|Number of user-defined chars reserved for Icons (default: 0)|
----
===== Models =====
The driver supports four different displays, which can be selected with the //Model// parameter:
|**Model**|**Size**|
|MI216|2x16|
|MI220|2x20|
|MI240|2x40|
|MI420|4x20|
----
===== Example =====
Display MI240 {
Driver 'MilfordInstruments'
Model 'MI240'
Port '/dev/tts/0'
Speed 19200
Icons 1
}
----