You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
I followed your code, but connect function seems not working correctly.
below is my code.
var connected=await EscPos.connect("192.168.1.18", 9100);
alert("connection status:"+connected)
Even though i did not connect printer, it is always returnning true.
And also, from your try catch statement, can't catch error in catch section.
I used Start-100 Printer for this.
The text was updated successfully, but these errors were encountered:
I followed your code, but connect function seems not working correctly.
below is my code.
var connected=await EscPos.connect("192.168.1.18", 9100);
alert("connection status:"+connected)
Even though i did not connect printer, it is always returnning true.
And also, from your try catch statement, can't catch error in catch section.
I used Start-100 Printer for this.
The text was updated successfully, but these errors were encountered: