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
However, hooking this up to the Paikkala web UI needs a local server on the ticket printing terminal. I'm thinking something like a simple Node.js thingamajig with CORS turned all the way permissive, so the web UI will just do something like POST http://localhost:28784/print (28784 being the decimal representation of pp, for paikkala print 😄) with a JSON payload, and the Node widget would then reformat and pipe that out over USB for hardcore printing action.
The text was updated successfully, but these errors were encountered:
Here are some random thoughts about physical ticket printing:
code
, so the flow isThoughts on the thermal printing bit:
POST http://localhost:28784/print
(28784 being the decimal representation ofpp
, forpaikkala print
😄) with a JSON payload, and the Node widget would then reformat and pipe that out over USB for hardcore printing action.The text was updated successfully, but these errors were encountered: