User`s guide

ETHERNET PRINTER INFORMATION
Copyright © 2006, Cognitive. 249
VARIABLE ETHERNET TEXT BUFFER
Function Sets the size of the Ethernet buffer.
Explicit Form
VARIABLE ETHERNET TXTBFR
bfr_size[,ovrflw_size]
Implicit Form
V ETHERNET TXTBFR bfr_size[,ovrflw_size]
Parameters
bfr size=
Total size of the memory buffer used for
Ethernet communications.
ovrflw size=
Number of free bytes in the memory
buffer when the printer declares itself
busy.
NOTE: The ovrflw size parameter is optional, it does not have
to be specified.
Example
VARIABLE ETHERNET TXTBFR 32768,4192