I was trying to connect and print the data on my POS printer programmatically. My printer is TM-U220 with USB port only. I went through the epson SDK for javascript but it only allowing me to connect via LAN (i.e. using IP and Port only). Is there any way that I can connect my JS code with POS printer using printer name because my printer does not have any lan port with it. Attaching some stack overflow link below.
https://stackoverflow.com/a/44660273
POS Javascript SDK Link: https://download.epson-biz.com/modules/pos/index.php?page=single_soft&cid=6679&scat=57&pcat=52
Thank you in advance.