Skip to main content

A standarized fiscal printer interface

Project description

FISCAL PRINTER ADAPTER [![Build Status](https://travis-ci.org/jobiols/fiscal_printer_adapter.svg?branch=master)](https://travis-ci.org/jobiols/fiscal_printer_adapter) [![codecov](https://codecov.io/gh/jobiols/fiscal_printer_adapter/branch/master/graph/badge.svg)](https://codecov.io/gh/jobiols/fiscal_printer_adapter) [![CodeFactor](https://www.codefactor.io/repository/github/jobiols/fiscal_printer_adapter/badge)](https://www.codefactor.io/repository/github/jobiols/fiscal_printer_adapter)
----------------------

Este es un adaptador para impresoras fiscales
Objetivos:

- Proveer una interfase uniforme entre marcas y modelos de impresoras fiscales
- Permitir conectar impresoras a la maquina local via puerto serie o a una maquina remota via websocket donde
residira un servicio que redirecciona los datos a un puerto serie.
- implementar una arquitectura simple que permita agregar facilmente nuevas marcas y modelos de impresoras
- Soporte para python 2 y 3

**Ejemplo**

# create a Fiscal Printer Adapter with brand and model
fpa = FPA('epson', 'TMU220')

# open serial connection in local computer to fiscal printer
fpa.open('COM1', 9600)

# open serial connection in remote computer to fiscal printer
fpa.open('COM1', 9600, host='192.168.1.54', port=34144)



Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fiscal_printer_adapter-0.0.3.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

fiscal_printer_adapter-0.0.3-py2-none-any.whl (2.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page