This section talks about using LCDproc with a roamer controller from rackable systems.
The roamer
driver is currently working with the roamer 4.4.5 emulation protocol,
but can be extended to work with various other protocols.
The driver should operate most roamer displays from 4.0 thru 4.4.5 with a serial (RS-232) input. Because these displays use a standardized protocol, if the protocol is supported by your display, it should work as expected. Feedback is welcome.
DEVICE
Device to use in serial mode. Usual values are /dev/ttyS0
or
/dev/cu.usbserial
. Default is /dev/lcd
.
WIDTH
x
HEIGHT
Specifies the size of the VFD in characters.
If not given, it defaults to 20x2
.
1200
| 2400
| 9600
| 19200
| 115200
}
Set the the baud rate communication with the POS display.
If not given the default of 9600
is used.