Description
Command line interface for RS-232 communication with the LCD screen NEC MultiSync LCD4610.
Documentation
The communication protocol is described here.
Installation
$ make
$ make install
Other useful commands:
$ make manifest - generate new MANIFEST
$ make dist - pack all files in MANIFEST
$ make clean - clean dir
Usage
Usage: neclcd [OPTIONS]
OPTIONS:
-t, --type=VAL message type
('A' = command [not implemented properly]
'C' = get current param
'E' = set param)
-d, --dest=VAL destination address (default is 'A')
-s, --src=VAL source equipment ID (default is '0')
-p, --codepage=VAL OP code page
-c, --code=VAL OP code
-v, --value=VAL value
-m, --command=VAL command
-e, --debug debug mode
-h, --help display this help and exit
Examples:
neclcd --dest=A --type=A --command=0C
neclcd --dest=A --type=C --codepage=00 --code=60
neclcd --dest=A --type=E --codepage=00 --code=60 --value=12