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)
----------------------
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
Built Distribution
File details
Details for the file fiscal_printer_adapter-0.0.3.tar.gz
.
File metadata
- Download URL: fiscal_printer_adapter-0.0.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/18.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56d1070651f4ce0e3c96084b59eecd0e74188af4f1df5f6ed6d28606f908d9a2 |
|
MD5 | 039d4324e400ee61b67460fdda453605 |
|
BLAKE2b-256 | e8018189f3686534f01d23006e4a6e98de45b9aa394199db229324f8c2d79922 |
File details
Details for the file fiscal_printer_adapter-0.0.3-py2-none-any.whl
.
File metadata
- Download URL: fiscal_printer_adapter-0.0.3-py2-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/18.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3dd1e1bfa56fc5895389e2ce49f27ae1d2c9163467ae0f2d6f17cfc48163191 |
|
MD5 | 1282e6db329b21faa3f0c69fb5298e60 |
|
BLAKE2b-256 | 92d2608e98e7dd4d0f9a715d87d507a12b9e33fbdf9c6ca7d3858aef3f492c9f |