To make a ZBI program print, it is necessary to create
a connection from the program to the ZPL parser on the printer.
The connection will function in the same way as a connection to
a physical port, except that the connection will not automatically
terminate. The ZPL parser in the printer can handle many incoming
connections simultaneously. For example, a ZBI program could take
control of the serial port and send label formats to the ZPL parser,
while the parallel port (unopened by ZBI) could also be used to
send label formats directly into the parser.