Hello,
I am using external scanner with TCPServer. My question is how to detect lost connection with my scanner when e.g. battery drains out?
For connection I am using ConnectToTCPServer and TCPCallback function as callback.
I was thinking about some kind of polling e.g. ping to check if server is available.
How to do in proper way?
BR
M