diff --git a/script.js b/script.js index 6d2e5c7..6b71268 100644 --- a/script.js +++ b/script.js @@ -188,5 +188,7 @@ async function bitmapRender(elementid){ console.log(encoded); // send to print - sendprint(encoded); + await sendprint(encoded); + + await sockchar.writeValue(genpack(26,[210])); } \ No newline at end of file