https://github.com/jekyll2014/customfiscalparser
CUSTOM Fiscal printers command parser (for Russia)
https://github.com/jekyll2014/customfiscalparser
Last synced: 6 days ago
JSON representation
CUSTOM Fiscal printers command parser (for Russia)
- Host: GitHub
- URL: https://github.com/jekyll2014/customfiscalparser
- Owner: jekyll2014
- Created: 2018-04-06T23:08:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T10:25:05.000Z (over 5 years ago)
- Last Synced: 2025-10-20T10:57:33.938Z (9 months ago)
- Language: C#
- Homepage:
- Size: 6.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CustomFiscalParser
CUSTOM Fiscal printers command parser (for RUSSIA)
Can decode commands and replies to/from CUSTOM fiscal printers made for RUSSIA (for example Q3X-Ф).
Command and errors databases are stored into .CSV files.
Parameter types available:
- password - contains operator number and password (nn pppp)
- string - printable string data
- number - int number
- money - double data formed to xxxxxxx.yy
- quantity - goods quantity adopted to weight definition - formed to xxxxx.yyy
- error# - error number for fiscal controller replies. Decoded according to errors database.
- data - non-printable data
- bitfield - byte divided into bit flags.
any other types will be treated as mistakes and only RAW values displayed.