NAME
elbpcom - Communicate with Mesa ethernet cardsSYNOPSIS
Common options:
[--ip=IP]
[--port=PORT]
[--timeout=TIMEOUT]
[common options]
--space=SPACE [--info] --address=ADDRESS
--read=LENGTH
[common options]
--space=SPACE --address=ADDRESS
--write=HEXDATA
[common options]
HEXDATA
DESCRIPTION
Read or write data from a Mesa ethernet card that uses the LBP16 protocol, such as the 7I80. This can be useful for performing certain low-level tasks.
--ip=192.168.1.121
--port=27181 --timeout=.2
$ elbpcom --space 0 --address 0x104 --read 8 > 82420401 < 484f53544d4f5432 HOSTMOT2
$ ./mesaflash --device 7i80 --rpo 0x104 54534F48 $ ./mesaflash --device 7i80 --rpo 0x108 32544F4D
SEE ALSO
mesaflash(1), hostmot2(9), hm2_eth(9), Mesa's documentation for the Anything I/O boards2015-04-18 | LinuxCNC Documentation |