Hello
We are getting an SDK: Unexpected error when try to open a tcp connnection it happen after printing some cards
try
{
printerConnection = new TcpConnection("10.10.10.100", TcpConnection.DEFAULT_ZPL_TCP_PORT);
printerConnection.Open();
}
catch (ConnectionException cex)
{
description_error = cex.Message.ToString();
return;
}
0 Replies