ESCPOS

A ESC/POS Printer Commands Helper

Stars
57

Bot releases are hidden (Show)

ESCPOS - v.1.2.4 Latest Release

Published by igorocampos 9 months ago

  • Renamed methods PrintBarcode and PrintQRCode and marked old ones as obsolete (see #29)
  • Added support for any Encoding instead of just UTF-8
  • Added Simple Commands as alias of existing ones (see #30)
  • Created Extension Methods for Barcode and QRCode (see #31)
ESCPOS - v1.2.3

Published by igorocampos almost 2 years ago

  • Added new optional parameter for Barcode command (#26).
  • Added support for GitHub Codespaces
  • Added Dockerfile and docker-compose to the project
  • Updated to .NET 6
ESCPOS - v1.2.2

Published by igorocampos over 3 years ago

  • Added some unit tests for Add extension method
  • Minor changes to README.md
ESCPOS - v1.2.1

Published by igorocampos about 4 years ago

  • Enabled SourceLink
ESCPOS - v1.2.0

Published by igorocampos over 4 years ago

ESCPOS -

Published by igorocampos almost 5 years ago

ESCPOS -

Published by igorocampos almost 5 years ago

ESCPOS -

Published by igorocampos about 5 years ago

  • Moved Print method to Commands.cs
  • Moved all enums to Enums.cs
ESCPOS -

Published by igorocampos about 5 years ago

  • No changes were made on its functionality
  • AssemblyVersion was corrected
ESCPOS -

Published by igorocampos about 5 years ago

  • Renamed QRCodeCorrection enum
  • Created Add extension method for multiple strings as parameters
  • PrinQRCode method now has default values in all parameters but content
  • Created Print extension method for byte array that sends data to a printer address
  • Created ToBytes extension method to convert UTF-8 strings into a byte array
  • Add Unit Tests project
ESCPOS -

Published by igorocampos about 5 years ago

  • First functional version
  • No Test Project is avaiable yet