F4pl0 / ingenico-pos-dotnet-lib

.netstandard2.0 Class library for communication with Asseco Group Ingenico POS Device written in C#
26 stars 6 forks source link

Network #3

Closed wantsoft closed 4 years ago

wantsoft commented 4 years ago

Since most pos machine is connected via network, how can we communicate with pos machine via tcp/ip instead of serial port?

F4pl0 commented 4 years ago

This lib is currently made for serial port, you can modify it a bit to use Socket instead of serial, bit different code, but identical principle of communication.