lcd4linux:driver_milfordinstruments
Inhaltsverzeichnis
Milford Intruments
This driver supports the serial displays made by Milford Intruments.
Display Section
Display <name> {
Driver 'MilfordInstruments'
Model <string>
Port <string>
Speed <number>
Icons <number>
}
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 | 2×16 |
| MI220 | 2×20 |
| MI240 | 2×40 |
| MI420 | 4×20 |
Example
Display MI240 {
Driver 'MilfordInstruments'
Model 'MI240'
Port '/dev/tts/0'
Speed 19200
Icons 1
}
lcd4linux/driver_milfordinstruments.txt · Zuletzt geändert: 2022/02/16 16:42 von 127.0.0.1
