Communication to cash register

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Communication to cash register



I am trying to code cash register app using node.js. My hardware is:
Datecs DP-55 plus model ECR
I can connect it via rs232 serialport or tcp/ip connection. I want to send products cart info (product name, price) to ECR and it should print cheque.
I have tried to search over internet for info, tried to contact datecs support for help, but no one tried to help me.
Maybe anyone have tried to code something similar? or understand how I should send commands to hardware similar to this and could help me? all I have is .doc file with some communications explained, but I cant understand how should I send this data over serialport or tcp/ip connection.



Communication protocol .doc file:
https://drive.google.com/file/d/0B82E_2zyuc11WTlhTi0waXpmcGEtbGdERmpzQk9hS0owYjdR/view?usp=sharing





Please don't link unknown files to your question.
– Variable
3 mins ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived