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
As indicated in the documentation, I've used the WebSerial package to get around the limitations of usb on windows. When I add the device for the first time, everything works correctly and I get to print. except that in the receiptPrinter.addEventListener it detects an object with the values verdorID and productID set to null. { “type": ‘serial’, “vendorId": null, “productId": null, “language": null, “codepageMapping": null }
and after refreshing the web page, it automatically disconnects. is there any specific configuration to do after adding the printer?
The text was updated successfully, but these errors were encountered:
As indicated in the documentation, I've used the WebSerial package to get around the limitations of usb on windows. When I add the device for the first time, everything works correctly and I get to print. except that in the
receiptPrinter.addEventListener
it detects an object with the values verdorID and productID set to null.{ “type": ‘serial’, “vendorId": null, “productId": null, “language": null, “codepageMapping": null }
and after refreshing the web page, it automatically disconnects. is there any specific configuration to do after adding the printer?
The text was updated successfully, but these errors were encountered: