1

What is the name of the protocol which POS (point of sales) devices, such as credit card payment device, use to communicate over network?

Can anyone please describe the networking of those devices? A link to specifications would be appreciated. What ports are used? How data is packed/serialized?

CharlesB
  • 86,532
  • 28
  • 194
  • 218
jQguru
  • 257
  • 2
  • 5
  • 10

2 Answers2

1

You can use Rs-232 over a serial port or a usb device to connect through your PC. If you have a network device that have an IP address it will be TCP-IP.

Qazi
  • 66
  • 3
1

X.25 or PPP over GPRS. Take a look at here.

mehmet mecek
  • 2,615
  • 2
  • 21
  • 25