Skip to content

This project implements a TCP communication system to send and receive texts.

Notifications You must be signed in to change notification settings

mateusayres/pos-dvr-tcp-text-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Pos-Dvr-Tcp-Text-Integration mateusayres-Java

This project implements a TCP communication system to send and receive texts. Originally used to integrate data from a POS (Point of Sale) reading device with an Intelbras DVR, the objective is to send text via TCP for display in video recordings, simulating the behavior of a barcode reader that registers products in real time.

"receiverTcp.java" was created only for testing without the DVR, it is used to receive data, just run the two projects, receiverTcp and sendTcp. The text file for editing and saving is located in the "/sendTcp/sendTcp.txt" directory, start projects with it empty, add text and save, it will automatically appear in the receiverTcp Output.


Este projeto implementa um sistema de comunicação TCP para enviar e receber textos. Originalmente utilizado para integrar dados de um dispositivo de leitura POS (Point of Sale) com um DVR da Intelbras, o objetivo é enviar texto via TCP para exibição em gravações de vídeo, simulando o comportamento de um leitor de código de barras que registra produtos em tempo real.

O "receiverTcp.java" foi criado somente para testes sem o DVR, serve para receber os dados, basta executar os dois projetos, receiverTcp e sendTcp. O arquivo de texto para edição e salvamento se encontra no diretório "/sendTcp/sendTcp.txt", inicie os projetos com ele vazio, vá acrecentando texto e salvando, automaticamente irá aparecer no Output do receiverTcp.

Preview:

projectTcp

Example of operation on the DVR:

IntelbrasEx

About

This project implements a TCP communication system to send and receive texts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages