PyramidTechnologies / ThermalTalk

Reliance Thermal Printer API
MIT License
10 stars 2 forks source link

V1.5.0.0 reduce write calls #9

Closed codygillespie closed 2 years ago

codygillespie commented 2 years ago

AP-160 Port reduce write calls fixes to 1.x branch

Add document buffer to BasePrinter. This will store ESC/POS bytes until a form feed command is sent, reducing the number of write calls to the port.

v1.5.0.0 branch will hold our feature frozen version of ThermalTalk supporting net40. master branch will be version 2.0.0.0 of Thermaltalk and will be bumped to net45, netstandard2.0, net5 in subsequent PRs.