Connect arduino to zebra ZT231 with ENC28J60

Hi, i want to connect my arduino uno to the print Zebra ZT231 with ENC28J60.
I connected the arduino with ENC28J60

  • VCC -> 3.3V
  • GND -> GND
  • SCK -> Pin 13
  • SO -> Pin 12
  • SI -> Pin 11
  • CS -> Pin 10
    and i connect the ENC28J60 to port ethernet local and i get those informations :

[pings]
IP: 192.168.100.23
GW: 192.168.100.254
SRV: 142.250.200.228

I connect my zebra print also to port ethernet local and i get those informations :
IP: 192.168.100.33
subnet: 255.255.255.0
Getway: 192.168.100.254

I want to send some data from arduino to zebra to print some label?? i need a program arduino
Exemple of data that i want to send:
^XA^FO50,50^ADN,36,20^FDHello World^FS^XZ

and what library do you use for the enc28j60?

if EthernetENC, you can adopt the Ethernet library's TelnetClient example

I used for pings the library <EtherCard.h> but if the <Ethernet.h> workes with my needs i can use it.
Do u think that i can use it in my project ?

EthernetENC

did u have a functional program ?

in Ethernet library's TelnetClient example replace Ethernet.h with EthernetENC.h

it's not worked